Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/fixed_clock/src/
Dtest_clock_control.c26 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in ZTEST()
33 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in ZTEST()
41 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in ZTEST()
/Zephyr-latest/drivers/clock_control/
Dclock_control_silabs_series.c29 if (silabs_clock_control_get_status(dev, sys) == CLOCK_CONTROL_STATUS_ON) { in silabs_clock_control_on()
101 return CLOCK_CONTROL_STATUS_ON; in silabs_clock_control_get_status()
Dclock_control_fixed_rate.c37 return CLOCK_CONTROL_STATUS_ON; in fixed_rate_clk_get_status()
Dclock_control_sam_pmc.c121 ? CLOCK_CONTROL_STATUS_ON in atmel_sam_clock_control_get_status()
Dclock_control_nrf_auxpll.c96 return CLOCK_CONTROL_STATUS_ON; in clock_control_nrf_auxpll_get_status()
Dclock_control_silabs_siwx91x.c157 return CLOCK_CONTROL_STATUS_ON; in siwx91x_clock_get_status()
Dclock_control_esp32.c497 return CLOCK_CONTROL_STATUS_ON; in clock_control_esp32_get_status()
506 if (status == CLOCK_CONTROL_STATUS_ON && !reset_reason_is_cpu_reset()) { in clock_control_esp32_on()
519 if (status == CLOCK_CONTROL_STATUS_ON) { in clock_control_esp32_off()
Dclock_stm32_ll_wb0.c521 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
528 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
Dclock_stm32_ll_wba.c294 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
301 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
Dclock_control_gd32.c195 return CLOCK_CONTROL_STATUS_ON; in clock_control_gd32_get_status()
Dclock_stm32_ll_common.c505 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
512 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
Dclock_stm32_ll_u5.c380 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
387 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
Dclock_control_nrf.c171 *flags = CLOCK_CONTROL_STATUS_ON | GET_CTX(*flags); in set_on_state()
Dclock_control_rpi_pico.c595 return CLOCK_CONTROL_STATUS_ON; in clock_control_rpi_pico_get_status()
Dclock_control_litex.c1565 return CLOCK_CONTROL_STATUS_ON; in litex_clk_get_status()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c80 zassert_true((status == CLOCK_CONTROL_STATUS_ON), in ZTEST()
116 zassert_true((status == CLOCK_CONTROL_STATUS_ON), "ADC1 clk src must to be on"); in ZTEST()
Dtest_stm32_clock_configuration_i2c.c58 zassert_true((status == CLOCK_CONTROL_STATUS_ON), "I2C1 clk src must to be on"); in i2c_set_clock()
96 zassert_true((status == CLOCK_CONTROL_STATUS_ON), in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c130 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in test_on_off_status_instance()
167 CLOCK_CONTROL_STATUS_ON) { in async_capable()
211 zassert_equal(CLOCK_CONTROL_STATUS_ON, in test_async_on_instance()
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h49 CLOCK_CONTROL_STATUS_ON, enumerator
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c81 zassert_equal(status, exp_on ? CLOCK_CONTROL_STATUS_ON : in check_hf_status()
/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c92 [CLOCK_CONTROL_STATUS_ON] = "ON", in show_clocks()
/Zephyr-latest/drivers/timer/
Dstm32_lptim_timer.c597 != CLOCK_CONTROL_STATUS_ON) { in stm32_clock_control_standby_exit()