Searched refs:module (Results 1 – 3 of 3) sorted by relevance
15 extern rt_uint32_t TZ_AllocModuleContext_S (rt_uint32_t module);21 rt_uint32_t TZ_AllocModuleContext_S (rt_uint32_t module){return 0;} in TZ_AllocModuleContext_S() argument44 rt_err_t rt_trustzone_enter(rt_ubase_t module) in rt_trustzone_enter() argument47 if (tzcall(TZ_ALLOC_CONTEXT_ID, module, 0, 0)) in rt_trustzone_enter()
96 void rt_hw_enable_module_clock(rt_uint8_t module) in rt_hw_enable_module_clock() argument104 void rt_hw_disable_module_clock(rt_uint8_t module) in rt_hw_disable_module_clock() argument
4 …management of the operating system. The independent interrupt management module is designed to sol…6 …t module is designed to solve the problem of interrupt delays caused by calling `rt_hw_interrupt_d…
Completed in 5 milliseconds