Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dsoc.c36 #define ELE_IS_FAILED(x) (x != kStatus_Success) macro
38 #define ELE_IS_FAILED(x) false macro
512 } while (ELE_IS_FAILED(sts)); in trdc_enable_all_access()
523 } while (ELE_IS_FAILED(sts)); in trdc_enable_all_access()