zephyr/drivers/modem
Trond Einar Snekvik 86c793af3f sys: util: Replace MIN(MAX(a, b), c) with CLAMP
Replaces all existing variants of value clamping with the MIN and MAX
macros with the CLAMP macro.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-11-05 12:12:17 +01:00
..
CMakeLists.txt
gsm_ppp.c drivers: modem: gsm: allocate in modem_cmd_handler with K_NO_WAIT 2020-10-27 09:32:51 -05:00
hl7800.c drivers: modem: hl7800: Make RX net_bufs configurable 2020-10-30 10:09:48 +02:00
Kconfig
Kconfig.gsm
Kconfig.hl7800 drivers: modem: hl7800: Make RX net_bufs configurable 2020-10-30 10:09:48 +02:00
Kconfig.ublox-sara-r4
Kconfig.wncm14a2a
modem_cmd_handler.c drivers: modem: cmd_handler: rework reading from interface 2020-10-27 09:24:38 -05:00
modem_cmd_handler.h drivers: modem: cmd_handler: rework reading from interface 2020-10-27 09:24:38 -05:00
modem_context.c
modem_context.h
modem_iface_uart.c net: ppp: Avoid wrapping each byte in muxing headers 2020-10-19 18:29:02 +02:00
modem_iface_uart.h modem: iface_uart: improve RX flow with HW flow control 2020-10-05 17:04:52 +03:00
modem_pin.c
modem_receiver.c
modem_receiver.h
modem_shell.c
modem_socket.c
modem_socket.h
ublox-sara-r4.c drivers: modem: ublox-sara-r4: allocate in modem_cmd_handler with K_NO_WAIT 2020-10-27 09:32:51 -05:00
wncm14a2a.c sys: util: Replace MIN(MAX(a, b), c) with CLAMP 2020-11-05 12:12:17 +01:00