Searched refs:TX_FIFO_DEPTH (Results 1 – 2 of 2) sorted by relevance
1334 #define TX_FIFO_DEPTH(inst) DT_INST_PROP(inst, fifo_depth) macro1336 TX_FIFO_DEPTH(inst))1338 .tx_fifo_depth_minus_1 = TX_FIFO_DEPTH(inst) - 1, \1341 7 * TX_FIFO_DEPTH(inst) / 8 - 1), \
396 #define TX_FIFO_DEPTH 32 macro403 uint32_t tx_space = TX_FIFO_DEPTH - config->regs->I2C_TXFLR_REG; in i2c_smartbond_enable_msg_interrupts()