|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Module state: latched at init time. More...
Data Fields | |
| bool | initialized |
| Latched after a good init. | |
| ra8_i2c_bus_ops_t | bus |
| Injected I2C transfer seam. | |
| bool | pec_enabled |
| Append + verify PEC byte. | |
| ra8_smbus_alert_fn_t | alert_fn |
| SMBALERT# callback (or NULL). | |
| void * | alert_ctx |
| Context for alert_fn. | |
Module state: latched at init time.
Definition at line 64 of file ra8_smbus.c.
| void* ra8_smbus_state_t::alert_ctx |
Context for alert_fn.
Definition at line 69 of file ra8_smbus.c.
| ra8_smbus_alert_fn_t ra8_smbus_state_t::alert_fn |
SMBALERT# callback (or NULL).
Definition at line 68 of file ra8_smbus.c.
| ra8_i2c_bus_ops_t ra8_smbus_state_t::bus |
Injected I2C transfer seam.
Definition at line 66 of file ra8_smbus.c.
| bool ra8_smbus_state_t::initialized |
Latched after a good init.
Definition at line 65 of file ra8_smbus.c.
| bool ra8_smbus_state_t::pec_enabled |
Append + verify PEC byte.
Definition at line 67 of file ra8_smbus.c.