void __attribute__((cmse_nonsecure_entry)) secure_touch_init(void) { touch_init(); } void __attribute__((cmse_nonsecure_entry)) secure_touch_process(void){ touch_process(); } void __attribute__((cmse_nonsecure_entry)) secure_touch_status_display1(void){ touch_status_display1(); } uint8_t __attribute__((cmse_nonsecure_entry)) secure_get_measurement_done_touch(void){ return get_measurement_done_touch(); } void __attribute__((cmse_nonsecure_entry)) secure_set_measurement_done_touch(uint8_t setVal){ set_measurement_done_touch(setVal); }