Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/
Dgr55xx_hal_gpio.h250 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_MODE_INPUT) || \ macro
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_gpio.h320 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\ macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_gpio.h284 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_MODE_INPUT) ||\ macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_gpio.c210 assert_param(IS_GPIO_MODE(GPIO_InitStruct->GPIO_Mode)); in GPIO_Init()
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_gpio.c174 assert_param(IS_GPIO_MODE(GPIO_Init->Mode)); in HAL_GPIO_Init()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_gpio.h72 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_IN) || ((MODE) == GPIO_Mode_OUT) || \ macro