Searched refs:LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE (Results 1 – 12 of 12) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMacHeaderTypes.h | 173 #define LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ( LORAMAC_MHDR_FIELD_SIZE + ( LORAMAC_FHDR_DEV_ADDR_FIE… macro
|
D | LoRaMac.c | 1118 …if( ( MAX( 0, ( int16_t )( ( int16_t ) size - ( int16_t ) LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ) ) … in ProcessRadioRxDone()
|
/loramac-node-latest/src/mac/region/ |
D | RegionRU864.c | 511 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateRU864[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionRU864RxConfig()
|
D | RegionUS915.c | 538 …axPayloadLength( MODEM_LORA, MaxPayloadOfDatarateUS915[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionUS915RxConfig()
|
D | RegionEU433.c | 512 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateEU433[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionEU433RxConfig()
|
D | RegionEU868.c | 543 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateEU868[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionEU868RxConfig()
|
D | RegionIN865.c | 526 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateIN865[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionIN865RxConfig()
|
D | RegionAU915.c | 541 …oadLength( MODEM_LORA, MaxPayloadOfDatarateDwell0AU915[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionAU915RxConfig()
|
D | RegionCN779.c | 512 ….SetMaxPayloadLength( modem, MaxPayloadOfDatarateCN779[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionCN779RxConfig()
|
D | RegionKR920.c | 527 …axPayloadLength( MODEM_LORA, MaxPayloadOfDatarateKR920[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionKR920RxConfig()
|
D | RegionAS923.c | 721 …xPayloadLength( modem, MaxPayloadOfDatarateDwell0AS923[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionAS923RxConfig()
|
D | RegionCN470.c | 760 …axPayloadLength( MODEM_LORA, MaxPayloadOfDatarateCN470[dr] + LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE ); in RegionCN470RxConfig()
|