Home
last modified time | relevance | path

Searched refs:PULL (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio.h278 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
279 ((PULL) == GPIO_PULLDOWN))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_gpio.h332 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
333 ((PULL) == GPIO_PULLDOWN))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_gpio.h295 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
296 ((PULL) == GPIO_PULLDOWN))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio.h204 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
205 ((PULL) == GPIO_PULLDOWN))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_gpio.h295 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
296 ((PULL) == GPIO_PULLDOWN))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_gpio.h297 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
298 ((PULL) == GPIO_PULLDOWN))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_gpio.h330 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \ argument
331 ((PULL) == GPIO_PULLDOWN))
Dstm32h7xx_hal_pwr_ex.h702 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ argument
703 ((PULL) == PWR_PIN_PULL_UP) ||\
704 ((PULL) == PWR_PIN_PULL_DOWN))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr_ex.h396 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ argument
397 ((PULL) == PWR_PIN_PULL_UP) ||\
398 ((PULL) == PWR_PIN_PULL_DOWN))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr_ex.h538 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ argument
539 ((PULL) == PWR_PIN_PULL_UP) ||\
540 ((PULL) == PWR_PIN_PULL_DOWN))
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h433 #define IS_PWR_WAKEUP_PIN_PULL(PULL) (((PULL) == PWR_PIN_NO_PULL) ||\ argument
434 ((PULL) == PWR_PIN_PULL_UP) ||\
435 ((PULL) == PWR_PIN_PULL_DOWN))