Home
last modified time | relevance | path

Searched refs:RegionDlChannelReq (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/mac/region/
DRegion.h1073 int8_t RegionDlChannelReq( LoRaMacRegion_t region, DlChannelReqParams_t* dlChannelReq );
DRegion.c819 int8_t RegionDlChannelReq( LoRaMacRegion_t region, DlChannelReqParams_t* dlChannelReq ) in RegionDlChannelReq() function
/loramac-node-latest/src/mac/
DLoRaMac.c2448 status = ( uint8_t )RegionDlChannelReq( Nvm.MacGroup2.Region, &dlChannelReq ); in ProcessMacCommands()