Searched defs:rx_msg_slot_info (Results 1 – 1 of 1) sorted by relevance
75 typedef struct rx_msg_slot_info { struct77 struct rx_msg_slot_info *next; argument80 struct semaphore sem;83 uint8_t *addr; // base address of slot84 uint32_t len; // length of slot in bytes86 uint32_t write_ptr; // hardware causes this to advance87 uint32_t read_ptr; // this module does the reading88 int active; // is this slot in the hardware dma fifo?89 uint32_t msgs_parsed; // count how many messages are in this slot90 uint32_t msgs_released; // how many messages have been released[all …]