Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/lorawan/services/
Dclock_sync.c93 uint8_t rx_pos = 0; in clock_sync_package_callback() local
97 while (rx_pos < len) { in clock_sync_package_callback()
98 uint8_t command_id = rx_buf[rx_pos++]; in clock_sync_package_callback()
118 time_correction = rx_buf[rx_pos++]; in clock_sync_package_callback()
119 time_correction += rx_buf[rx_pos++] << 8; in clock_sync_package_callback()
120 time_correction += rx_buf[rx_pos++] << 16; in clock_sync_package_callback()
121 time_correction += rx_buf[rx_pos++] << 24; in clock_sync_package_callback()
123 uint8_t token = rx_buf[rx_pos++] & 0x0F; in clock_sync_package_callback()
138 uint8_t period = rx_buf[rx_pos++] & 0x0F; in clock_sync_package_callback()
152 uint8_t nb_transmissions = rx_buf[rx_pos++] & 0x07; in clock_sync_package_callback()