Home
last modified time | relevance | path

Searched refs:sConfigSHUTDOWN (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr.c423 HAL_StatusTypeDef HAL_PWR_ConfigSHUTDOWN(PWR_SHUTDOWNTypeDef *sConfigSHUTDOWN) in HAL_PWR_ConfigSHUTDOWN() argument
426 assert_param(IS_PWR_WAKEUP_PIN_POLARITY(sConfigSHUTDOWN->WakeUpPol)); in HAL_PWR_ConfigSHUTDOWN()
441 if (sConfigSHUTDOWN->BORStatus == ENABLE) in HAL_PWR_ConfigSHUTDOWN()
451 if (sConfigSHUTDOWN->WakeUpPinStatus == ENABLE) in HAL_PWR_ConfigSHUTDOWN()
453 LL_PWR_IOWakeupPolaritySDN(sConfigSHUTDOWN->WakeUpPol); in HAL_PWR_ConfigSHUTDOWN()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h574 HAL_StatusTypeDef HAL_PWR_ConfigSHUTDOWN(PWR_SHUTDOWNTypeDef *sConfigSHUTDOWN);