Functions
SecureCallback_s.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for SecureCallback_s.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...
 

Function Documentation

§ SecureCallback_s_post()

void SecureCallback_s_post ( SecureCallback_Handle  handle)

Triggers the dispatcher targeting the specified callback.

Note
This API is only available to secure code.
Parameters
[in]handleA SecureCallback_Handle pointer.
Precondition
The callback object must have been created by SecureCallback_construct().

§ SecureCallback_s_postSynchronous()

void SecureCallback_s_postSynchronous ( SecureCallback_Handle  handle)

Immediately dispatches the specified callback, bypassing the SecureCallback's Hwi callback function.

Warning
This function un-pends the SecureCallback_Object. Care must be taken if both SecureCallback_s_postSynchronous() and SecureCallback_s_post() are used for the same SecureCallback_Object.
Note
This API is only available to secure code.
Parameters
[in]handleA SecureCallback_Handle pointer.
Precondition
The callback object must have been created by SecureCallback_construct().
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale