#include <freertos_peripheral_control_private.h>
Data Fields | |
uint8_t * | next_byte_to_read |
uint32_t | past_rx_buffer_end_address |
xSemaphoreHandle | rx_access_mutex |
uint32_t | rx_buffer_start_address |
xSemaphoreHandle | rx_event_semaphore |
pdc_packet_t | rx_pdc_parameters |
uint8_t* freertos_pdc_rx_control::next_byte_to_read |
Referenced by freertos_copy_bytes_from_pdc_circular_buffer().
uint32_t freertos_pdc_rx_control::past_rx_buffer_end_address |
Referenced by freertos_copy_bytes_from_pdc_circular_buffer().
xSemaphoreHandle freertos_pdc_rx_control::rx_access_mutex |
uint32_t freertos_pdc_rx_control::rx_buffer_start_address |
Referenced by freertos_copy_bytes_from_pdc_circular_buffer().
xSemaphoreHandle freertos_pdc_rx_control::rx_event_semaphore |
Referenced by freertos_copy_bytes_from_pdc_circular_buffer().
pdc_packet_t freertos_pdc_rx_control::rx_pdc_parameters |
Referenced by freertos_copy_bytes_from_pdc_circular_buffer().