/loramac-node-3.7.0/src/boards/mcu/saml21/hri/ |
D | hri_port_l21.h | 1269 ((Port *)hw)->Group[submodule_index].DIRSET.reg = PORT_DIR_DIR(mask); in hri_port_set_DIR_DIR_bf() 1276 tmp = ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_get_DIR_DIR_bf() 1284 tmp = ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_read_DIR_DIR_bf() 1291 ((Port *)hw)->Group[submodule_index].DIRSET.reg = PORT_DIR_DIR(data); in hri_port_write_DIR_DIR_bf() 1292 ((Port *)hw)->Group[submodule_index].DIRCLR.reg = ~PORT_DIR_DIR(data); in hri_port_write_DIR_DIR_bf() 1297 ((Port *)hw)->Group[submodule_index].DIRCLR.reg = PORT_DIR_DIR(mask); in hri_port_clear_DIR_DIR_bf() 1302 ((Port *)hw)->Group[submodule_index].DIRTGL.reg = PORT_DIR_DIR(mask); in hri_port_toggle_DIR_DIR_bf() 1307 ((Port *)hw)->Group[submodule_index].DIRSET.reg = mask; in hri_port_set_DIR_reg() 1314 tmp = ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_get_DIR_reg() 1321 return ((Port *)hw)->Group[submodule_index].DIR.reg; in hri_port_read_DIR_reg() [all …]
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_system.h | 637 __STATIC_INLINE void LL_SYSCFG_SetEXTISource(uint32_t Port, uint32_t Line) in LL_SYSCFG_SetEXTISource() argument 639 MODIFY_REG(SYSCFG->EXTICR[Line & 0xFF], (Line >> 16), Port << POSITION_VAL((Line >> 16))); in LL_SYSCFG_SetEXTISource() 1340 __STATIC_INLINE void LL_RI_EnableHysteresis(uint32_t Port, uint32_t Pin) in LL_RI_EnableHysteresis() argument 1342 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)((uint32_t)(&RI->HYSCR1) + (Port >> 1)); in LL_RI_EnableHysteresis() 1343 CLEAR_BIT(*reg, Pin << (16 * (Port & 1))); in LL_RI_EnableHysteresis() 1406 __STATIC_INLINE void LL_RI_DisableHysteresis(uint32_t Port, uint32_t Pin) in LL_RI_DisableHysteresis() argument 1408 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)((uint32_t)(&RI->HYSCR1) + ((Port >> 1) << 2)); in LL_RI_DisableHysteresis() 1409 SET_BIT(*reg, Pin << (16 * (Port & 1))); in LL_RI_DisableHysteresis() 1468 __STATIC_INLINE void LL_RI_ControlSwitchByADC(uint32_t Port, uint32_t Pin) in LL_RI_ControlSwitchByADC() argument 1470 __IO uint32_t *reg = (__IO uint32_t *)(uint32_t)((uint32_t)(&RI->ASMR1) + ((Port * 3U) << 2)); in LL_RI_ControlSwitchByADC() [all …]
|
/loramac-node-3.7.0/src/apps/LoRaMac/common/LmHandler/packages/ |
D | LmhpClockSync.c | 132 .Port = CLOCK_SYNC_PORT, 219 if( mcpsIndication->Port != CLOCK_SYNC_PORT ) in LmhpClockSyncOnMcpsIndication() 307 .Port = CLOCK_SYNC_PORT in LmhpClockSyncOnMcpsIndication() 368 .Port = CLOCK_SYNC_PORT in LmhpClockSyncAppTimeReq()
|
D | LmhpCompliance.c | 194 .Port = COMPLIANCE_PORT, 260 .Port = COMPLIANCE_PORT, in LmhpComplianceProcess() 306 if( ( mcpsIndication->Port > 0 ) || ( mcpsIndication->AckReceived == true ) ) in LmhpComplianceOnMcpsIndication() 316 if( mcpsIndication->Port != COMPLIANCE_PORT ) in LmhpComplianceOnMcpsIndication()
|
D | LmhpFragmentation.c | 169 .Port = FRAGMENTATION_PORT, 279 if( mcpsIndication->Port != FRAGMENTATION_PORT ) in LmhpFragmentationOnMcpsIndication() 505 cmdReplyAppData.Port = FRAGMENTATION_PORT; in LmhpFragmentationOnMcpsIndication()
|
D | LmhPackage.h | 39 uint8_t Port; member
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/ |
D | main.c | 124 .Port = 0, 375 switch( appData->Port ) in OnRxData() 401 .Port = 0, in OnClassChange() 454 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/ |
D | main.c | 124 .Port = 0, 375 switch( appData->Port ) in OnRxData() 401 .Port = 0, in OnClassChange() 454 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/ |
D | main.c | 124 .Port = 0, 375 switch( appData->Port ) in OnRxData() 401 .Port = 0, in OnClassChange() 454 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/ |
D | main.c | 124 .Port = 0, 377 switch( appData->Port ) in OnRxData() 403 .Port = 0, in OnClassChange() 456 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/ |
D | main.c | 124 .Port = 0, 390 switch( appData->Port ) in OnRxData() 417 .Port = 0, in OnClassChange() 470 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/ |
D | main.c | 124 .Port = 0, 376 switch( appData->Port ) in OnRxData() 403 .Port = 0, in OnClassChange() 456 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/ |
D | main.c | 127 .Port = 0, 379 switch( appData->Port ) in OnRxData() 406 .Port = 0, in OnClassChange() 476 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/ |
D | main.c | 124 .Port = 0, 376 switch( appData->Port ) in OnRxData() 403 .Port = 0, in OnClassChange() 456 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/ |
D | main.c | 124 .Port = 0, 376 switch( appData->Port ) in OnRxData() 403 .Port = 0, in OnClassChange() 456 AppData.Port = LORAWAN_APP_PORT; in PrepareTxFrame()
|
/loramac-node-3.7.0/src/apps/LoRaMac/common/LmHandler/ |
D | LmHandler.c | 90 .Port = 0, 417 .Port = 0, in LmHandlerProcess() 522 mcpsReq.Req.Unconfirmed.fPort = appData->Port; in LmHandlerSend() 619 .Port = 0, in LmHandlerPingSlotReq() 777 appData.Port = mcpsIndication->Port; in McpsIndication()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/SAMR34/ |
D | main.c | 420 .Port = 0, in OnClassChange() 593 .Port = 1, in UplinkProcess() 611 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/NAMote72/ |
D | main.c | 448 .Port = 0, in OnClassChange() 625 .Port = 1, in UplinkProcess() 643 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/NucleoL476/ |
D | main.c | 444 .Port = 0, in OnClassChange() 621 .Port = 1, in UplinkProcess() 639 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/SKiM880B/ |
D | main.c | 433 .Port = 0, in OnClassChange() 608 .Port = 1, in UplinkProcess() 626 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/ |
D | main.c | 433 .Port = 0, in OnClassChange() 608 .Port = 1, in UplinkProcess() 626 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/SKiM980A/ |
D | main.c | 433 .Port = 0, in OnClassChange() 608 .Port = 1, in UplinkProcess() 626 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/NucleoL073/ |
D | main.c | 444 .Port = 0, in OnClassChange() 621 .Port = 1, in UplinkProcess() 639 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/NucleoL152/ |
D | main.c | 444 .Port = 0, in OnClassChange() 621 .Port = 1, in UplinkProcess() 639 .Port = 201, in UplinkProcess()
|
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/ |
D | main.c | 459 .Port = 0, in OnClassChange() 636 .Port = 1, in UplinkProcess() 654 .Port = 201, in UplinkProcess()
|