Contiki-NG
|
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. | |
Functions | |
void | aux_ctrl_register_consumer (aux_consumer_module_t *consumer) |
Register a module that no longer requires access to the AUX power domain. | |
void | aux_ctrl_unregister_consumer (aux_consumer_module_t *consumer) |
Deregister a module that no longer requires access to the AUX power domain. | |
void | aux_ctrl_power_up (void) |
Power-up the AUX power domain. | |
void | aux_ctrl_power_down (bool force) |
Power down the AUX power domain. | |
Header file for the management of the CC13xx/CC26xx AUX domain.
Definition in file aux-ctrl.h.