Renesas Single-Chip Microcomputer M38C89T-ADF User Manual Page 75

  • Download
  • Add to my manuals
  • Print
  • Page
    / 138
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 74
Rev.1.00 May 22 2012
REJ09B0566
4-55
3BLibrary Reference
R_BSC_Destroy
4
3)
4.2.5 36BBus State Controller
R_BSC_Destroy
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
);
}
Page view 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 137 138

Comments to this Manuals

No comments