|
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
#include <iblock.h>


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 |
Public Member Functions inherited from entities::EntitySharedHardware< IBlockHAL > | |
| metadata::eui_t | get_entity_eui () const |
| float | read_temperature () const |
| 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 |
Protected Attributes inherited from entities::EntitySharedHardware< IBlockHAL > | |
| const metadata::MetadataEditor | f_meta |
| const functions::TMP127Q1 | temperature_sensor |
| const metadata::MetadataEditor | f_meta |
| const functions::TMP127Q1 | temperature_sensor |
Additional Inherited Members | |
Protected Member Functions inherited from entities::EntitySharedHardware< IBlockHAL > | |
| EntitySharedHardware (bus::addr_t f_meta_addr, bus::addr_t temperature_sensor_addr, uint8_t alt_function_idx) | |
| EntitySharedHardware (bus::addr_t block_address, uint8_t alt_function_idx) | |
| EntitySharedHardware (bus::addr_t f_meta_addr, bus::addr_t temperature_sensor_addr, uint8_t alt_function_idx) | |
| EntitySharedHardware (bus::addr_t block_address, uint8_t alt_function_idx) | |
Detailed Description
Constructor & Destructor Documentation
◆ IBlockHAL_V_1_2_X()
|
explicit |
Definition at line 38 of file iblock.cpp.
References f_cmd, f_imatrix_reset, f_imatrix_sync, scaling_register, and scaling_register_sync.
Referenced by blocks::IBlockHAL_V_1_3_X::IBlockHAL_V_1_3_X().
Member Function Documentation
◆ write_outputs()
|
override |
Definition at line 45 of file iblock.cpp.
References functions::ICommandRegisterFunction::chip_cmd_word(), f_cmd, f_imatrix_reset, f_imatrix_sync, and uint32_t.
◆ write_upscaling()
|
override |
Definition at line 115 of file iblock.cpp.
References scaling_register, and scaling_register_sync.
Member Data Documentation
◆ f_cmd
|
protected |
Definition at line 16 of file iblock.h.
Referenced by IBlockHAL_V_1_2_X(), and write_outputs().
◆ f_imatrix_reset
|
protected |
Definition at line 17 of file iblock.h.
Referenced by IBlockHAL_V_1_2_X(), and write_outputs().
◆ f_imatrix_sync
|
protected |
Definition at line 18 of file iblock.h.
Referenced by IBlockHAL_V_1_2_X(), and write_outputs().
◆ scaling_register
|
protected |
Definition at line 20 of file iblock.h.
Referenced by IBlockHAL_V_1_2_X(), and write_upscaling().
◆ scaling_register_sync
|
protected |
Definition at line 21 of file iblock.h.
Referenced by IBlockHAL_V_1_2_X(), and write_upscaling().
The documentation for this class was generated from the following files:
- lib/hardware/src/block/teensy/iblock.h
- lib/hardware/src/block/iblock.cpp
Public Member Functions inherited from