Home
last modified time | relevance | path

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

/Zephyr-latest/soc/quicklogic/eos_s3/
Dsoc.c30 while (!OSC_CLK_LOCKED()) { in eos_s3_cru_init()
Dsoc.h45 #define OSC_CLK_LOCKED() (AIP->OSC_STA_0 & 0x1) macro