Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependents:   ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more

Embed: (wiki syntax)

« Back to documentation index

jcu_count_mode_param_t Struct Reference

jcu_count_mode_param_t Struct Reference

Buffer settings for separating decode or encode. More...

#include <r_jcu_api.h>


Detailed Description

Buffer settings for separating decode or encode.

Definition at line 257 of file r_jcu_api.h.


Field Documentation

uint32_t dataCount

Encode:8line Decode:8byte.

Encode:8byte Decode:8line.

Definition at line 269 of file r_jcu_api.h.

bool_t isEnable

true: It uses the count mode process.

Definition at line 260 of file r_jcu_api.h.

bool_t isInitAddress

Address is changed when processing is stopped.

Definition at line 263 of file r_jcu_api.h.

uint32_t* restartAddress

This is enable when isInitAddrss is true.

This is enable when isInitAddress is true.

Definition at line 266 of file r_jcu_api.h.