ssi_pal_barrier

nRF5 SDK v13.1.0

This file contains the definitions and APIs for memory barrier implementation. This is a place holder for platform specific memory barrier implementation The secure core driver should include a memory barrier before and after the last word of the descriptor to allow correct order between the words and different descriptors. More...

Functions

void SaSi_PalWmb (void)
void SaSi_PalRmb (void)

Detailed Description

This file contains the definitions and APIs for memory barrier implementation. This is a place holder for platform specific memory barrier implementation The secure core driver should include a memory barrier before and after the last word of the descriptor to allow correct order between the words and different descriptors.

Function Documentation

void SaSi_PalRmb ( void )

This MACRO is responsible to put the memory barrier before the read operation.

Returns
None
void SaSi_PalWmb ( void )

This MACRO is responsible to put the memory barrier after the write operation.

Returns
None