Home
last modified time | relevance | path

Searched refs:REG_LR_PAYLOADLENGTH (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/radio/sx1272/
Dsx1272Regs-LoRa.h70 #define REG_LR_PAYLOADLENGTH 0x22 macro
Dsx1272.c531 SX1272Write( REG_LR_PAYLOADLENGTH, payloadLen ); in SX1272SetRxConfig()
770 SX1272Write( REG_LR_PAYLOADLENGTH, size ); in SX1272Send()
/loramac-node-3.6.0-3.5.0/src/radio/sx1276/
Dsx1276Regs-LoRa.h70 #define REG_LR_PAYLOADLENGTH 0x22 macro
Dsx1276.c591 SX1276Write( REG_LR_PAYLOADLENGTH, payloadLen ); in SX1276SetRxConfig()
856 SX1276Write( REG_LR_PAYLOADLENGTH, size ); in SX1276Send()
/loramac-node-3.6.0-3.5.0/src/radio/sx126x/
Dsx126x.h96 #define REG_LR_PAYLOADLENGTH 0x0702 macro
Dsx126x.c731 *payloadLength = SX126xReadRegister( REG_LR_PAYLOADLENGTH ); in SX126xGetRxBufferStatus()