|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Configuration descriptor for ra8_poeg_init. More...
#include <ra8_poeg.h>
Data Fields | |
| bool | enable_pin |
| True -> enable external PIDE input. | |
| bool | enable_ioc |
| True -> enable output short detect. | |
| bool | enable_osc_stop |
| True -> enable osc stop detect. | |
| bool | invert_input |
| True -> invert PIDE input polarity. | |
Configuration descriptor for ra8_poeg_init.
cppcheck cannot see tests/ so it flags every field as unused; each member is read in ra8_poeg_init in libs/ra8_hal/src/ra8_poeg.c.
Definition at line 85 of file ra8_poeg.h.
| bool ra8_poeg_cfg_t::enable_ioc |
True -> enable output short detect.
Definition at line 87 of file ra8_poeg.h.
Referenced by internal_cfg_to_poegg().
| bool ra8_poeg_cfg_t::enable_osc_stop |
True -> enable osc stop detect.
Definition at line 88 of file ra8_poeg.h.
Referenced by internal_cfg_to_poegg().
| bool ra8_poeg_cfg_t::enable_pin |
True -> enable external PIDE input.
Definition at line 86 of file ra8_poeg.h.
Referenced by internal_cfg_to_poegg().
| bool ra8_poeg_cfg_t::invert_input |
True -> invert PIDE input polarity.
Definition at line 89 of file ra8_poeg.h.
Referenced by internal_cfg_to_poegg().