Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_gpio.c456 void HAL_GPIO_WriteMultipleStatePin(GPIO_TypeDef *GPIOx, uint16_t PinReset, uint16_t PinSet) in HAL_GPIO_WriteMultipleStatePin() argument
462 assert_param(IS_GPIO_PIN((uint32_t)PinReset | (uint32_t)PinSet)); in HAL_GPIO_WriteMultipleStatePin()
463 assert_param(IS_GPIO_COMMON_PIN(PinReset, PinSet)); in HAL_GPIO_WriteMultipleStatePin()
465 tmp = (((uint32_t)PinReset << 16) | PinSet); in HAL_GPIO_WriteMultipleStatePin()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_gpio.h348 … HAL_GPIO_WriteMultipleStatePin(GPIO_TypeDef *GPIOx, uint16_t PinReset, uint16_t PinSet);