REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
blocks::MIntBlockHAL_V_1_1_X Class Reference

#include <mblock_int.h>

Inheritance diagram for blocks::MIntBlockHAL_V_1_1_X:
Collaboration diagram for blocks::MIntBlockHAL_V_1_1_X:

Public Member Functions

 MIntBlockHAL_V_1_1_X (bus::addr_t block_address)
 
bool write_ic (uint8_t idx, float ic) override
 
bool write_time_factor_switches (std::bitset< 8 > switches) override
 
virtual bool write_limiters_enable (std::bitset< 8 > limiters)
 
virtual bool write_time_factor_switches_and_limiters_enable (std::bitset< 8 > switches, std::bitset< 8 > limiters)
 
virtual bool write_time_factor_gain (uint8_t idx, uint8_t gain)
 
- Public Member Functions inherited from blocks::MIntBlockHAL_V_1_0_X
 MIntBlockHAL_V_1_0_X (bus::addr_t block_address)
 
bool init () override
 
bool write_ic (uint8_t idx, float ic) override
 
bool write_time_factor_switches (std::bitset< 8 > switches) override
 
std::bitset< 8 > read_overload_flags () override
 
void reset_overload_flags () override
 
- Public Member Functions inherited from entities::EntitySharedHardware< Parent >
metadata::eui_t get_entity_eui () const
 
float read_temperature () const
 

Protected Attributes

functions::AD8403 f_time_factor_gain_0_3
 
functions::AD8403 f_time_factor_gain_4_7
 
- Protected Attributes inherited from blocks::MIntBlockHAL_V_1_0_X
const functions::DAC60508 f_ic_dac
 
const functions::SR74HCT595 f_time_factor
 
const functions::TriggerFunction f_time_factor_sync
 
const functions::TriggerFunction f_time_factor_reset
 
const functions::SR74HC16X f_overload_flags
 
const functions::TriggerFunction f_overload_flags_reset
 
- Protected Attributes inherited from entities::EntitySharedHardware< Parent >
const metadata::MetadataEditor f_meta
 
const functions::TMP127Q1 temperature_sensor
 

Additional Inherited Members

- Protected Member Functions inherited from entities::EntitySharedHardware< Parent >
 EntitySharedHardware (bus::addr_t f_meta_addr, bus::addr_t temperature_sensor_addr)
 
 EntitySharedHardware (bus::addr_t block_address)
 

Detailed Description

Definition at line 42 of file mblock_int.h.

Constructor & Destructor Documentation

◆ MIntBlockHAL_V_1_1_X()

FLASHMEM blocks::MIntBlockHAL_V_1_1_X::MIntBlockHAL_V_1_1_X ( bus::addr_t block_address)
explicit

Definition at line 240 of file mblock_int.cpp.

Member Function Documentation

◆ write_ic()

FLASHMEM bool blocks::MIntBlockHAL_V_1_1_X::write_ic ( uint8_t idx,
float ic )
override

Definition at line 288 of file mblock_int.cpp.

◆ write_limiters_enable()

FLASHMEM bool blocks::MIntBlockHAL_V_1_1_X::write_limiters_enable ( std::bitset< 8 > limiters)
virtual

Definition at line 260 of file mblock_int.cpp.

◆ write_time_factor_gain()

FLASHMEM bool blocks::MIntBlockHAL_V_1_1_X::write_time_factor_gain ( uint8_t idx,
uint8_t gain )
virtual

Definition at line 295 of file mblock_int.cpp.

◆ write_time_factor_switches()

FLASHMEM bool blocks::MIntBlockHAL_V_1_1_X::write_time_factor_switches ( std::bitset< 8 > switches)
override

Definition at line 244 of file mblock_int.cpp.

◆ write_time_factor_switches_and_limiters_enable()

FLASHMEM bool blocks::MIntBlockHAL_V_1_1_X::write_time_factor_switches_and_limiters_enable ( std::bitset< 8 > switches,
std::bitset< 8 > limiters )
virtual

Definition at line 277 of file mblock_int.cpp.

Member Data Documentation

◆ f_time_factor_gain_0_3

functions::AD8403 blocks::MIntBlockHAL_V_1_1_X::f_time_factor_gain_0_3
protected

Definition at line 44 of file mblock_int.h.

◆ f_time_factor_gain_4_7

functions::AD8403 blocks::MIntBlockHAL_V_1_1_X::f_time_factor_gain_4_7
protected

Definition at line 45 of file mblock_int.h.


The documentation for this class was generated from the following files: