|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Per-scan-group channel-list cache. More...
Data Fields | |
| uint8_t | num_channels |
| 0 means group unconfigured. | |
| uint8_t | channels [k_ra8_adc_scan_group_max_channels] |
| Physical channel list. | |
Per-scan-group channel-list cache.
ra8_adc_configure_scan_group stores the channel list here so that ra8_adc_read_group_results can stream the matching ADDR slots back without re-walking ADCHCR. Indexed by scan-group number.
| uint8_t ra8_adc_group_cache_t::channels[k_ra8_adc_scan_group_max_channels] |
Physical channel list.
Definition at line 71 of file adc.c.
Referenced by ra8_adc_read_group_results().
| uint8_t ra8_adc_group_cache_t::num_channels |
0 means group unconfigured.
Definition at line 70 of file adc.c.
Referenced by ra8_adc_read_group_results().