Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c1439 assert_param(IS_PWR_GPIO_PULLPUP_PORT(GPIO_Port)); in HAL_PWREx_EnableGPIOPullUp()
1477 assert_param(IS_PWR_GPIO_PULLPUP_PORT(GPIO_Port)); in HAL_PWREx_DisableGPIOPullUp()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h579 #define IS_PWR_GPIO_PULLPUP_PORT(GPIO_PORT) (((GPIO_PORT) == PWR_GPIO_PULLUP_PORT_N) ||\ macro