Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c84 CLOCK_CONTROL_STATUS_OFF); in setup_instance()
102 CLOCK_CONTROL_STATUS_OFF) { in tear_down_instance()
161 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_on_off_status_instance()
175 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_on_off_status_instance()
237 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_async_on_instance()
272 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_async_on_stopped_on_instance()
307 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_double_start_on_instance()
334 zassert_equal(CLOCK_CONTROL_STATUS_OFF, status, in test_double_stop_on_instance()
/Zephyr-Core-3.5.0/tests/drivers/clock_control/onoff/src/
Dtest_clock_control_onoff.c25 CLOCK_CONTROL_STATUS_OFF; in clock_is_off()
/Zephyr-Core-3.5.0/drivers/clock_control/
Dclock_control_sam_pmc.c122 : CLOCK_CONTROL_STATUS_OFF; in atmel_sam_clock_control_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_control_gd32.c198 return CLOCK_CONTROL_STATUS_OFF; in clock_control_gd32_get_status()
Dclock_stm32_ll_common.c436 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
443 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
Dclock_control_esp32.c111 return CLOCK_CONTROL_STATUS_OFF; in clock_control_esp32_get_status()
/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/
Dtest_stm32_clock_configuration_adc.c61 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-Core-3.5.0/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c50 CLOCK_CONTROL_STATUS_OFF) { in turn_off_clock()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dclock_control.h46 CLOCK_CONTROL_STATUS_OFF, enumerator
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c82 CLOCK_CONTROL_STATUS_OFF, in check_hf_status()
/Zephyr-Core-3.5.0/samples/boards/nrf/clock_skew/src/
Dmain.c91 [CLOCK_CONTROL_STATUS_OFF] = "OFF", in show_clocks()