Home
last modified time | relevance | path

Searched refs:GPIO_MODE_AF_OD (Results 1 – 12 of 12) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/teensy/
H A Dhal_gpio.c23 if ((GPIO_Init->Mode == GPIO_MODE_AF_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_OD)) { in HAL_GPIO_Init()
45 (GPIO_Init->Mode == GPIO_MODE_OUTPUT_OD) || (GPIO_Init->Mode == GPIO_MODE_AF_OD)) { in HAL_GPIO_Init()
H A Dteensy_hal.h58 #define GPIO_MODE_AF_OD ((uint32_t)0x00000012) macro
67 ((MODE) == GPIO_MODE_AF_OD) || \
H A Dpin_defs_teensy.c33 return GPIO_MODE_AF_OD; in pin_get_mode()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_hal_gpio.h122 #define GPIO_MODE_AF_OD (0x00000012U) /*!< Alternate Function Open Drain … macro
223 ((__MODE__) == GPIO_MODE_AF_OD) ||\
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_gpio.h123 #define GPIO_MODE_AF_OD (0x00000012U) /*!< Alternate Function Open Drain … macro
305 ((MODE) == GPIO_MODE_AF_OD) ||\
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_gpio.h143 #define GPIO_MODE_AF_OD ((uint32_t)0x00000012) /*!< Alternate Function Op… macro
217 ((MODE) == GPIO_MODE_AF_OD) ||\
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_gpio.h143 #define GPIO_MODE_AF_OD ((uint32_t)0x00000012) /*!< Alternate Function Op… macro
217 ((MODE) == GPIO_MODE_AF_OD) ||\
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_gpio.h143 #define GPIO_MODE_AF_OD ((uint32_t)0x00000012) /*!< Alternate Function Op… macro
217 ((MODE) == GPIO_MODE_AF_OD) ||\
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_gpio.h143 #define GPIO_MODE_AF_OD ((uint32_t)0x00000012) /*!< Alternate Function Op…
217 ((MODE) == GPIO_MODE_AF_OD) ||\
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_gpio.c193 (GPIO_Init->Mode == GPIO_MODE_OUTPUT_OD) || (GPIO_Init->Mode == GPIO_MODE_AF_OD)) in HAL_GPIO_Init()
217 if ((GPIO_Init->Mode == GPIO_MODE_AF_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_OD)) in HAL_GPIO_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_gpio.c202 if ((GPIO_Init->Mode == GPIO_MODE_AF_PP) || (GPIO_Init->Mode == GPIO_MODE_AF_OD)) in HAL_GPIO_Init()
223 (GPIO_Init->Mode == GPIO_MODE_OUTPUT_OD) || (GPIO_Init->Mode == GPIO_MODE_AF_OD)) in HAL_GPIO_Init()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dpin.c362 if ((mode == GPIO_MODE_AF_PP || mode == GPIO_MODE_AF_OD) && !IS_GPIO_AF(af)) { in pin_obj_init_helper()
553 { MP_ROM_QSTR(MP_QSTR_ALT_OPEN_DRAIN), MP_ROM_INT(GPIO_MODE_AF_OD) },
564 { MP_ROM_QSTR(MP_QSTR_AF_OD), MP_ROM_INT(GPIO_MODE_AF_OD) },