Home
last modified time | relevance | path

Searched refs:command (Results 1 – 15 of 15) sorted by relevance

/loramac-node-3.7.0/src/boards/NucleoL152/
Dlr1110mb1xxs-board.c169 lr1110_hal_status_t lr1110_hal_write( const void* context, const uint8_t* command, const uint16_t c… in lr1110_hal_write() argument
178 SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_write()
187 if( ( ( command[0] << 8 ) | command[1] ) != 0x011B ) in lr1110_hal_write()
199 lr1110_hal_status_t lr1110_hal_read( const void* context, const uint8_t* command, const uint16_t co… in lr1110_hal_read() argument
208 SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_read()
232 lr1110_hal_status_t lr1110_hal_write_read( const void* context, const uint8_t* command, uint8_t* da… in lr1110_hal_write_read() argument
241 data[i] = SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_write_read()
247 if( ( ( command[0] << 8 ) | command[1] ) != 0x011B ) in lr1110_hal_write_read()
Dsx1261mbxbas-board.c171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
177 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
200 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
Dsx1262mbxcas-board.c171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
177 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
200 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
Dsx1262mbxdas-board.c178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
184 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
193 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
207 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
/loramac-node-3.7.0/src/boards/NucleoL476/
Dlr1110mb1xxs-board.c169 lr1110_hal_status_t lr1110_hal_write( const void* context, const uint8_t* command, const uint16_t c… in lr1110_hal_write() argument
178 SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_write()
187 if( ( ( command[0] << 8 ) | command[1] ) != 0x011B ) in lr1110_hal_write()
199 lr1110_hal_status_t lr1110_hal_read( const void* context, const uint8_t* command, const uint16_t co… in lr1110_hal_read() argument
208 SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_read()
232 lr1110_hal_status_t lr1110_hal_write_read( const void* context, const uint8_t* command, uint8_t* da… in lr1110_hal_write_read() argument
241 data[i] = SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_write_read()
247 if( ( ( command[0] << 8 ) | command[1] ) != 0x011B ) in lr1110_hal_write_read()
Dsx1261mbxbas-board.c171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
177 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
200 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
Dsx1262mbxcas-board.c171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
177 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
200 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
Dsx1262mbxdas-board.c178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
184 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
193 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
207 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
/loramac-node-3.7.0/src/boards/NucleoL073/
Dlr1110mb1xxs-board.c169 lr1110_hal_status_t lr1110_hal_write( const void* context, const uint8_t* command, const uint16_t c… in lr1110_hal_write() argument
178 SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_write()
187 if( ( ( command[0] << 8 ) | command[1] ) != 0x011B ) in lr1110_hal_write()
199 lr1110_hal_status_t lr1110_hal_read( const void* context, const uint8_t* command, const uint16_t co… in lr1110_hal_read() argument
208 SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_read()
232 lr1110_hal_status_t lr1110_hal_write_read( const void* context, const uint8_t* command, uint8_t* da… in lr1110_hal_write_read() argument
241 data[i] = SpiInOut( &( ( lr1110_t* ) context )->spi, command[i] ); in lr1110_hal_write_read()
247 if( ( ( command[0] << 8 ) | command[1] ) != 0x011B ) in lr1110_hal_write_read()
Dsx1261mbxbas-board.c171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
177 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
200 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
Dsx1262mbxcas-board.c171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
177 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
200 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
Dsx1262mbxdas-board.c178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() argument
184 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xWriteCommand()
193 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() argument
207 SpiInOut( &SX126x.Spi, ( uint8_t )command ); in SX126xReadCommand()
/loramac-node-3.7.0/
DCHANGELOG.md156 - Fixed certification `FPort224DisableReq` command NVM handling
224 - Changed `NewChannelReq` amd `DlChannelReq` handling to ignore command for `AU915`, `CN470` and `U…
338 - Added `MOTE_MAC_TX_PARAM_SETUP_ANS` as sticky MAC command
490 - Added newly defined `TxCw`(Tx Continuous Wave) certification protocol command
522 - Added TxCw (Tx continuous wave) LoRaWAN compliance protocol command
540 - Fixed compliance test protocol command 0x06 behavior
665 - Fixed `SRV_MAC_NEW_CHANNEL_REQ` MAC command by adding a fix to the `macIndex` variable on US915 b…
762 …e the channel mask and number of repetitions trough SRV_MAC_LINK_ADR_REQ command when ADR is disab…
780 - Fixed weird conditions to check data rate on MAC command `SRV_MAC_NEW_CHANNEL_REQ` (Pull request …
782 - Fixed channel index verification should use OR on `SRV_MAC_NEW_CHANNEL_REQ` command (Pull request…
[all …]
/loramac-node-3.7.0/doc/
Ddevelopment-environment.md6 It allows to build the project either by using a command line terminal or by using IDE's like [VSCo…
259 5. Start OpenOCD in a command line terminal as described on chapter [Debugging](#debugging).
/loramac-node-3.7.0/src/apps/LoRaMac/fuota-test-01/
Dreadme.md18 …time is now correct (+/- 2sec) and token has been incremented. If not, a command was probably lost…