Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/misc/timeaware_gpio/
Dtimeaware_gpio_intel.c32 #define UINT32_MASK 0xFFFFFFFF /* 32 bit Mask */ macro
116 val = (repeat_interval >> UINT32_SIZE) & UINT32_MASK; in tgpio_intel_periodic_output()
118 val = repeat_interval & UINT32_MASK; in tgpio_intel_periodic_output()
122 val = (start_time >> UINT32_SIZE) & UINT32_MASK; in tgpio_intel_periodic_output()
124 val = start_time & UINT32_MASK; in tgpio_intel_periodic_output()