Searched refs:periodicity (Results 1 – 2 of 2) sorted by relevance
60 uint32_t periodicity; member140 ctx.periodicity = 1U << (period + 7); in clock_sync_package_callback()198 uint32_t periodicity; in clock_sync_resync_handler() local203 periodicity = ctx.periodicity - 30 + sys_rand32_get() % 61; in clock_sync_resync_handler()205 lorawan_services_reschedule_work(&ctx.resync_work, K_SECONDS(periodicity)); in clock_sync_resync_handler()227 ctx.periodicity = CONFIG_LORAWAN_APP_CLOCK_SYNC_PERIODICITY; in lorawan_clock_sync_run()
45 int "Application Layer Clock Synchronization periodicity"50 Initial setting for clock synchronization periodicity in seconds.