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 Daiki Kato

Embed: (wiki syntax)

« Back to documentation index

R_BSP_Aio.h File Reference

R_BSP_Aio.h File Reference

R_BSP_Aio API. More...

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_dataLocation of the data.
resultNumber of bytes transmit on success. negative number on error.
p_app_dataUser definition data.

Definition at line 40 of file R_BSP_Aio.h.