REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
74LVC138AD.tpl.hpp
Go to the documentation of this file.
The 74LVC138AD is a 3-Line to 8-Line decoder/Demultiplexer.
Definition 74LVC138AD.tpl.hpp:17
static const SPISettings DEFAULT_SPI_SETTINGS
Definition 74LVC138AD.tpl.hpp:44
MetadataMemory74LVC138AD(bus::addr_t address)
Definition 74LVC138AD.tpl.hpp:21
size_t read_from_hardware(size_t byte_offset, size_t length, uint8_t *buffer) const override
Definition 74LVC138AD.tpl.hpp:26
void end_communication() const
Definition functions.cpp:117
void begin_communication() const
Definition functions.cpp:19
The abstract metadata memory class allows to represent different EEPROM sizes, for instance does the ...
Definition metadata.h:20
size_t read_from_hardware()
Definition metadata.h:30
MetadataMemory(const unsigned short address, const SPISettings &spi_settings)
Definition metadata.h:25