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

mcu_interrupts_typedef.h File Reference

mcu_interrupts_typedef.h File Reference

Interrupt related FIT BSP. More...

Go to the source code of this file.

Typedefs

typedef void(* bsp_int_cb_t )(void)
 Interrupt Handler.

Enumerations

enum  bsp_int_err_t
 

Error code defined by FIT BSP.

More...
enum  bsp_int_cmd_t
 

Control command related to the interrupt.

More...

Detailed Description

Interrupt related FIT BSP.

Data types.

Module:
OSPL
PublicVersion:
0.90

(=R_OSPL_VERSION)

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

Definition in file mcu_interrupts_typedef.h.


Typedef Documentation

typedef void(* bsp_int_cb_t)(void)

Interrupt Handler.

Parameters:
int_senseuint32_t
Returns:
None

Definition at line 80 of file mcu_interrupts_typedef.h.


Enumeration Type Documentation

Control command related to the interrupt.

  • BSP_INT_CMD_INTERRUPT_ENABLE - 0
  • BSP_INT_CMD_INTERRUPT_DISABLE - 1

Definition at line 90 of file mcu_interrupts_typedef.h.

Error code defined by FIT BSP.

  • BSP_INT_SUCCESS - 0
  • BSP_INT_ERR_NO_REGISTERED_CALLBACK - 0x2101
  • BSP_INT_ERR_INVALID_ARG - 1
  • BSP_INT_ERR_UNSUPPORTED - 15

Definition at line 65 of file mcu_interrupts_typedef.h.