Searched refs:CLOCK_CONTROL_STATUS_ON (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/tests/drivers/clock_control/fixed_clock/src/ |
D | test_clock_control.c | 26 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-latest/drivers/clock_control/ |
D | clock_control_silabs_series.c | 29 if (silabs_clock_control_get_status(dev, sys) == CLOCK_CONTROL_STATUS_ON) { in silabs_clock_control_on() 101 return CLOCK_CONTROL_STATUS_ON; in silabs_clock_control_get_status()
|
D | clock_control_fixed_rate.c | 37 return CLOCK_CONTROL_STATUS_ON; in fixed_rate_clk_get_status()
|
D | clock_control_sam_pmc.c | 121 ? CLOCK_CONTROL_STATUS_ON in atmel_sam_clock_control_get_status()
|
D | clock_control_nrf_auxpll.c | 96 return CLOCK_CONTROL_STATUS_ON; in clock_control_nrf_auxpll_get_status()
|
D | clock_control_silabs_siwx91x.c | 157 return CLOCK_CONTROL_STATUS_ON; in siwx91x_clock_get_status()
|
D | clock_control_esp32.c | 497 return CLOCK_CONTROL_STATUS_ON; in clock_control_esp32_get_status() 506 if (status == CLOCK_CONTROL_STATUS_ON && !reset_reason_is_cpu_reset()) { in clock_control_esp32_on() 519 if (status == CLOCK_CONTROL_STATUS_ON) { in clock_control_esp32_off()
|
D | clock_stm32_ll_wb0.c | 521 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status() 528 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
|
D | clock_stm32_ll_wba.c | 294 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status() 301 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
|
D | clock_control_gd32.c | 195 return CLOCK_CONTROL_STATUS_ON; in clock_control_gd32_get_status()
|
D | clock_stm32_ll_common.c | 505 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status() 512 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
|
D | clock_stm32_ll_u5.c | 380 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status() 387 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
|
D | clock_control_nrf.c | 171 *flags = CLOCK_CONTROL_STATUS_ON | GET_CTX(*flags); in set_on_state()
|
D | clock_control_rpi_pico.c | 595 return CLOCK_CONTROL_STATUS_ON; in clock_control_rpi_pico_get_status()
|
D | clock_control_litex.c | 1565 return CLOCK_CONTROL_STATUS_ON; in litex_clk_get_status()
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/ |
D | test_stm32_clock_configuration_adc.c | 80 zassert_true((status == CLOCK_CONTROL_STATUS_ON), in ZTEST() 116 zassert_true((status == CLOCK_CONTROL_STATUS_ON), "ADC1 clk src must to be on"); in ZTEST()
|
D | test_stm32_clock_configuration_i2c.c | 58 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-latest/tests/drivers/clock_control/clock_control_api/src/ |
D | test_clock_control.c | 130 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in test_on_off_status_instance() 167 CLOCK_CONTROL_STATUS_ON) { in async_capable() 211 zassert_equal(CLOCK_CONTROL_STATUS_ON, in test_async_on_instance()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | clock_control.h | 49 CLOCK_CONTROL_STATUS_ON, enumerator
|
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 81 zassert_equal(status, exp_on ? CLOCK_CONTROL_STATUS_ON : in check_hf_status()
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 92 [CLOCK_CONTROL_STATUS_ON] = "ON", in show_clocks()
|
/Zephyr-latest/drivers/timer/ |
D | stm32_lptim_timer.c | 597 != CLOCK_CONTROL_STATUS_ON) { in stm32_clock_control_standby_exit()
|