Searched refs:ONE_MS_IN_NS (Results 1 - 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/light/mraa/
H A Dlights.c57 static int64_t const ONE_MS_IN_NS = 1000000LL; variable
195 period = flash_state->flashOnMS * ONE_MS_IN_NS;
198 period = flash_state->flashOffMS * ONE_MS_IN_NS;
242 ns = state->flashOffMS * ONE_MS_IN_NS;
243 if (ns / ONE_MS_IN_NS != state->flashOffMS) {
246 ns = state->flashOnMS * ONE_MS_IN_NS;
247 if (ns / ONE_MS_IN_NS != state->flashOnMS) {

Completed in 31 milliseconds