/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | system_stm32l1xx.c | 343 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 367 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 379 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l152xe.h | 360 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | system_stm32l1xx.c | 343 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 367 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 379 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l151xba.h | 322 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | system_stm32l1xx.c | 343 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 367 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 379 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l152xc.h | 351 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | system_stm32l1xx.c | 343 GPIOD->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 355 GPIOE->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 367 GPIOF->OTYPER = 0x00000000; in SystemInit_ExtMemCtl() 379 GPIOG->OTYPER = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l151xba.h | 322 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_gpio.c | 249 temp = GPIOx->OTYPER; in HAL_GPIO_Init() 252 GPIOx->OTYPER = temp; in HAL_GPIO_Init() 349 CLEAR_BIT(GPIOx->OTYPER, GPIO_OTYPER_OT_0 << position) ; in HAL_GPIO_DeInit()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_gpio.c | 228 temp= GPIOx->OTYPER; in HAL_GPIO_Init() 231 GPIOx->OTYPER = temp; in HAL_GPIO_Init() 334 GPIOx->OTYPER &= ~(GPIO_OTYPER_OT_0 << position) ; in HAL_GPIO_DeInit()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_gpio.c | 242 temp = GPIOx->OTYPER; in HAL_GPIO_Init() 245 GPIOx->OTYPER = temp; in HAL_GPIO_Init() 356 GPIOx->OTYPER &= ~(GPIO_OTYPER_OT0 << position) ; in HAL_GPIO_DeInit()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_gpio.h | 361 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType() 395 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_gpio.h | 356 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType() 390 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) / Pin); in LL_GPIO_GetPinOutputType()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_gpio.h | 373 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType() 407 return (uint32_t)(READ_BIT(GPIOx->OTYPER, Pin) >> POSITION_VAL(Pin)); in LL_GPIO_GetPinOutputType()
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 305 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 322 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 323 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04… member
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 551 …__IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04 */ member
|