|
Contiki 3.x
|
Header file for the management of the CC13xx/CC26xx AUX domain. More...
Go to the source code of this file.
Data Structures | |
| struct | aux_consumer_module |
| The data structure to be used for modules that require access to AUX. More... | |
Typedefs | |
| typedef struct aux_consumer_module | aux_consumer_module_t |
| The data structure to be used for modules that require access to AUX. More... | |
Functions | |
| void | aux_ctrl_register_consumer (aux_consumer_module_t *consumer) |
| Register a module that no longer requires access to the AUX power domain. More... | |
| void | aux_ctrl_unregister_consumer (aux_consumer_module_t *consumer) |
| Deregister a module that no longer requires access to the AUX power domain. More... | |
| void | aux_ctrl_power_up (void) |
| Power-up the AUX power domain. More... | |
| void | aux_ctrl_power_down (bool force) |
| Power down the AUX power domain. More... | |
Header file for the management of the CC13xx/CC26xx AUX domain.
Definition in file aux-ctrl.h.
1.8.6