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/ |
D | test_clock_control.c | 84 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/ |
D | test_clock_control_onoff.c | 25 CLOCK_CONTROL_STATUS_OFF; in clock_is_off()
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | clock_control_sam_pmc.c | 122 : CLOCK_CONTROL_STATUS_OFF; in atmel_sam_clock_control_get_status()
|
D | clock_control_nrf.c | 136 *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()
|
D | clock_control_gd32.c | 198 return CLOCK_CONTROL_STATUS_OFF; in clock_control_gd32_get_status()
|
D | clock_stm32_ll_common.c | 436 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status() 443 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
|
D | clock_control_esp32.c | 111 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/ |
D | test_stm32_clock_configuration_adc.c | 61 zassert_true((status == CLOCK_CONTROL_STATUS_OFF), in ZTEST()
|
D | test_stm32_clock_configuration_i2c.c | 84 zassert_true((status == CLOCK_CONTROL_STATUS_OFF), in ZTEST()
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 50 CLOCK_CONTROL_STATUS_OFF) { in turn_off_clock()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | clock_control.h | 46 CLOCK_CONTROL_STATUS_OFF, enumerator
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 82 CLOCK_CONTROL_STATUS_OFF, in check_hf_status()
|
/Zephyr-Core-3.5.0/samples/boards/nrf/clock_skew/src/ |
D | main.c | 91 [CLOCK_CONTROL_STATUS_OFF] = "OFF", in show_clocks()
|