![]() |
![]() |
#include <stddef.h>#include <stdint.h>
Go to the source code of this file.
Functions | |
| void | SecureCallback_s_post (SecureCallback_Handle handle) |
| Triggers the dispatcher targeting the specified callback. More... | |
| void | SecureCallback_s_postSynchronous (SecureCallback_Handle handle) |
| Immediately dispatches the specified callback, bypassing the SecureCallback's Hwi callback function. More... | |
| void SecureCallback_s_post | ( | SecureCallback_Handle | handle | ) |
Triggers the dispatcher targeting the specified callback.
| [in] | handle | A SecureCallback_Handle pointer. |
| void SecureCallback_s_postSynchronous | ( | SecureCallback_Handle | handle | ) |
Immediately dispatches the specified callback, bypassing the SecureCallback's Hwi callback function.
| [in] | handle | A SecureCallback_Handle pointer. |