C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
struct_SlaveMemory Struct Reference

this is the structure of the memory used by the slave i2c interface More...

#include <hw_i2c.h>

Collaboration diagram for struct_SlaveMemory:
Collaboration graph

Public Attributes

uint8_t mem [256] {}
 the size of the slave memory buffer
 
uint8_t mem_address = 256 - 1
 the addresse where the slave read/write. this chages for each exchange sequence, the slave points to its last memory address
 
bool mem_address_written = false
 falg that determine if the slave read or write to its memory buffer
 

Detailed Description

this is the structure of the memory used by the slave i2c interface


The documentation for this struct was generated from the following file: