REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
cblock.cpp
Go to the documentation of this file.
11FLASHMEM blocks::CBlock *blocks::CBlock::from_entity_classifier(entities::EntityClassifier classifier,
34blocks::CBlockHAL_Common::make_f_coeffs(bus::addr_t block_address, std::array<const uint8_t, 32> f_coeffs_cs) {
Definition cblock.h:15
bool write_factor(uint8_t idx, float value) override
Definition cblock.cpp:76
CBlockHAL_Common(bus::addr_t block_address, bus::addr_t temperature_sensor_address, std::array< const uint8_t, 32 > f_coeffs_cs)
Definition cblock.cpp:69
static std::array< functions::AD5452, 32 > make_f_coeffs(bus::addr_t block_address, std::array< const uint8_t, 32 > f_coeffs_cs)
Definition cblock.cpp:34
CBlockHAL_V_1_0_X(bus::addr_t block_address)
Definition cblock.cpp:96
CBlockHAL_V_1_1_X(bus::addr_t block_address)
Definition cblock.cpp:84
The AD5452 is the 12-Bit Multiplying DAC, used in the C-Block (one AD5452 per lane).
Definition AD5452.h:16
Definition shblock.cpp:8