Home
last modified time | relevance | path

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

12

/loramac-node-3.7.0/src/boards/mcu/saml21/hri/
Dhri_port_l21.h1269 ((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/
Dstm32l1xx_ll_system.h637 __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/
DLmhpClockSync.c132 .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()
DLmhpCompliance.c194 .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()
DLmhpFragmentation.c169 .Port = FRAGMENTATION_PORT,
279 if( mcpsIndication->Port != FRAGMENTATION_PORT ) in LmhpFragmentationOnMcpsIndication()
505 cmdReplyAppData.Port = FRAGMENTATION_PORT; in LmhpFragmentationOnMcpsIndication()
DLmhPackage.h39 uint8_t Port; member
/loramac-node-3.7.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c124 .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/
Dmain.c124 .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/
Dmain.c124 .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/
Dmain.c124 .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/
Dmain.c124 .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/
Dmain.c124 .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/
Dmain.c127 .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/
Dmain.c124 .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/
Dmain.c124 .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/
DLmHandler.c90 .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/
Dmain.c420 .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/
Dmain.c448 .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/
Dmain.c444 .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/
Dmain.c433 .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/
Dmain.c433 .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/
Dmain.c433 .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/
Dmain.c444 .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/
Dmain.c444 .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/
Dmain.c459 .Port = 0, in OnClassChange()
636 .Port = 1, in UplinkProcess()
654 .Port = 201, in UplinkProcess()

12