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 configure_rx_dma(), freertos_start_pdc_transfer(), freertos_uart_serial_init(), freertos_usart_serial_init(), ili9341_copy_pixels_to_screen(), ili9341_duplicate_pixel(), lin_rx_response(), lin_tx_header_and_response(), lin_tx_response(), local_uart_handler(), local_usart_handler(), main(), pdc_rx_init(), pdc_tx_init(), PWM_Handler(), run_pwm_test(), TC0_Handler(), twi_master_pdc_read(), twi_master_pdc_write(), usart_clear(), and USART_Handler().
uint32_t pdc_packet::ul_size |
Transfer packet size (in units of the peripheral data width).
Referenced by configure_rx_dma(), freertos_copy_bytes_from_pdc_circular_buffer(), freertos_start_pdc_transfer(), freertos_uart_serial_init(), freertos_usart_serial_init(), ili9341_copy_pixels_to_screen(), ili9341_duplicate_pixel(), lin_rx_response(), lin_tx_header_and_response(), lin_tx_response(), local_uart_handler(), local_usart_handler(), main(), pdc_rx_init(), pdc_tx_init(), PWM_Handler(), run_pwm_test(), TC0_Handler(), twi_master_pdc_read(), twi_master_pdc_write(), usart_clear(), and USART_Handler().