Searched refs:CLOCK_CONTROL_STATUS_ON (Results 1 – 17 of 17) sorted by relevance
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/ |
D | test_stm32_clock_configuration_adc.c | 73 zassert_true((status == CLOCK_CONTROL_STATUS_ON), in ZTEST() 104 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-Core-3.6.0/drivers/clock_control/ |
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_stm32_ll_wba.c | 274 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status() 281 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 | 434 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status() 441 return CLOCK_CONTROL_STATUS_ON; in stm32_clock_control_get_status()
|
D | clock_control_esp32.c | 108 return CLOCK_CONTROL_STATUS_ON; in clock_control_esp32_get_status()
|
D | clock_control_nrf.c | 167 *flags = CLOCK_CONTROL_STATUS_ON | GET_CTX(*flags); in set_on_state()
|
D | clock_control_rpi_pico.c | 527 return CLOCK_CONTROL_STATUS_ON; in clock_control_rpi_pico_get_status()
|
D | clock_control_litex.c | 1556 return CLOCK_CONTROL_STATUS_ON; in litex_clk_get_status()
|
/Zephyr-Core-3.6.0/tests/drivers/clock_control/clock_control_api/src/ |
D | test_clock_control.c | 168 zassert_equal(status, CLOCK_CONTROL_STATUS_ON, in test_on_off_status_instance() 203 CLOCK_CONTROL_STATUS_ON) { in async_capable() 247 zassert_equal(CLOCK_CONTROL_STATUS_ON, in test_async_on_instance()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | clock_control.h | 47 CLOCK_CONTROL_STATUS_ON, enumerator
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/samples/boards/nrf/clock_skew/src/ |
D | main.c | 92 [CLOCK_CONTROL_STATUS_ON] = "ON", in show_clocks()
|
/Zephyr-Core-3.6.0/drivers/timer/ |
D | stm32_lptim_timer.c | 551 != CLOCK_CONTROL_STATUS_ON) { in sys_clock_idle_exit()
|