Home
last modified time | relevance | path

Searched refs:DlChannelReqParams_t (Results 1 – 23 of 23) sorted by relevance

/loramac-node-latest/src/mac/region/
DRegion.h751 }DlChannelReqParams_t; typedef
1073 int8_t RegionDlChannelReq( LoRaMacRegion_t region, DlChannelReqParams_t* dlChannelReq );
DRegionRU864.h376 int8_t RegionRU864DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionCN779.h380 int8_t RegionCN779DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionEU433.h381 int8_t RegionEU433DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionKR920.h383 int8_t RegionKR920DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionUS915.h373 int8_t RegionUS915DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionEU868.h409 int8_t RegionEU868DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionAU915.h393 int8_t RegionAU915DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionIN865.h398 int8_t RegionIN865DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionCN470.h390 int8_t RegionCN470DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionAS923.h458 int8_t RegionAS923DlChannelReq( DlChannelReqParams_t* dlChannelReq );
DRegionRU864.c741 int8_t RegionRU864DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionRU864DlChannelReq()
DRegionUS915.c772 int8_t RegionUS915DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionUS915DlChannelReq()
DRegionEU433.c742 int8_t RegionEU433DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionEU433DlChannelReq()
DRegionEU868.c774 int8_t RegionEU868DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionEU868DlChannelReq()
DRegionIN865.c765 int8_t RegionIN865DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionIN865DlChannelReq()
DRegionAU915.c774 int8_t RegionAU915DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionAU915DlChannelReq()
DRegionCN779.c742 int8_t RegionCN779DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionCN779DlChannelReq()
DRegionKR920.c751 int8_t RegionKR920DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionKR920DlChannelReq()
DRegionAS923.c951 int8_t RegionAS923DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionAS923DlChannelReq()
DRegionCN470.c922 int8_t RegionCN470DlChannelReq( DlChannelReqParams_t* dlChannelReq ) in RegionCN470DlChannelReq()
DRegion.c819 int8_t RegionDlChannelReq( LoRaMacRegion_t region, DlChannelReqParams_t* dlChannelReq ) in RegionDlChannelReq()
/loramac-node-latest/src/mac/
DLoRaMac.c2439 DlChannelReqParams_t dlChannelReq; in ProcessMacCommands()