/loramac-node-latest/src/mac/ |
D | LoRaMacConfirmQueue.c | 135 if( element->Request == request ) in GetElement() 172 ConfirmQueueCtx.BufferEnd->Request = mlmeConfirm->Request; in LoRaMacConfirmQueueAdd() 290 mlmeConfirm->MlmeRequest = ConfirmQueueCtx.BufferStart->Request; in LoRaMacConfirmQueueHandleCb() 301 mlmeConfirmToStore.Request = ConfirmQueueCtx.BufferStart->Request; in LoRaMacConfirmQueueHandleCb()
|
D | LoRaMacConfirmQueue.h | 65 Mlme_t Request; member
|
D | LoRaMac.c | 5294 queueElement.Request = mlmeRequest->Type; in LoRaMacMlmeRequest()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_dma.c | 151 assert_param(IS_DMA_ALL_REQUEST(hdma->Init.Request)); in HAL_DMA_Init() 193 DMA1_CSELR->CSELR |= hdma->Init.Request; in HAL_DMA_Init() 201 DMA1_CSELR->CSELR |= (uint32_t)(hdma->Init.Request << 4U); in HAL_DMA_Init() 209 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << 8U); in HAL_DMA_Init() 217 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << 12U); in HAL_DMA_Init() 225 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << 16U); in HAL_DMA_Init() 234 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << 20U); in HAL_DMA_Init() 242 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << 24U); in HAL_DMA_Init()
|
D | stm32l0xx_hal_smbus.c | 175 …(SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request); 2098 …g(SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request) in SMBUS_TransferConfig() argument 2103 assert_param(IS_SMBUS_TRANSFER_REQUEST(Request)); in SMBUS_TransferConfig() 2106 …NBYTES | I2C_CR2_RELOAD | I2C_CR2_AUTOEND | (I2C_CR2_RD_WRN & (uint32_t)(Request >> (31U - I2C_CR2… in SMBUS_TransferConfig() 2107 …| (((uint32_t)Size << I2C_CR2_NBYTES_Pos) & I2C_CR2_NBYTES) | (uint32_t)Mode | (uint32_t)Request)); in SMBUS_TransferConfig()
|
D | stm32l0xx_hal_i2c.c | 355 …nfig(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request); 4692 …onfig(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request) in I2C_TransferConfig() argument 4697 assert_param(IS_TRANSFER_REQUEST(Request)); in I2C_TransferConfig() 4700 …NBYTES | I2C_CR2_RELOAD | I2C_CR2_AUTOEND | (I2C_CR2_RD_WRN & (uint32_t)(Request >> (31U - I2C_CR2… in I2C_TransferConfig() 4701 …| (((uint32_t)Size << I2C_CR2_NBYTES_Pos) & I2C_CR2_NBYTES) | (uint32_t)Mode | (uint32_t)Request)); in I2C_TransferConfig()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_dma.c | 189 assert_param(IS_DMA_ALL_REQUEST(hdma->Init.Request)); in HAL_DMA_Init() 235 hdma->Init.Request = DMA_REQUEST_MEM2MEM; in HAL_DMA_Init() 239 hdma->DMAmuxChannel->CCR = (hdma->Init.Request & DMAMUX_CxCR_DMAREQ_ID); in HAL_DMA_Init() 244 if(((hdma->Init.Request > 0U) && (hdma->Init.Request <= DMA_REQUEST_GENERATOR3))) in HAL_DMA_Init() 277 DMA1_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init() 285 DMA2_CSELR->CSELR |= (uint32_t) (hdma->Init.Request << (hdma->ChannelIndex & 0x1cU)); in HAL_DMA_Init() 377 if(((hdma->Init.Request > 0U) && (hdma->Init.Request <= DMA_REQUEST_GENERATOR3))) in HAL_DMA_DeInit() 1154 uint32_t request = hdma->Init.Request & DMAMUX_CxCR_DMAREQ_ID; in DMA_CalcDMAMUXRequestGenBaseAndMask()
|
D | stm32l4xx_hal_smbus.c | 233 …(SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request); 2622 …g(SMBUS_HandleTypeDef *hsmbus, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request) in SMBUS_TransferConfig() argument 2627 assert_param(IS_SMBUS_TRANSFER_REQUEST(Request)); in SMBUS_TransferConfig() 2630 …NBYTES | I2C_CR2_RELOAD | I2C_CR2_AUTOEND | (I2C_CR2_RD_WRN & (uint32_t)(Request >> (31UL - I2C_CR… in SMBUS_TransferConfig() 2631 …| (((uint32_t)Size << I2C_CR2_NBYTES_Pos) & I2C_CR2_NBYTES) | (uint32_t)Mode | (uint32_t)Request)); in SMBUS_TransferConfig()
|
D | stm32l4xx_hal_i2c.c | 433 …onfig(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request); 6311 …Config(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t Size, uint32_t Mode, uint32_t Request) in I2C_TransferConfig() argument 6316 assert_param(IS_TRANSFER_REQUEST(Request)); in I2C_TransferConfig() 6319 …NBYTES | I2C_CR2_RELOAD | I2C_CR2_AUTOEND | (I2C_CR2_RD_WRN & (uint32_t)(Request >> (31U - I2C_CR2… in I2C_TransferConfig() 6320 …| (((uint32_t)Size << I2C_CR2_NBYTES_Pos) & I2C_CR2_NBYTES) | (uint32_t)Mode | (uint32_t)Request)); in I2C_TransferConfig()
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/ |
D | readme.md | 75 ###### =========== MCPS-Request ============ ###### 111 ###### =========== MCPS-Request ============ ###### 147 ###### =========== MCPS-Request ============ ###### 184 ###### =========== MCPS-Request ============ ###### 227 ###### =========== MCPS-Request ============ ###### 263 ###### =========== MCPS-Request ============ ###### 297 ###### =========== MCPS-Request ============ ###### 334 ###### =========== MCPS-Request ============ ###### 998 ###### =========== MCPS-Request ============ ###### 1020 ###### =========== MCPS-Request ============ ######
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_i2c.h | 2107 … uint32_t TransferSize, uint32_t EndMode, uint32_t Request) in LL_I2C_HandleTransfer() argument 2109 …MODIFY_REG(I2Cx->CR2, I2C_CR2_SADD | I2C_CR2_ADD10 | (I2C_CR2_RD_WRN & (uint32_t)(Request >> (31U … in LL_I2C_HandleTransfer() 2111 SlaveAddr | SlaveAddrSize | TransferSize << I2C_CR2_NBYTES_Pos | EndMode | Request); in LL_I2C_HandleTransfer()
|
D | stm32l0xx_hal_dma.h | 65 …uint32_t Request; /*!< Specifies the request selected for the specified channel. member
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_i2c.h | 2107 … uint32_t TransferSize, uint32_t EndMode, uint32_t Request) in LL_I2C_HandleTransfer() argument 2109 …MODIFY_REG(I2Cx->CR2, I2C_CR2_SADD | I2C_CR2_ADD10 | (I2C_CR2_RD_WRN & (uint32_t)(Request >> (31U … in LL_I2C_HandleTransfer() 2111 SlaveAddr | SlaveAddrSize | (TransferSize << I2C_CR2_NBYTES_Pos) | EndMode | Request); in LL_I2C_HandleTransfer()
|
D | stm32l4xx_ll_dmamux.h | 524 …NE void LL_DMAMUX_SetRequestID(DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel, uint32_t Request) in LL_DMAMUX_SetRequestID() argument 526 …uint32_t)((uint32_t)DMAMUXx + (DMAMUX_CCR_SIZE*(Channel)))))->CCR, DMAMUX_CxCR_DMAREQ_ID, Request); in LL_DMAMUX_SetRequestID()
|
D | stm32l4xx_hal_dma.h | 65 uint32_t Request; /*!< Specifies the request selected for the specified channel. member
|
D | stm32l4xx_ll_dma.h | 1346 __STATIC_INLINE void LL_DMA_SetPeriphRequest(DMA_TypeDef *DMAx, uint32_t Channel, uint32_t Request) in LL_DMA_SetPeriphRequest() argument 1348 …AMUX_CCR_SIZE * __LL_DMA_INSTANCE_TO_DMAMUX_CHANNEL(DMAx))))->CCR, DMAMUX_CxCR_DMAREQ_ID, Request); in LL_DMA_SetPeriphRequest()
|
/loramac-node-latest/ |
D | CHANGELOG.md | 132 - Added a default value for `Request->ReqReturn.DutyCycleWaitTime` to ensure that a valid value is … 376 - Fixed issue where the stack could get stuck in MCPS busy state after MLME Device Time Request
|