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

ssif_chcfg_romdec_t Struct Reference

ssif_chcfg_romdec_t Struct Reference

It's used for ROMDEC direct transfer mode and the call back function registration. More...

#include <R_BSP_SsifDef.h>

Data Fields

uint32_t mode
 Enable/Disable SSIRDR->STRMDIN0 route.
void(* p_cbfunc )(void)
 SSIF error callback function.

Detailed Description

It's used for ROMDEC direct transfer mode and the call back function registration.

Definition at line 182 of file R_BSP_SsifDef.h.


Field Documentation

uint32_t mode

Enable/Disable SSIRDR->STRMDIN0 route.

Definition at line 184 of file R_BSP_SsifDef.h.

void(* p_cbfunc)(void)

SSIF error callback function.

Definition at line 185 of file R_BSP_SsifDef.h.