Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_gpio.c182 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
209 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
256 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
Dstm32l0xx_hal_gpio.c191 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
243 temp |= ((GPIO_Init->Pull) << (position * 2U)); in HAL_GPIO_Init()
Dstm32l0xx_hal_rcc.c1072 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_gpio.c204 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
231 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
278 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
Dstm32l1xx_hal_gpio.c204 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
258 SET_BIT(temp, (GPIO_Init->Pull) << (position * 2)); in HAL_GPIO_Init()
Dstm32l1xx_hal_rcc.c961 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_gpio.c216 assert_param(IS_LL_GPIO_PULL(GPIO_InitStruct->Pull)); in LL_GPIO_Init()
243 LL_GPIO_SetPinPull(GPIOx, currentpin, GPIO_InitStruct->Pull); in LL_GPIO_Init()
290 GPIO_InitStruct->Pull = LL_GPIO_PULL_NO; in LL_GPIO_StructInit()
Dstm32l4xx_hal_gpio.c198 assert_param(IS_GPIO_PULL(GPIO_Init->Pull)); in HAL_GPIO_Init()
265 temp |= ((GPIO_Init->Pull) << (position * 2u)); in HAL_GPIO_Init()
Dstm32l4xx_hal_rcc.c1295 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
Dstm32l4xx_hal_rcc_ex.c2410 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCCEx_EnableLSCO()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_gpio.h100 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
501 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
503 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPDR0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(P… in LL_GPIO_SetPinPull()
Dstm32l1xx_hal_gpio.h72 uint32_t Pull; /*!< Specifies the Pull-up or Pull-Down activation for the selected pins. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_gpio.h100 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
494 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
496 MODIFY_REG(GPIOx->PUPDR, ((Pin * Pin) * GPIO_PUPDR_PUPD0), ((Pin * Pin) * Pull)); in LL_GPIO_SetPinPull()
Dstm32l0xx_hal_gpio.h76 uint32_t Pull; /*!< Specifies the Pull-up or Pull-Down activation for the selected pins. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_gpio.h108 uint32_t Pull; /*!< Specifies the operating Pull-up/Pull down for the selected pins. member
513 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull() argument
515 …MODIFY_REG(GPIOx->PUPDR, (GPIO_PUPDR_PUPD0 << (POSITION_VAL(Pin) * 2U)), (Pull << (POSITION_VAL(Pi… in LL_GPIO_SetPinPull()
Dstm32l4xx_hal_gpio.h71 uint32_t Pull; /*!< Specifies the Pull-up or Pull-Down activation for the selected pins. member
/loramac-node-latest/src/boards/NucleoL152/
Dgpio-board.c77 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
165 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/SKiM980A/
Dgpio-board.c77 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
165 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/NucleoL073/
Dgpio-board.c76 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
164 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/NucleoL476/
Dgpio-board.c77 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
165 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/SKiM881AXL/
Dgpio-board.c76 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
164 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/SKiM880B/
Dgpio-board.c77 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
165 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/NAMote72/
Dgpio-board.c77 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
165 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dgpio-board.c76 GPIO_InitStructure.Pull = obj->pull = type; in GpioMcuInit()
164 GPIO_InitStructure.Pull = obj->pull; in GpioMcuSetInterrupt()
/loramac-node-latest/
DCHANGELOG.md695 - Applied Pull request #22 solution proposition
742 …nelFree` check on `LoRaMacSetNextChannel` function. LoRaWAN is an ALHOA protocol. (Pull request #8)
771 …ight places. FOpts field before the Payload and Port 0 just after the decryption. (Pull request #9)
779 …wing situations arrived in `OnRxDone` callback: bad address, bad MIC, bad frame. (Pull request #10)
780 - Fixed weird conditions to check data rate on MAC command `SRV_MAC_NEW_CHANNEL_REQ` (Pull request …
781 - Fixed join accept message handling to be ignored if already joined (Pull request #6)
782 - Fixed channel index verification should use OR on `SRV_MAC_NEW_CHANNEL_REQ` command (Pull request…
783 - Fixed the CFList management on JoinAccept. The `for` loop indexes were wrong. (Pull request #4)
784 - Fixed AES key size (Pull request #3)