

#include <nitro/card.h>void CARD_Init( void );None.
None.
This function initializes the CARD module. It must be called at least once before any CARD function is called. However, if you call CARD_Init more than once, nothing happens. Note that this function is called from within the OS_Init function, so there is no need for the application to call it again. This function generates an asynchronous process thread during initialization processing. This thread is used internally when restrictions on arguments or the operating environment prevent CARD_ReadRomAsync and other asynchronous functions from running in an interrupt handler alone. The priority of this thread is set to CARD_THREAD_PRIORITY_DEFAULT by default. It can be changed with the CARD_SetThreadPriority function.
OS_Init function. CONFIDENTIAL