Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependents:   ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more

Embed: (wiki syntax)

« Back to documentation index

cpu.h File Reference

cpu.h File Reference

CPU related FIT BSP. More...

Go to the source code of this file.

Functions

void R_BSP_InterruptsEnable (void)
 Globally enables interrupts.
void R_BSP_InterruptsDisable (void)
 Globally disables interrupts.

Detailed Description

CPU related FIT BSP.

Module:
OSPL
PublicVersion:
0.90

(=R_OSPL_VERSION)

Rev:
35
Date:
2014-04-15 21:38:18 +0900#

Definition in file cpu.h.


Function Documentation

void R_BSP_InterruptsDisable ( void   )

Globally disables interrupts.

Parameters
None
Returns:
None.

Definition at line 303 of file r_ospl.c.

void R_BSP_InterruptsEnable ( void   )

Globally enables interrupts.

Parameters
None
Returns:
None.

Definition at line 294 of file r_ospl.c.