
Rev.1.00 May 22 2012
REJ09B0566
3BLibrary Reference
R_BSC_CreateArea
4.2.5 36BBus State Controller
Program example
/* PDL definitions */
#include “r_pdl_bsc.h”
/* PDL device-specific definitions */
#include “r_pdl_definitions.h”
void func(void)
{
/* Configure the CS0 Space for NORMAL module. 16 bit bus width, Big
Endian, and delay and wait timings */
R_BSC_CreateArea(
PDL_BSC_TYPE_NORMAL,0,0,
PDL_BSC_WIDTH_16|PDL_BSC_BIG_ENDIAN|PDL_BSC_IWW,
PDL_BSC_BAS_DISABLE|PDL_BSC_SW|PDL_BSC_WR| PDL_BSC_HW|
PDL_BSC_WAIT_ENABLE,
1,6,1,0,0,0,0,0,0,0,0,0,0,0,0,
1,0,0,0,0,0);
}
Comentários a estes Manuais