Home
last modified time | relevance | path

Searched refs:IS_PWR_GPIO_PORT (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c646 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableStandbyIORetention()
726 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableStandbyIORetention()
801 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_GetStandbyIORetentionStatus()
845 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableStandbyRetainedIOState()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1120 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullUp()
1184 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullUp()
1248 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullDown()
1312 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h868 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
880 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
891 #define IS_PWR_GPIO_PORT(GPIO_PORT) \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2478 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullUp()
2565 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullUp()
2649 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullDown()
2736 assert_param(IS_PWR_GPIO_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h661 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro
668 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h248 #define IS_PWR_GPIO_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_A) ||\ macro