PDC data packet for transfer.
#include <pdc.h>
Data Fields | |
uint32_t | ul_addr |
Start address of the transfer packet data. More... | |
uint32_t | ul_size |
Transfer packet size (in units of the peripheral data width). More... | |
uint32_t pdc_packet::ul_addr |
Start address of the transfer packet data.
Referenced by pdc_rx_init(), pdc_tx_init(), twi_master_pdc_read(), and twi_master_pdc_write().
uint32_t pdc_packet::ul_size |
Transfer packet size (in units of the peripheral data width).
Referenced by pdc_rx_init(), pdc_tx_init(), twi_master_pdc_read(), and twi_master_pdc_write().