/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_gpio.c | 202 assert_param(IS_LL_GPIO_SPEED(GPIO_InitStruct->Speed)); in LL_GPIO_Init() 205 LL_GPIO_SetPinSpeed(GPIOx, currentpin, GPIO_InitStruct->Speed); in LL_GPIO_Init() 254 GPIO_InitStruct->Speed = LL_GPIO_SPEED_FREQ_LOW; in LL_GPIO_StructInit()
|
D | stm32l0xx_hal_gpio.c | 220 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init() 224 temp |= (GPIO_Init->Speed << (position * 2U)); in HAL_GPIO_Init()
|
D | stm32l0xx_hal_rcc.c | 1071 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_gpio.c | 224 assert_param(IS_LL_GPIO_SPEED(GPIO_InitStruct->Speed)); in LL_GPIO_Init() 227 LL_GPIO_SetPinSpeed(GPIOx, currentpin, GPIO_InitStruct->Speed); in LL_GPIO_Init() 276 GPIO_InitStruct->Speed = LL_GPIO_SPEED_FREQ_LOW; in LL_GPIO_StructInit()
|
D | stm32l1xx_hal_gpio.c | 241 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init() 245 SET_BIT(temp, GPIO_Init->Speed << (position * 2)); in HAL_GPIO_Init()
|
D | stm32l1xx_hal_rcc.c | 960 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_gpio.c | 236 assert_param(IS_LL_GPIO_SPEED(GPIO_InitStruct->Speed)); in LL_GPIO_Init() 239 LL_GPIO_SetPinSpeed(GPIOx, currentpin, GPIO_InitStruct->Speed); in LL_GPIO_Init() 288 GPIO_InitStruct->Speed = LL_GPIO_SPEED_FREQ_LOW; in LL_GPIO_StructInit()
|
D | stm32l4xx_hal_gpio.c | 234 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init() 238 temp |= (GPIO_Init->Speed << (position * 2u)); in HAL_GPIO_Init()
|
D | stm32l4xx_hal_rcc.c | 1294 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
|
D | stm32l4xx_hal_rcc_ex.c | 2409 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCCEx_EnableLSCO()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_gpio.h | 90 uint32_t Speed; /*!< Specifies the speed for the selected pins. member 430 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed() argument 433 (Speed << (POSITION_VAL(Pin) * 2U))); in LL_GPIO_SetPinSpeed()
|
D | stm32l1xx_hal_gpio.h | 75 uint32_t Speed; /*!< Specifies the speed for the selected pins. member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_gpio.h | 90 uint32_t Speed; /*!< Specifies the speed for the selected pins. member 425 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed() argument 427 MODIFY_REG(GPIOx->OSPEEDR, ((Pin * Pin) * GPIO_OSPEEDER_OSPEED0), ((Pin * Pin) * Speed)); in LL_GPIO_SetPinSpeed()
|
D | stm32l0xx_hal_gpio.h | 79 uint32_t Speed; /*!< Specifies the speed for the selected pins. member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_gpio.h | 98 uint32_t Speed; /*!< Specifies the speed for the selected pins. member 442 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed() argument 445 (Speed << (POSITION_VAL(Pin) * 2U))); in LL_GPIO_SetPinSpeed()
|
D | stm32l4xx_hal_gpio.h | 74 uint32_t Speed; /*!< Specifies the speed for the selected pins. member
|
/loramac-node-3.4.0/src/boards/SKiM980A/ |
D | gpio-board.c | 78 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 166 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | gpio-board.c | 78 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 166 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/NucleoL476/ |
D | gpio-board.c | 78 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 166 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/NucleoL073/ |
D | gpio-board.c | 77 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 165 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/ |
D | gpio-board.c | 77 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 165 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/SKiM880B/ |
D | gpio-board.c | 78 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 166 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/NAMote72/ |
D | gpio-board.c | 78 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 166 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/ |
D | gpio-board.c | 77 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit() 165 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()
|