Contiki-NG
Data Structures | Typedefs | Functions

Header file for the management of the CC13xx/CC26xx AUX domain. More...

#include "contiki.h"
#include "ti-lib.h"
#include <stdint.h>

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...
 

Detailed Description

Header file for the management of the CC13xx/CC26xx AUX domain.

Definition in file aux-ctrl.h.