NDSummary.OnToolTipsLoaded("File:device/pac.h",{71:"
bool PAC_Initialize()
Initialize PAC module
",72:"
inline u8 PAC_GetNumber()
Get number of detected PAC devices.  PAC_Initialize must be called first.
",73:"
inline u8 PAC_GetSlot(
u8 dev
)
Get a given PAC device\'s slot ID
",74:"
inline u8 PAC_GetDefaultSlot()
Get the default (first) PAC device\'s slot ID
",75:"
inline void PAC_Select(
u8 dev
)
Select a given PAC device
",76:"
void PAC_Activate(
bool bEnable
)
Activate or disactive the current PAC device
",77:"
void PAC_Write(
u8 page,
const u8* data,
u16 size
)
Write data to the current PAC device in the given page
",78:"
void PAC_Read(
u8 page,
u8* data,
u16 size
)
Read data from the current PAC device in the given page
",79:"
void PAC_Format(
u8 page
)
Format the given page in the current PAC device
",80:"
inline void PAC_FormatAll()
Format all pages in the current PAC device
",81:"
u8 PAC_Check(
u8 page
)
Check the stat of the given page in the current PAC device
"});