* @num_bufs: total number of buffers for rx and tx * @buf_size: size of one rx or tx buffer * @last_sbuf: index of last tx buffer used * @bufs_dma: dma base addr of the buffers * @tx_lock: protects ...
/* The start address of the SYSTEM_RAM in the secondary project is located 0x20000 from the end address of the primary project. */ SYSTEM_RAM_ALIGN_START = ALIGN(SYSTEM_RAM_PRV_START, 0x00020000); ...