Searched refs:SX1272Write (Results 1 – 9 of 9) sorted by relevance
/loramac-node-latest/src/radio/sx1272/ |
D | sx1272.c | 322 SX1272Write( RadioRegsInit[i].Addr, RadioRegsInit[i].Value ); in SX1272Init() 341 SX1272Write( REG_FRFMSB, ( uint8_t )( ( freqInPllSteps >> 16 ) & 0xFF ) ); in SX1272SetChannel() 342 SX1272Write( REG_FRFMID, ( uint8_t )( ( freqInPllSteps >> 8 ) & 0xFF ) ); in SX1272SetChannel() 343 SX1272Write( REG_FRFLSB, ( uint8_t )( freqInPllSteps & 0xFF ) ); in SX1272SetChannel() 358 SX1272Write( REG_RXBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1272IsChannelFree() 359 SX1272Write( REG_AFCBW, GetFskBandwidthRegValue( rxBandwidth ) ); in SX1272IsChannelFree() 394 SX1272Write( REG_LR_IRQFLAGSMASK, RFLR_IRQFLAGS_RXTIMEOUT | in SX1272Random() 446 SX1272Write( REG_BITRATEMSB, ( uint8_t )( bitRate >> 8 ) ); in SX1272SetRxConfig() 447 SX1272Write( REG_BITRATELSB, ( uint8_t )( bitRate & 0xFF ) ); in SX1272SetRxConfig() 449 SX1272Write( REG_RXBW, GetFskBandwidthRegValue( bandwidth ) ); in SX1272SetRxConfig() [all …]
|
D | sx1272.h | 392 void SX1272Write( uint32_t addr, uint8_t data );
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | sx1272mb2das-board.c | 65 SX1272Write, 231 SX1272Write( REG_PACONFIG, paConfig ); in SX1272SetRfTxPower() 232 SX1272Write( REG_PADAC, paDac ); in SX1272SetRfTxPower()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | sx1272mb2das-board.c | 65 SX1272Write, 231 SX1272Write( REG_PACONFIG, paConfig ); in SX1272SetRfTxPower() 232 SX1272Write( REG_PADAC, paDac ); in SX1272SetRfTxPower()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | sx1272mb2das-board.c | 65 SX1272Write, 231 SX1272Write( REG_PACONFIG, paConfig ); in SX1272SetRfTxPower() 232 SX1272Write( REG_PADAC, paDac ); in SX1272SetRfTxPower()
|
/loramac-node-latest/src/boards/SKiM980A/ |
D | sx1272-board.c | 65 SX1272Write, 232 SX1272Write( REG_PACONFIG, paConfig ); in SX1272SetRfTxPower() 233 SX1272Write( REG_PADAC, paDac ); in SX1272SetRfTxPower()
|
/loramac-node-latest/src/boards/SKiM881AXL/ |
D | sx1272-board.c | 65 SX1272Write, 232 SX1272Write( REG_PACONFIG, paConfig ); in SX1272SetRfTxPower() 233 SX1272Write( REG_PADAC, paDac ); in SX1272SetRfTxPower()
|
/loramac-node-latest/src/boards/SKiM880B/ |
D | sx1272-board.c | 65 SX1272Write, 232 SX1272Write( REG_PACONFIG, paConfig ); in SX1272SetRfTxPower() 233 SX1272Write( REG_PADAC, paDac ); in SX1272SetRfTxPower()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | sx1272-board.c | 57 SX1272Write,
|