Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/sx1272/
Dsx1272Regs-Fsk.h153 #define RF_OPMODE_MASK 0xF8 macro
Dsx1272.c777 if( ( SX1272Read( REG_OPMODE ) & ~RF_OPMODE_MASK ) == RF_OPMODE_SLEEP ) in SX1272Send()
1101 SX1272Write( REG_OPMODE, ( SX1272Read( REG_OPMODE ) & RF_OPMODE_MASK ) | opMode ); in SX1272SetOpMode()
/loramac-node-latest/src/radio/sx1276/
Dsx1276Regs-Fsk.h152 #define RF_OPMODE_MASK 0xF8 macro
Dsx1276.c863 if( ( SX1276Read( REG_OPMODE ) & ~RF_OPMODE_MASK ) == RF_OPMODE_SLEEP ) in SX1276Send()
1241 SX1276Write( REG_OPMODE, ( SX1276Read( REG_OPMODE ) & RF_OPMODE_MASK ) | opMode ); in SX1276SetOpMode()