/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an519/ |
D | plat_test.c | 19 if (!cmsdk_timer_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 20 cmsdk_timer_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 22 cmsdk_timer_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 23 cmsdk_timer_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 24 cmsdk_timer_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 29 cmsdk_timer_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 30 cmsdk_timer_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 31 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 35 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_clear_intr()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an521/ |
D | plat_test.c | 19 if (!cmsdk_timer_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 20 cmsdk_timer_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 22 cmsdk_timer_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 23 cmsdk_timer_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 24 cmsdk_timer_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 28 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_clear_intr() 33 cmsdk_timer_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 34 cmsdk_timer_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 35 cmsdk_timer_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/ |
D | plat_test.c | 17 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 18 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 20 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 21 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 22 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 27 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 28 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 29 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/ |
D | plat_test.c | 17 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 18 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 20 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 21 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 22 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 27 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 28 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 29 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/ |
D | plat_test.c | 17 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 18 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 20 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 21 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 22 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 27 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 28 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 29 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/ |
D | plat_test.c | 36 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 37 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 39 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 40 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 41 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 46 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 47 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 48 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/ |
D | plat_test.c | 36 if (!timer_cmsdk_is_initialized(&CMSDK_TIMER0_DEV_S)) { in tfm_plat_test_secure_timer_start() 37 timer_cmsdk_init(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 39 timer_cmsdk_set_reload_value(&CMSDK_TIMER0_DEV_S, TIMER_RELOAD_VALUE); in tfm_plat_test_secure_timer_start() 40 timer_cmsdk_enable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 41 timer_cmsdk_enable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_start() 46 timer_cmsdk_disable(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 47 timer_cmsdk_disable_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop() 48 timer_cmsdk_clear_interrupt(&CMSDK_TIMER0_DEV_S); in tfm_plat_test_secure_timer_stop()
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/device/include/ |
D | device_definition.h | 66 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/device/include/ |
D | device_definition.h | 66 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
|
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Include/ |
D | device_definition.h | 42 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2354/device/source/ |
D | device_definition.c | 45 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = {&(CMSDK_TIMER0_DEV_CFG_S), variable
|
/trusted-firmware-m-3.4.0/platform/ext/target/nuvoton/m2351/device/source/ |
D | device_definition.c | 45 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = {&(CMSDK_TIMER0_DEV_CFG_S), variable
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an519/retarget/ |
D | platform_retarget_dev.h | 139 extern struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S;
|
D | platform_retarget_dev.c | 319 struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps2/an521/retarget/ |
D | platform_retarget_dev.h | 121 extern struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S;
|
D | platform_retarget_dev.c | 319 struct cmsdk_timer_dev_t CMSDK_TIMER0_DEV_S
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/device/include/ |
D | device_definition.h | 130 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Device/Include/ |
D | device_definition.h | 142 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Device/Include/ |
D | device_definition.h | 144 extern struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S;
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/mps3/an524/device/source/ |
D | device_definition.c | 360 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Device/Source/ |
D | device_definition.c | 377 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Device/Source/ |
D | device_definition.c | 315 struct timer_cmsdk_dev_t CMSDK_TIMER0_DEV_S = {&(CMSDK_TIMER0_DEV_CFG_S), variable
|