Home
last modified time | relevance | path

Searched refs:SX126xSetSyncWord (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/radio/sx126x/
Dradio.c692 SX126xSetSyncWord( ( uint8_t[] ){ 0xC1, 0x94, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00 } ); in RadioSetRxConfig()
802 SX126xSetSyncWord( ( uint8_t[] ){ 0xC1, 0x94, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00 } ); in RadioSetTxConfig()
Dsx126x.h801 uint8_t SX126xSetSyncWord( uint8_t *syncWord );
Dsx126x.c169 uint8_t SX126xSetSyncWord( uint8_t *syncWord ) in SX126xSetSyncWord() function