Data Structures
Here are the data structures with brief descriptions:
| adc_channel_config | ADC channel configuration |
| adc_config | ADC configuration |
| dfll_config | Hardware-specific representation of DFLL configuration |
| fifo_desc_t | FIFO descriptor used by FIFO driver |
| genclk_config | Hardware representation of a set of generic clock parameters |
| nvm_device_id | Structure containing the device ID |
| nvm_device_serial | Structure containing the device serial |
| pll_config | Hardware-specific representation of PLL configuration |
| rtc_data_struct | Driver private struct |
| StructCPtr | Structure of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers |
| StructCVPtr | Structure of pointers to constant volatile 64-, 32-, 16- and 8-bit unsigned integers |
| StructPtr | Structure of pointers to 64-, 32-, 16- and 8-bit unsigned integers |
| StructVPtr | Structure of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers |
| test_case | A single test case |
| test_suite | A test suite |
| Union16 | 16-bit union |
| Union32 | 32-bit union |
| Union64 | 64-bit union |
| UnionCPtr | Union of pointers to constant 64-, 32-, 16- and 8-bit unsigned integers |
| UnionCVPtr | Union of pointers to constant volatile 64-, 32-, 16- and 8-bit unsigned integers |
| UnionPtr | Union of pointers to 64-, 32-, 16- and 8-bit unsigned integers |
| UnionVPtr | Union of pointers to volatile 64-, 32-, 16- and 8-bit unsigned integers |