Searched refs:txesc (Results 1 – 2 of 2) sorted by relevance
302 can->txesc = (sizeof(msg_ram->tx_buffer[0].data) - 8) / 4; in can_mcan_init()304 can->txesc = (sizeof(msg_ram->tx_buffer[0].data) - 32) / 16 + 5; in can_mcan_init()
1544 volatile uint32_t txesc; /* Tx Buffer Element Size Configuration */ member