

#include <nitro/card.h>void CARD_Init( void );None.
None.
Initializes the CARD module.
This function must be called at least once before any CARD function is called. However, if you call it more than once, nothing happens. This function is called from inside the OS_Init function, so after that there is no need to call it from the application.
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.OS_Init.CONFIDENTIAL