#include <T32CM11_adc.h>
Data Fields | |
| __IO uint32_t | ch_x_config |
| __IO uint32_t | ch_x_burst |
| __IO uint32_t | ch_x_threshholds |
| __IO uint32_t | ch_x_reserved |
helper struct. there are 10 channels, each with the same 4 fields this allows us to use an array and array index in the code which makes the code simpler
| __IO uint32_t CHAN_SETTINGS_T::ch_x_burst |
| __IO uint32_t CHAN_SETTINGS_T::ch_x_config |
| __IO uint32_t CHAN_SETTINGS_T::ch_x_reserved |
| __IO uint32_t CHAN_SETTINGS_T::ch_x_threshholds |