Auth_Init

Description

Initialize authentication module.

Files

auth.h / auth.c

Prototype

CPU_BOOLEAN  Auth_Init (RTOS_ERR  *p_err)


Arguments

p_err

Pointer to variable that will receive the return error code from this function.

Returned Value

DEF_OK, if initialization was successful.

DEF_FAIL, otherwise.

Callers

Application.

Notes / Warnings

  1. KAL_Init must be called before calling Auth_Init().