|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
cblock.cpp
Go to the documentation of this file.
12blocks::CBlockHAL_Common::make_f_coeffs(bus::addr_t block_address, std::array<const uint8_t, 32> f_coeffs_cs) {
Definition cblock.h:11
CBlockHAL_Common(bus::addr_t block_address, std::array< const uint8_t, 32 > f_coeffs_cs)
Definition cblock.cpp:47
bool write_factor(uint8_t idx, float value) override
Definition cblock.cpp:51
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:12
CBlockHAL_V_1_0_X(bus::addr_t block_address)
Definition cblock.cpp:70
CBlockHAL_V_1_1_X(bus::addr_t block_address)
Definition cblock.cpp:59
The AD5452 is the 12-Bit Multiplying DAC, used in the C-Block (one AD5452 per lane).
Definition AD5452.h:16