nRF Connect SDK API 2.8.99
|
Public APIs for the AT monitor library. More...
Data Structures | |
struct | at_monitor_entry |
AT monitor entry. More... | |
Macros | |
#define | ANY NULL |
#define | PAUSED 1 |
#define | ACTIVE 0 |
#define | AT_MONITOR(name, _filter, _handler, ...) |
Define an AT monitor to receive notifications in the system workqueue thread. | |
#define | AT_MONITOR_ISR(name, _filter, _handler, ...) |
Define an AT monitor to receive AT notifications in an ISR. | |
Typedefs | |
typedef void(* | at_monitor_handler_t) (const char *notif) |
AT monitor callback. | |
Functions | |
static void | at_monitor_pause (struct at_monitor_entry *mon) |
Pause monitor. | |
static void | at_monitor_resume (struct at_monitor_entry *mon) |
Resume monitor. | |
Public APIs for the AT monitor library.