Contiki-NG
Loading...
Searching...
No Matches

The data structure to be used for modules that require access to AUX. More...

#include <arch/cpu/cc26x0-cc13x0/dev/aux-ctrl.h>

Detailed Description

The data structure to be used for modules that require access to AUX.

The clocks field should specify the clocks (within AUX) that your module requires in order to perform its functionality. Those clocks are an ORd value of AUX_WUC_xxxx_CLOCK. For instance, the oscillators module specifies AUX_WUC_OSCCTRL_CLOCK | AUX_WUC_SMPH_CLOCK

Definition at line 62 of file aux-ctrl.h.