Home
last modified time | relevance | path

Searched refs:LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE (Results 1 – 12 of 12) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacHeaderTypes.h173 #define LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ( LORAMAC_MHDR_FIELD_SIZE + ( LORAMAC_FHDR_DEV_ADDR_FIE… macro
DLoRaMac.c1118 …if( ( MAX( 0, ( int16_t )( ( int16_t ) size - ( int16_t ) LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ) ) … in ProcessRadioRxDone()
/loramac-node-latest/src/mac/region/
DRegionRU864.c511 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateRU864[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionRU864RxConfig()
DRegionUS915.c538 …axPayloadLength( MODEM_LORA, MaxPayloadOfDatarateUS915[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionUS915RxConfig()
DRegionEU433.c512 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateEU433[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionEU433RxConfig()
DRegionEU868.c543 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateEU868[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionEU868RxConfig()
DRegionIN865.c526 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateIN865[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionIN865RxConfig()
DRegionAU915.c541 …oadLength( MODEM_LORA, MaxPayloadOfDatarateDwell0AU915[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionAU915RxConfig()
DRegionCN779.c512 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateCN779[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionCN779RxConfig()
DRegionKR920.c527 …axPayloadLength( MODEM_LORA, MaxPayloadOfDatarateKR920[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionKR920RxConfig()
DRegionAS923.c721 …xPayloadLength( modem, MaxPayloadOfDatarateDwell0AS923[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionAS923RxConfig()
DRegionCN470.c760 …axPayloadLength( MODEM_LORA, MaxPayloadOfDatarateCN470[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionCN470RxConfig()