|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Configuration descriptor for ra8_tsn_init. More...
#include <ra8_tsn.h>
Data Fields | |
| ra8_tsn_cal_temp_t | high_ref_degc |
| 105 or 125 degC. | |
| ra8_tsn_cal_temp_t | low_ref_degc |
| Always -40 degC on RA8D2. | |
| uint16_t | stab_us |
| tTSTBL in microseconds. | |
Configuration descriptor for ra8_tsn_init.
| ra8_tsn_cal_temp_t ra8_tsn_config_t::high_ref_degc |
105 or 125 degC.
Definition at line 122 of file ra8_tsn.h.
Referenced by internal_validate_cfg(), and ra8_tsn_init().
| ra8_tsn_cal_temp_t ra8_tsn_config_t::low_ref_degc |
Always -40 degC on RA8D2.
Definition at line 123 of file ra8_tsn.h.
Referenced by internal_validate_cfg(), and ra8_tsn_init().
| uint16_t ra8_tsn_config_t::stab_us |
tTSTBL in microseconds.
Definition at line 124 of file ra8_tsn.h.
Referenced by internal_validate_cfg(), and ra8_tsn_init().