
Rev.1.00 May 22 2012
REJ09B0566
3BLibrary Reference
R_BSC_Destroy
4.2.5 36BBus State Controller
Synopsis
Stop the External Bus Controller.
Prototype bool R_BSC_Destroy(
uint8_t data
// Area selection
);
Description
Disable an external bus area.
[data]
Select the external bus area CSn (where n = 0 to 7) to be disabled.
Return value
True.
Category
Bus Controller
Reference
R_BSC_CreateArea
Remarks
• None.
Program example
#include “r_pdl_bsc.h”
void func(void)
{
/* Disable the CS4 area */
R_BSC_Destroy(
4
);
}
Commenti su questo manuale