[Security] About CSEC Driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Security] About CSEC Driver

Jump to solution
143 Views
Gideon
Contributor III

Dear NXPs:

void CSEC_DRV_Init(csec_state_t * state)
{
DEV_ASSERT(state != NULL);

g_csecStatePtr = state;
g_csecStatePtr->cmdInProgress = false;

INT_SYS_EnableIRQ(FTFC_IRQn);

OSIF_TimeDelay(0U);
}

Q1: What is the purpose of OSIF_TimeDelay(0U); here?

Q2: Can this function OSIF_TimeDelay(0U) be deleted?

0 Kudos
1 Solution
95 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Gideon 

if you don't use FreeRTOS, you can delete it.

Regards,

Lukas

View solution in original post

0 Kudos
1 Reply
96 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Gideon 

if you don't use FreeRTOS, you can delete it.

Regards,

Lukas

0 Kudos