Home
last modified time | relevance | path

Searched defs:power_mode (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_opamp.h436 register uint32_t power_mode = (READ_BIT(OPAMPx->CSR, OPAMP_CSR_OPALPM)); in LL_OPAMP_GetPowerMode() local
/btstack/src/
H A Dhci.c5422 static int hci_power_control_state_off(HCI_POWER_MODE power_mode){ in hci_power_control_state_off()
5446 static int hci_power_control_state_initializing(HCI_POWER_MODE power_mode){ in hci_power_control_state_initializing()
5466 static int hci_power_control_state_working(HCI_POWER_MODE power_mode) { in hci_power_control_state_working()
5486 static int hci_power_control_state_halting(HCI_POWER_MODE power_mode) { in hci_power_control_state_halting()
5506 static int hci_power_control_state_falling_asleep(HCI_POWER_MODE power_mode) { in hci_power_control_state_falling_asleep()
5524 static int hci_power_control_state_sleeping(HCI_POWER_MODE power_mode) { in hci_power_control_state_sleeping()
5545 int hci_power_control(HCI_POWER_MODE power_mode){ in hci_power_control()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_clocks.c536 static bsp_power_mode_t power_mode = BSP_POWER_MODE_LDO; in bsp_prv_operating_mode_set() local
/btstack/platform/daemon/src/
H A Ddaemon.c156 HCI_POWER_MODE power_mode; member