Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c73 zassert_true((status == CLOCK_CONTROL_STATUS_ON), in ZTEST()
104 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-Core-3.6.0/drivers/clock_control/
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_stm32_ll_wba.c274 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
281 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.c434 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
441 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
Dclock_control_esp32.c108 return CLOCK_CONTROL_STATUS_ON; in clock_control_esp32_get_status()
Dclock_control_nrf.c167 *flags = CLOCK_CONTROL_STATUS_ON | GET_CTX(*flags); in set_on_state()
Dclock_control_rpi_pico.c527 return CLOCK_CONTROL_STATUS_ON; in clock_control_rpi_pico_get_status()
Dclock_control_litex.c1556 return CLOCK_CONTROL_STATUS_ON; in litex_clk_get_status()
/Zephyr-Core-3.6.0/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c168 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in test_on_off_status_instance()
203 CLOCK_CONTROL_STATUS_ON) { in async_capable()
247 zassert_equal(CLOCK_CONTROL_STATUS_ON, in test_async_on_instance()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dclock_control.h47 CLOCK_CONTROL_STATUS_ON, enumerator
/Zephyr-Core-3.6.0/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-Core-3.6.0/samples/boards/nrf/clock_skew/src/
Dmain.c92 [CLOCK_CONTROL_STATUS_ON] = "ON", in show_clocks()
/Zephyr-Core-3.6.0/drivers/timer/
Dstm32_lptim_timer.c551 != CLOCK_CONTROL_STATUS_ON) { in sys_clock_idle_exit()