Home
last modified time | relevance | path

Searched refs:REG_FRFMSB (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/radio/sx1272/
Dsx1272Regs-Fsk.h43 #define REG_FRFMSB 0x06 macro
Dsx1272.c341 SX1272Write( REG_FRFMSB, ( uint8_t )( ( freqInPllSteps >> 16 ) & 0xFF ) ); in SX1272SetChannel()
/loramac-node-latest/src/radio/sx1276/
Dsx1276Regs-Fsk.h43 #define REG_FRFMSB 0x06 macro
Dsx1276.c352 SX1276Write( REG_FRFMSB, ( uint8_t )( ( freqInPllSteps >> 16 ) & 0xFF ) ); in SX1276SetChannel()
442 initialFreq = SX1276ConvertPllStepToFreqInHz( ( ( ( uint32_t )SX1276Read( REG_FRFMSB ) << 16 ) | in RxChainCalibration()