Support for flow protected loops.
More...
◆ MCUX_CSSL_FP_LOOP_DECL_IMPL
| #define MCUX_CSSL_FP_LOOP_DECL_IMPL |
( |
| id | ) |
|
Declaration implementation of a flow protected loop.
- Parameters
-
| id | Identifier for the loop that is flow protected. |
◆ MCUX_CSSL_FP_LOOP_ITERATION_IMPL
| #define MCUX_CSSL_FP_LOOP_ITERATION_IMPL |
( |
| ... | ) |
|
Event implementation of a loop iteration.
- Parameters
-
| id | Identifier for the loop that is flow protected. |
| expect | Zero or more (comma separated) declarations of expected code flow behavior related to this event. |
◆ MCUX_CSSL_FP_LOOP_ITERATIONS_IMPL
| #define MCUX_CSSL_FP_LOOP_ITERATIONS_IMPL |
( |
| id, |
|
|
| count ) |
Expectation implementation of a number of loop iterations.
- Parameters
-
| id | Identifier of the flow protected loop. |
| count | Number of expected iterations. |