Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/region/
DRegion.h805 }NextChanParams_t; typedef
1102 LoRaMacStatus_t RegionNextChannel( LoRaMacRegion_t region, NextChanParams_t* nextChanParams, uint8_…
DRegionCN779.h403 LoRaMacStatus_t RegionCN779NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionEU433.h404 LoRaMacStatus_t RegionEU433NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionKR920.h416 LoRaMacStatus_t RegionKR920NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionRU864.h399 LoRaMacStatus_t RegionRU864NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionEU868.h432 LoRaMacStatus_t RegionEU868NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionUS915.h398 LoRaMacStatus_t RegionUS915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionAU915.h416 LoRaMacStatus_t RegionAU915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionIN865.h421 LoRaMacStatus_t RegionIN865NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionCN470.h413 LoRaMacStatus_t RegionCN470NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionAS923.h491 LoRaMacStatus_t RegionAS923NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi…
DRegionAU915.c805 LoRaMacStatus_t RegionAU915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionAU915NextChannel()
DRegionCN779.c777 LoRaMacStatus_t RegionCN779NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionCN779NextChannel()
DRegionEU433.c777 LoRaMacStatus_t RegionEU433NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionEU433NextChannel()
DRegionEU868.c810 LoRaMacStatus_t RegionEU868NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionEU868NextChannel()
DRegionIN865.c800 LoRaMacStatus_t RegionIN865NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionIN865NextChannel()
DRegionKR920.c773 LoRaMacStatus_t RegionKR920NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionKR920NextChannel()
DRegionRU864.c776 LoRaMacStatus_t RegionRU864NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionRU864NextChannel()
DRegionUS915.c803 LoRaMacStatus_t RegionUS915NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionUS915NextChannel()
DRegionAS923.c876 LoRaMacStatus_t RegionAS923NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionAS923NextChannel()
DRegionCN470.c933 LoRaMacStatus_t RegionCN470NextChannel( NextChanParams_t* nextChanParams, uint8_t* channel, TimerTi… in RegionCN470NextChannel()
DRegion.c861 LoRaMacStatus_t RegionNextChannel( LoRaMacRegion_t region, NextChanParams_t* nextChanParams, uint8_… in RegionNextChannel()
/loramac-node-3.4.0/src/mac/
DLoRaMac.c2876 NextChanParams_t nextChan; in ScheduleTx()