Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/lorawan/services/
Dclock_sync.c120 int32_t time_correction; in clock_sync_package_callback() local
124 time_correction = rx_buf[rx_pos++]; in clock_sync_package_callback()
125 time_correction += rx_buf[rx_pos++] << 8; in clock_sync_package_callback()
126 time_correction += rx_buf[rx_pos++] << 16; in clock_sync_package_callback()
127 time_correction += rx_buf[rx_pos++] << 24; in clock_sync_package_callback()
132 ctx.time_offset += time_correction; in clock_sync_package_callback()
137 time_correction, token); in clock_sync_package_callback()
/Zephyr-latest/include/zephyr/net/
Dieee802154_ie.h158 struct ieee802154_header_ie_time_correction time_correction; member
306 time_correction)