Collaboration diagram for Enumerations:Enumerations | |
| enum | wakeup_priority_t { WAKEUP_PRIORITY_LOW = 1, WAKEUP_PRIORITY_MID, WAKEUP_PRIORITY_HIGH } |
| APP driver peripheral wakeup priority define. More... | |
| enum wakeup_priority_t |
APP driver peripheral wakeup priority define.
| Enumerator | |
|---|---|
| WAKEUP_PRIORITY_LOW | Wakeup priority low. |
| WAKEUP_PRIORITY_MID | Wakeup priority mid. |
| WAKEUP_PRIORITY_HIGH | Wakeup priority high. |
Definition at line 188 of file app_drv_config.h.