#include <nitro/card.h>
u32 CARD_GetThreadPriority( void );
None.
Returns the current CARD asynchronous process thread priority.
Returns the priority of the current CARD asynchronous process thread. This thread is used internally when restrictions on arguments or the operating environment prevent CARD_ReadRomAsync
and other asynchronous CARD functions from running in an IRQ handler. The priority of this thread is set to CARD_THREAD_PRIORITY_DEFAULT
by default. It can be changed with the CARD_SetThreadPriority
function.
CARD_SetThreadPriority
CARD_ReadRomAsync
CARD_ReadEepromAsync
CARD_WriteEepromAsync
CARD_VerifyEepromAsync
CARD_WriteAndVerifyEepromAsync
2004/07/28 Added descriptions and links.
2004/07/19 Initial Version
CONFIDENTIAL