Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_smartbond.c405 uint32_t tx_space = TX_FIFO_DEPTH - config->regs->I2C_TXFLR_REG; in i2c_smartbond_enable_msg_interrupts() local
406 uint32_t rx_tl = ((remaining < tx_space) ? remaining : tx_space) - 1; in i2c_smartbond_enable_msg_interrupts()
536 uint32_t tx_space = 32 - config->regs->I2C_TXFLR_REG; in i2c_smartbond_isr() local
537 uint32_t rx_tl = ((remaining < tx_space) ? remaining : tx_space) - 1; in i2c_smartbond_isr()
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_adin2111.c810 uint32_t tx_space; in adin2111_port_send() local
841 ret = adin2111_read_tx_space(adin, &tx_space); in adin2111_port_send()
852 if (tx_space < in adin2111_port_send()