REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
blocks::IBlockHAL_V_1_2_X Class Reference
#include <iblock.h>
Inheritance diagram for blocks::IBlockHAL_V_1_2_X:

Collaboration diagram for blocks::IBlockHAL_V_1_2_X:

Public Member Functions | |
IBlockHAL_V_1_2_X (bus::addr_t block_address) | |
bool | write_outputs (const std::array< uint32_t, 16 > &outputs) override |
bool | write_upscaling (std::bitset< 32 > upscaling) override |
![]() | |
metadata::eui_t | get_entity_eui () const |
float | read_temperature () const |
Protected Attributes | |
const functions::ICommandRegisterFunction | f_cmd |
const functions::TriggerFunction | f_imatrix_reset |
const functions::TriggerFunction | f_imatrix_sync |
const functions::SR74HCT595 | scaling_register |
const functions::TriggerFunction | scaling_register_sync |
![]() | |
const metadata::MetadataEditor | f_meta |
const functions::TMP127Q1 | temperature_sensor |
Additional Inherited Members | |
![]() | |
EntitySharedHardware (bus::addr_t f_meta_addr, bus::addr_t temperature_sensor_addr) | |
EntitySharedHardware (bus::addr_t block_address) | |
Detailed Description
Constructor & Destructor Documentation
◆ IBlockHAL_V_1_2_X()
|
explicit |
Definition at line 33 of file iblock.cpp.
Member Function Documentation
◆ write_outputs()
|
override |
Definition at line 41 of file iblock.cpp.
References functions::ICommandRegisterFunction::chip_cmd_word(), and uint32_t.
◆ write_upscaling()
|
override |
Definition at line 111 of file iblock.cpp.
Member Data Documentation
◆ f_cmd
|
protected |
◆ f_imatrix_reset
|
protected |
◆ f_imatrix_sync
|
protected |
◆ scaling_register
|
protected |
◆ scaling_register_sync
|
protected |
The documentation for this class was generated from the following files:
- lib/hardware/src/block/teensy/iblock.h
- lib/hardware/src/block/iblock.cpp