Home
last modified time | relevance | path

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

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_gpio.c173 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
380 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
413 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
438 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
463 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c209 assert_param(IS_GPIO_PIN(GPIO_InitStruct->GPIO_Pin)); in GPIO_Init()
284 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_PinLockConfig()
417 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_SetBits()
438 assert_param(IS_GPIO_PIN(GPIO_Pin)); in GPIO_ResetBits()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_hal_gpio.h242 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00U) && \ macro
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_gpio.h317 #define IS_GPIO_PIN(__PIN__) ((((uint32_t)(__PIN__) & GPIO_PIN_MASK ) != 0x00u) &&\ macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_gpio.h283 #define IS_GPIO_PIN(PIN) (((((uint32_t)PIN) & GPIO_PIN_MASK ) != 0x00U) && ((((uint32_t)P… macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h178 #define IS_GPIO_PIN(PIN) (((PIN) & GPIO_PIN_MASK ) != (uint32_t)0x00) macro