/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/ |
D | system_stm32l1xx.c | 345 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 369 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 381 GPIOG->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l152xe.h | 362 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/ |
D | system_stm32l1xx.c | 345 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 369 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 381 GPIOG->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l152xc.h | 353 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | system_stm32l1xx.c | 345 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 369 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 381 GPIOG->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l151xba.h | 324 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/ |
D | system_stm32l1xx.c | 345 GPIOD->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 357 GPIOE->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 369 GPIOF->PUPDR = 0x00000000; in SystemInit_ExtMemCtl() 381 GPIOG->PUPDR = 0x00000000; in SystemInit_ExtMemCtl()
|
D | stm32l151xba.h | 324 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_gpio.c | 256 temp = GPIOx->PUPDR; in HAL_GPIO_Init() 259 GPIOx->PUPDR = temp; in HAL_GPIO_Init() 352 CLEAR_BIT(GPIOx->PUPDR, GPIO_PUPDR_PUPDR0 << (position * 2)); in HAL_GPIO_DeInit()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_gpio.c | 241 temp = GPIOx->PUPDR; in HAL_GPIO_Init() 244 GPIOx->PUPDR = temp; in HAL_GPIO_Init() 337 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPD0 << (position * 2U)); in HAL_GPIO_DeInit()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_gpio.c | 263 temp = GPIOx->PUPDR; in HAL_GPIO_Init() 266 GPIOx->PUPDR = temp; in HAL_GPIO_Init() 359 GPIOx->PUPDR &= ~(GPIO_PUPDR_PUPD0 << (position * 2u)); in HAL_GPIO_DeInit()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_gpio.h | 496 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull() 528 return (uint32_t)(READ_BIT(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0)) / (Pin * Pin)); in LL_GPIO_GetPinPull()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_gpio.h | 503 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull() 535 return (uint32_t)(READ_BIT(GPIOx->PUPDR, in LL_GPIO_GetPinPull()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_gpio.h | 515 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(Pi… in LL_GPIO_SetPinPull() 547 return (uint32_t)(READ_BIT(GPIOx->PUPDR, in LL_GPIO_GetPinPull()
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 307 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 324 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 325 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C… member
|
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 553 …__IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C */ member
|