Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_gpio.h282 #define IS_GPIO_COMMON_PIN(__RESETMASK__, __SETMASK__) \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_gpio.c463 assert_param(IS_GPIO_COMMON_PIN(PinReset, PinSet)); in HAL_GPIO_WriteMultipleStatePin()