Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_mcp251xfd.h268 #define MCP251XFD_REG_TXQCON_FSIZE_MASK GENMASK(28, 24) macro
Dcan_mcp251xfd.c1438 tmp |= FIELD_PREP(MCP251XFD_REG_TXQCON_FSIZE_MASK, MCP251XFD_TX_QUEUE_ITEMS - 1); in mcp251xfd_init_tx_queue()