Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c46 CLOCK_CONTROL_STATUS_OFF); in setup_instance()
64 CLOCK_CONTROL_STATUS_OFF) { in tear_down_instance()
123 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_on_off_status_instance()
137 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_on_off_status_instance()
201 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_async_on_instance()
236 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_async_on_stopped_on_instance()
271 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_double_start_on_instance()
298 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_double_stop_on_instance()
/Zephyr-latest/tests/drivers/clock_control/onoff/src/
Dtest_clock_control_onoff.c25 CLOCK_CONTROL_STATUS_OFF; in clock_is_off()
/Zephyr-latest/drivers/clock_control/
Dclock_control_sam_pmc.c122 : CLOCK_CONTROL_STATUS_OFF; in atmel_sam_clock_control_get_status()
Dclock_control_silabs_series.c103 return CLOCK_CONTROL_STATUS_OFF; in silabs_clock_control_get_status()
Dclock_control_nrf_auxpll.c99 return CLOCK_CONTROL_STATUS_OFF; in clock_control_nrf_auxpll_get_status()
Dclock_control_nrf.c136 *flags = CLOCK_CONTROL_STATUS_OFF; in set_off_state()
150 if ((*flags & (STATUS_MASK)) == CLOCK_CONTROL_STATUS_OFF) { in set_starting_state()
689 subdata->flags = CLOCK_CONTROL_STATUS_OFF; in clk_init()
Dclock_stm32_ll_wb0.c523 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
530 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
Dclock_stm32_ll_wba.c294 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
301 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
Dclock_control_gd32.c198 return CLOCK_CONTROL_STATUS_OFF; in clock_control_gd32_get_status()
Dclock_stm32_ll_common.c514 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
521 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
Dclock_stm32_ll_u5.c380 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
387 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
Dclock_control_esp32.c499 return CLOCK_CONTROL_STATUS_OFF; in clock_control_esp32_get_status()
Dclock_control_rpi_pico.c598 return CLOCK_CONTROL_STATUS_OFF; in clock_control_rpi_pico_get_status()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c68 zassert_true((status == CLOCK_CONTROL_STATUS_OFF), in ZTEST()
Dtest_stm32_clock_configuration_i2c.c84 zassert_true((status == CLOCK_CONTROL_STATUS_OFF), in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c50 CLOCK_CONTROL_STATUS_OFF) { in turn_off_clock()
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h48 CLOCK_CONTROL_STATUS_OFF, enumerator
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c82 CLOCK_CONTROL_STATUS_OFF, in check_hf_status()
/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c91 [CLOCK_CONTROL_STATUS_OFF] = "OFF", in show_clocks()