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 ble_pdc_send_data(), ble_pdc_uart_handler(), configure_primary_uart(), pdc_rx_init(), pdc_tx_init(), and pdc_update_rx_transfer().
uint32_t pdc_packet::ul_size |
Transfer packet size (in units of the peripheral data width).
Referenced by ble_pdc_send_data(), ble_pdc_uart_handler(), configure_primary_uart(), pdc_rx_init(), pdc_tx_init(), pdc_update_rx_transfer(), and serial_drive_rx_data_count().