Go to the documentation of this file.
19 #ifndef CC26XX_CC13XX_POWER_H
20 #define CC26XX_CC13XX_POWER_H
bool power_is_domain_enabled(const power_domain_t domain)
Is power domain enabled?
void power_clock_enable_gpio(void)
Enable GPIO clock.
unsigned int uart_t
Define default UART type identifier.
Low-level UART peripheral driver interface definition.
void power_clock_disable_uart(uart_t uart)
Disable UART clocks.
void power_clock_enable_uart(uart_t uart)
Enable UART clocks.
@ POWER_DOMAIN_PERIPHERALS
Peripherals domain.
CC26xx, CC13xx definitions.
@ POWER_DOMAIN_VIMS
VIMS domain.
void power_clock_enable_gpt(uint32_t tim)
Enable General Purpose Timer clock.
power_domain_t
Power domains.
void power_clock_enable_i2c(void)
Enable I2C clock.
@ POWER_DOMAIN_RFC
RF Core domain.
void power_enable_domain(const power_domain_t domain)
Enable the specified power domain.
@ POWER_DOMAIN_SERIAL
Serial domain.
@ POWER_DOMAIN_CPU
CPU domain.