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

rbsp_data_conf_t Struct Reference

rbsp_data_conf_t Struct Reference

Asynchronous control block structure. More...

#include <R_BSP_Aio.h>

Data Fields

rbsp_notify_func_t p_notify_func
 Callback function type.
void * p_app_data
 User definition data.

Detailed Description

Asynchronous control block structure.

Definition at line 43 of file R_BSP_Aio.h.


Field Documentation

void* p_app_data

User definition data.

Definition at line 45 of file R_BSP_Aio.h.

Callback function type.

Definition at line 44 of file R_BSP_Aio.h.