Lcd companion boards support (VKLCD50RTA & VKLCD70RT)
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_sense uint32_t
- Returns:
- None
Definition at line 80 of file mcu_interrupts_typedef.h.
Enumeration Type Documentation
| enum bsp_int_cmd_t |
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.
| enum bsp_int_err_t |
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.
Generated on Tue Jul 12 2022 14:32:50 by
1.7.2