#include <pdca.h>
Definition at line 81 of file pdca.h.
Data Fields | |
| volatile void * | addr |
| Memory address. | |
| unsigned int | pid |
| Select peripheral ID. | |
| volatile void * | r_addr |
| Next memory address. | |
| unsigned int | r_size |
| Next transfer counter. | |
| unsigned int | size |
| Transfer counter. | |
| unsigned int | transfer_size |
| Select the size of the transfer (byte, half-word or word). | |
| volatile void* pdca_channel_options_t::addr |
| unsigned int pdca_channel_options_t::pid |
| volatile void* pdca_channel_options_t::r_addr |
| unsigned int pdca_channel_options_t::r_size |
| unsigned int pdca_channel_options_t::size |
| unsigned int pdca_channel_options_t::transfer_size |
Select the size of the transfer (byte, half-word or word).
Definition at line 94 of file pdca.h.
Referenced by pdca_init_channel().
1.5.5