Searched refs:CLOCK_CONTROL_STATUS_OFF (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | test_clock_control.c | 46 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/ |
D | test_clock_control_onoff.c | 25 CLOCK_CONTROL_STATUS_OFF; in clock_is_off()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_sam_pmc.c | 122 : CLOCK_CONTROL_STATUS_OFF; in atmel_sam_clock_control_get_status()
|
D | clock_control_silabs_series.c | 103 return CLOCK_CONTROL_STATUS_OFF; in silabs_clock_control_get_status()
|
D | clock_control_nrf_auxpll.c | 99 return CLOCK_CONTROL_STATUS_OFF; in clock_control_nrf_auxpll_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_stm32_ll_wb0.c | 523 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status() 530 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
|
D | clock_stm32_ll_wba.c | 294 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status() 301 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
|
D | clock_control_gd32.c | 198 return CLOCK_CONTROL_STATUS_OFF; in clock_control_gd32_get_status()
|
D | clock_stm32_ll_common.c | 514 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status() 521 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
|
D | clock_stm32_ll_u5.c | 380 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status() 387 return CLOCK_CONTROL_STATUS_OFF; in stm32_clock_control_get_status()
|
D | clock_control_esp32.c | 499 return CLOCK_CONTROL_STATUS_OFF; in clock_control_esp32_get_status()
|
D | clock_control_rpi_pico.c | 598 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/ |
D | test_stm32_clock_configuration_adc.c | 68 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-latest/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 50 CLOCK_CONTROL_STATUS_OFF) { in turn_off_clock()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | clock_control.h | 48 CLOCK_CONTROL_STATUS_OFF, enumerator
|
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 82 CLOCK_CONTROL_STATUS_OFF, in check_hf_status()
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 91 [CLOCK_CONTROL_STATUS_OFF] = "OFF", in show_clocks()
|