RZ/A1H CMSIS-RTOS RTX BSP for GR-PEACH.
Dependents: GR-PEACH_Azure_Speech ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample ... more
Fork of R_BSP by
R_BSP_Aio.h File Reference
Go to the source code of this file.
Data Structures | |
struct | rbsp_data_conf_t |
Asynchronous control block structure. More... | |
class | R_BSP_Aio |
A class to communicate a R_BSP_Aio. More... | |
Typedefs | |
typedef void(* | rbsp_notify_func_t )(void *p_data, int32_t result, void *p_app_data) |
Callback function type. |
Detailed Description
R_BSP_Aio API.
Definition in file R_BSP_Aio.h.
Typedef Documentation
typedef void(* rbsp_notify_func_t)(void *p_data, int32_t result, void *p_app_data) |
Callback function type.
- Parameters:
-
p_data Location of the data. result Number of bytes transmit on success. negative number on error. p_app_data User definition data.
Definition at line 40 of file R_BSP_Aio.h.
Generated on Tue Jul 12 2022 20:43:58 by
