Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/sx1272/
Dsx1272Regs-Fsk.h44 #define REG_FRFMID 0x07 macro
Dsx1272.c342 SX1272Write( REG_FRFMID, ( uint8_t )( ( freqInPllSteps >> 8 ) & 0xFF ) ); in SX1272SetChannel()
/loramac-node-latest/src/radio/sx1276/
Dsx1276Regs-Fsk.h44 #define REG_FRFMID 0x07 macro
Dsx1276.c353 SX1276Write( REG_FRFMID, ( uint8_t )( ( freqInPllSteps >> 8 ) & 0xFF ) ); in SX1276SetChannel()
443 ( ( uint32_t )SX1276Read( REG_FRFMID ) << 8 ) | in RxChainCalibration()