| 
    Zephyr Project API 3.7.0
    
   A Scalable Open Source RTOS 
   | 
 
Go to the source code of this file.
Functions | |
| void | arc_dsp_disable (struct k_thread *thread, unsigned int options) | 
| Disable dsp context preservation.   | |
| void | arc_dsp_enable (struct k_thread *thread, unsigned int options) | 
| Enable dsp context preservation.   | |
Disable dsp context preservation.
The function is used to disable the preservation of dsp and agu context registers for a particular thread.
The options parameter indicates which register sets will not be used by the specified thread. It is used by ARC only.
| thread | ID of thread. | 
| options | register sets options | 
Enable dsp context preservation.
The function is used to enable the preservation of dsp and agu context registers for a particular thread.
The options parameter indicates which register sets will be used by the specified thread. It is used by ARC only.
| thread | ID of thread. | 
| options | register sets options |