Datasheet
9
Access information bitwise using a struct.
Detailed Description
A union for accessing the switch states in either bit mode or byte mode (Not relevant to the driver)
The documentation for this union was generated from the following file:
C:/Users/oraut/Documents/Workspace/Renesas/EInkDriverFinal/YLPDSKRL78EINK/user_src/application
/switches.h
tmr_flag_u Union Reference
A union to access timer information in either bitwise or byte mode (Only delayFsm may be related to timing).
#include <timing.h>
Public Attributes
uint8_t byteAccess
Access information as a byte.
struct {
unsigned delayFsm: 1
unsigned twoSec: 1
unsigned demo: 1
unsigned swScan: 1
unsigned __pad0__: 4
};
Access information bitwise using a structure.
Detailed Description
A union to access timer information in either bitwise or byte mode (Only delayFsm may be related to
timing).
The documentation for this union was generated from the following file:
C:/Users/oraut/Documents/Workspace/Renesas/EInkDriverFinal/YLPDSKRL78EINK/user_src/EInkDriver
Files/timing.h
File Documentation
C:/Users/oraut/Documents/Workspace/Renesas/EInkDriverFinal/YLPD
SKRL78EINK/user_src/application/application.c File Reference
Description: This file contains the application.