Searched refs:CMSDK_APB (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/serial/ |
D | uart_cmsdk_apb.c | 494 .uart_cc_as = {.bus = CMSDK_APB, .state = SOC_ACTIVE, 496 .uart_cc_ss = {.bus = CMSDK_APB, .state = SOC_SLEEP, 498 .uart_cc_dss = {.bus = CMSDK_APB, .state = SOC_DEEPSLEEP, 559 .uart_cc_as = {.bus = CMSDK_APB, .state = SOC_ACTIVE, 561 .uart_cc_ss = {.bus = CMSDK_APB, .state = SOC_SLEEP, 563 .uart_cc_dss = {.bus = CMSDK_APB, .state = SOC_DEEPSLEEP, 624 .uart_cc_as = {.bus = CMSDK_APB, .state = SOC_ACTIVE, 626 .uart_cc_ss = {.bus = CMSDK_APB, .state = SOC_SLEEP, 628 .uart_cc_dss = {.bus = CMSDK_APB, .state = SOC_DEEPSLEEP, 689 .uart_cc_as = {.bus = CMSDK_APB, .state = SOC_ACTIVE, [all …]
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | arm_clock_control.h | 21 CMSDK_APB, enumerator
|
/Zephyr-latest/drivers/counter/ |
D | timer_dtmr_cmsdk_apb.c | 185 .dtimer_cc_as = {.bus = CMSDK_APB, \ 188 .dtimer_cc_ss = {.bus = CMSDK_APB, \ 191 .dtimer_cc_dss = {.bus = CMSDK_APB, \
|
D | timer_tmr_cmsdk_apb.c | 181 .timer_cc_as = {.bus = CMSDK_APB, .state = SOC_ACTIVE, \ 183 .timer_cc_ss = {.bus = CMSDK_APB, .state = SOC_SLEEP, \ 185 .timer_cc_dss = {.bus = CMSDK_APB, .state = SOC_DEEPSLEEP, \
|
/Zephyr-latest/drivers/clock_control/ |
D | beetle_clock_control.c | 97 case CMSDK_APB: in beetle_clock_control_on() 121 case CMSDK_APB: in beetle_clock_control_off()
|