Home
last modified time | relevance | path

Searched refs:IS_PWR_GPIO_PIN_MASK (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c1121 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullUp()
1185 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullUp()
1249 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullDown()
1313 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c1440 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullUp()
1478 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullUp()
1519 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullDown()
1561 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c647 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableStandbyIORetention()
727 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableStandbyIORetention()
846 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableStandbyRetainedIOState()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2479 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullUp()
2566 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullUp()
2650 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_EnableGPIOPullDown()
2737 assert_param(IS_PWR_GPIO_PIN_MASK(GPIO_Pin)); in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h254 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & PWR_GPIO_PIN_MASK) != 0U) &&\ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h588 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & GPIO_PIN_MASK) != 0U) && ((BIT_MASK) <= GPI… macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_pwr_ex.h675 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) ((((BIT_MASK) & GPIO_PIN_MASK) != 0U) && ((BIT_MASK) <=… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h902 #define IS_PWR_GPIO_PIN_MASK(BIT_MASK) \ macro