Home
last modified time | relevance | path

Searched refs:GPIOE (Results 1 – 25 of 28) sorted by relevance

12

/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dsystem_stm32l1xx.c348 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl()
349 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
351 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl()
353 GPIOE->OSPEEDR = 0xFFFFC00F; in SystemInit_ExtMemCtl()
355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dsystem_stm32l1xx.c348 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl()
349 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
351 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl()
353 GPIOE->OSPEEDR = 0xFFFFC00F; in SystemInit_ExtMemCtl()
355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
Dstm32l151xba.h704 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro
7919 ((INSTANCE) == GPIOE) || \
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dsystem_stm32l1xx.c348 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl()
349 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
351 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl()
353 GPIOE->OSPEEDR = 0xFFFFC00F; in SystemInit_ExtMemCtl()
355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dsystem_stm32l1xx.c348 GPIOE->AFR[0] = 0xC00000CC; in SystemInit_ExtMemCtl()
349 GPIOE->AFR[1] = 0xCCCCCCCC; in SystemInit_ExtMemCtl()
351 GPIOE->MODER = 0xAAAA800A; in SystemInit_ExtMemCtl()
353 GPIOE->OSPEEDR = 0xFFFFC00F; in SystemInit_ExtMemCtl()
355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
Dstm32l151xba.h704 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro
7919 ((INSTANCE) == GPIOE) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_gpio.c50 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
142 #if defined(GPIOE) in LL_GPIO_DeInit()
143 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_gpio.c50 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
150 #if defined(GPIOE) in LL_GPIO_DeInit()
151 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_gpio.c50 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
155 #if defined(GPIOE) in LL_GPIO_DeInit()
156 else if (GPIOx == GPIOE) in LL_GPIO_DeInit()
Dstm32l4xx_hal_pwr_ex.c435 #if defined(GPIOE) in HAL_PWREx_EnableGPIOPullUp()
514 #if defined(GPIOE) in HAL_PWREx_DisableGPIOPullUp()
595 #if defined(GPIOE) in HAL_PWREx_EnableGPIOPullDown()
674 #if defined(GPIOE) in HAL_PWREx_DisableGPIOPullDown()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h842 ((__GPIOx__) == (GPIOE))? 4uL : 7uL)
860 ((__GPIOx__) == (GPIOE))? 4uL : 7uL)
870 ((__GPIOx__) == (GPIOE))? 4uL :\
882 ((__GPIOx__) == (GPIOE))? 4uL :\
895 ((__GPIOx__) == (GPIOE))? 4uL :\
Dstm32l4xx_hal_rcc.h794 #if defined(GPIOE)
929 #if defined(GPIOE)
1703 #if defined(GPIOE)
1752 #if defined(GPIOE)
2207 #if defined(GPIOE)
2266 #if defined(GPIOE)
2739 #if defined(GPIOE)
2802 #if defined(GPIOE)
3296 #if defined(GPIOE)
3359 #if defined(GPIOE)
Dstm32l4xx_ll_gpio.h51 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
Dstm32l4xx_ll_bus.h120 #if defined(GPIOE)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio_ex.h175 ((__GPIOx__) == (GPIOE))? 4U :\
185 ((__GPIOx__) == (GPIOE))? 4U : 5U)
Dstm32l1xx_ll_system.h145 #if defined(GPIOE)
264 #if defined(GPIOE)
357 #if defined(GPIOE)
Dstm32l1xx_ll_bus.h95 #if defined(GPIOE)
Dstm32l1xx_ll_gpio.h51 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio_ex.h359 (((__INSTANCE__) == GPIOE) && (((__AF__) == GPIO_AF0_TIM22) || \
659 (((__INSTANCE__) == GPIOE) && (((__AF__) == GPIO_AF0_TIM22) || \
964 (((__INSTANCE__) == GPIOE) && (((__AF__) == GPIO_AF0_TIM22) || \
2136 ((__GPIOx__) == (GPIOE))? 4U :\
2144 …(((__INSTANCE__) == GPIOE) && (((__PIN__) & (GPIOE_PIN_AVAILABLE)) != 0U) && (((__PIN__) | (GPIOE_…
Dstm32l0xx_ll_bus.h196 #if defined(GPIOE)
Dstm32l0xx_ll_gpio.h51 #if defined (GPIOA) || defined (GPIOB) || defined (GPIOC) || defined (GPIOD) || defined (GPIOE) || …
Dstm32l0xx_hal_rcc_ex.h649 #if defined(GPIOE)
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h683 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro
6364 ((INSTANCE) == GPIOE) || \
6371 ((INSTANCE) == GPIOE))
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h774 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro
7396 ((INSTANCE) == GPIOE) || \
7403 ((INSTANCE) == GPIOE) || \
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h790 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) macro
7555 ((INSTANCE) == GPIOE) || \
7562 ((INSTANCE) == GPIOE) || \

12