[Security] About CSEC Driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[Security] About CSEC Driver

ソリューションへジャンプ
1,299件の閲覧回数
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 件の賞賛
返信
1 解決策
1,251件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Gideon 

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

Regards,

Lukas

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,252件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @Gideon 

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

Regards,

Lukas

0 件の賞賛
返信