![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_COMP_WriteReg(__INSTANCE__, __REG__, __VALUE__) |
| Write a value in COMP register. | |
| #define | DDL_COMP_ReadReg(__INSTANCE__, __REG__) |
| Read a value in COMP register. | |
| #define DDL_COMP_ReadReg | ( | __INSTANCE__, | |
| __REG__ ) |
Read a value in COMP register.
| __INSTANCE__ | COMP instance. |
| __REG__ | COMP register. |
| Register | value |
Definition at line 252 of file g32r4xx_ddl_comp.h.
| #define DDL_COMP_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ ) |
Write a value in COMP register.
| __INSTANCE__ | COMP instance. |
| __REG__ | COMP register. |
| __VALUE__ | Value to be written. |
| None |
Definition at line 244 of file g32r4xx_ddl_comp.h.