Searched refs:IS_CMU_CLOCK (Results 1 – 6 of 6) sorted by relevance
256 #define IS_CMU_CLOCK(x) (((x) == ALD_CMU_CLOCK_HRC48M) || \ macro
435 #define IS_CMU_CLOCK(x) (((x) == CMU_CLOCK_HRC) || \ macro
237 assert_param(IS_CMU_CLOCK(clk)); in ald_cmu_clock_config()
527 #define IS_CMU_CLOCK(x) (((x) == CMU_CLOCK_HRC) || \ macro
324 assert_param(IS_CMU_CLOCK(clk)); in ald_cmu_clock_config()
303 assert_param(IS_CMU_CLOCK(clk)); in ald_cmu_clock_config()
Completed in 16 milliseconds