Searched refs:EDGE_MASK (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/clock_control/ | ||
D | clock_control_litex.h | 110 #define EDGE_MASK 0x1 macro |
D | clock_control_litex.c | 860 edge = (clkout_reg2 >> EDGE_POS) & EDGE_MASK; in litex_clk_get_duty_cycle() |