/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/ |
H A D | stm32wbxx_ll_gpio.h | 148 #define LL_GPIO_MODE_ANALOG GPIO_MODER_MODE0 /*!< Select analog mode */ 284 …MODIFY_REG(GPIOx->MODER, (GPIO_MODER_MODE0 << (POSITION_VAL(Pin) * 2U)), (Mode << (POSITION_VAL(Pi… in LL_GPIO_SetPinMode() 319 … (GPIO_MODER_MODE0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinMode()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_gpio.h | 148 #define LL_GPIO_MODE_ANALOG GPIO_MODER_MODE0 /*!< Select analog mode */ 288 …MODIFY_REG(GPIOx->MODER, (GPIO_MODER_MODE0 << (POSITION_VAL(Pin) * 2U)), (Mode << (POSITION_VAL(Pi… in LL_GPIO_SetPinMode() 323 … (GPIO_MODER_MODE0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinMode()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/ |
H A D | stm32wbxx_hal_gpio.c | 207 temp &= ~(GPIO_MODER_MODE0 << (position * 2u)); in HAL_GPIO_Init() 331 GPIOx->MODER |= (GPIO_MODER_MODE0 << (position * 2u)); in HAL_GPIO_DeInit()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_gpio.c | 248 temp &= ~(GPIO_MODER_MODE0 << (position * 2u)); in HAL_GPIO_Init() 350 GPIOx->MODER |= (GPIO_MODER_MODE0 << (position * 2u)); in HAL_GPIO_DeInit()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_gpio.c | 248 temp &= ~(GPIO_MODER_MODE0 << (position * 2u)); in HAL_GPIO_Init() 350 GPIOx->MODER |= (GPIO_MODER_MODE0 << (position * 2u)); in HAL_GPIO_DeInit()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_gpio.c | 222 temp &= ~(GPIO_MODER_MODE0 << (position * 2U)); in HAL_GPIO_Init() 311 GPIOx->MODER |= (GPIO_MODER_MODE0 << (position * 2U)); in HAL_GPIO_DeInit()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f410rx.h | 2612 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f410tx.h | 2602 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f410cx.h | 2612 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f401xe.h | 2533 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f401xc.h | 2533 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f411xe.h | 2536 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f412cx.h | 6686 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f405xx.h | 7817 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f415xx.h | 7999 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f412zx.h | 7381 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f407xx.h | 8117 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f412vx.h | 7379 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
H A D | stm32f412rx.h | 7375 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l451xx.h | 7307 #define GPIO_MODER_MODE0 GPIO_MODER_MODE0_Msk macro 7387 #define GPIO_MODER_MODER0 GPIO_MODER_MODE0
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l073xx.h | 2551 #define GPIO_MODER_MODE0 GPIO_MODER_MODE0_Msk macro
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
H A D | stm32l476xx.h | 8122 #define GPIO_MODER_MODE0 GPIO_MODER_MODE0_Msk macro 8202 #define GPIO_MODER_MODER0 GPIO_MODER_MODE0
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/ |
H A D | stm32wb50xx.h | 4095 #define GPIO_MODER_MODE0 GPIO_MODER_MODE0_Msk macro
|
H A D | stm32wb55xx.h | 4384 #define GPIO_MODER_MODE0 GPIO_MODER_MODE0_Msk macro
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f407xx.h | 8133 #define GPIO_MODER_MODE0 GPIO_MODER_MODER0 macro
|