Searched refs:SX126xSetSyncWord (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | radio.c | 677 SX126xSetSyncWord( ( uint8_t[] ){ 0xC1, 0x94, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00 } ); in RadioSetRxConfig() 789 SX126xSetSyncWord( ( uint8_t[] ){ 0xC1, 0x94, 0xC1, 0x00, 0x00, 0x00, 0x00, 0x00 } ); in RadioSetTxConfig()
|
A D | sx126x.h | 785 uint8_t SX126xSetSyncWord( uint8_t *syncWord );
|
A D | sx126x.c | 135 uint8_t SX126xSetSyncWord( uint8_t *syncWord ) in SX126xSetSyncWord() function
|
Completed in 9 milliseconds