CARD_GetThreadPriority

Syntax

#include <nitro/card.h>

u32 CARD_GetThreadPriority( void );

Arguments

None.

Return Values

Returns the current CARD asynchronous process thread priority.

Description

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.

See Also

CARD_SetThreadPriority
CARD_ReadRomAsync
CARD_ReadEepromAsync
CARD_WriteEepromAsync
CARD_VerifyEepromAsync
CARD_WriteAndVerifyEepromAsync

Revision History

2004/07/28 Added descriptions and links.
2004/07/19 Initial Version


CONFIDENTIAL