Home
last modified time | relevance | path

Searched refs:txesc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/drivers/can/
Dcan_mcan.c302 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()
Dcan_mcan_int.h1544 volatile uint32_t txesc; /* Tx Buffer Element Size Configuration */ member