Home
last modified time | relevance | path

Searched refs:Speed (Results 1 – 24 of 24) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_gpio.c202 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()
Dstm32l0xx_hal_gpio.c220 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init()
224 temp |= (GPIO_Init->Speed << (position * 2U)); in HAL_GPIO_Init()
Dstm32l0xx_hal_rcc.c1071 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_gpio.c224 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()
Dstm32l1xx_hal_gpio.c241 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()
Dstm32l1xx_hal_rcc.c960 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_gpio.c236 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()
Dstm32l4xx_hal_gpio.c234 assert_param(IS_GPIO_SPEED(GPIO_Init->Speed)); in HAL_GPIO_Init()
238 temp |= (GPIO_Init->Speed << (position * 2u)); in HAL_GPIO_Init()
Dstm32l4xx_hal_rcc.c1294 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
Dstm32l4xx_hal_rcc_ex.c2409 GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCCEx_EnableLSCO()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_gpio.h90 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()
Dstm32l1xx_hal_gpio.h75 uint32_t Speed; /*!< Specifies the speed for the selected pins. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_gpio.h90 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()
Dstm32l0xx_hal_gpio.h79 uint32_t Speed; /*!< Specifies the speed for the selected pins. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_gpio.h98 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()
Dstm32l4xx_hal_gpio.h74 uint32_t Speed; /*!< Specifies the speed for the selected pins. member
/loramac-node-3.4.0/src/boards/SKiM980A/
Dgpio-board.c78 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/
Dgpio-board.c78 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/
Dgpio-board.c78 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/
Dgpio-board.c77 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/
Dgpio-board.c77 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/
Dgpio-board.c78 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/
Dgpio-board.c78 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/
Dgpio-board.c77 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuInit()
165 GPIO_InitStructure.Speed = GPIO_SPEED_FREQ_HIGH; in GpioMcuSetInterrupt()