Home
last modified time | relevance | path

Searched defs:_cond (Results 1 – 4 of 4) sorted by relevance

/hal_intel-latest/bsp_sedi/include/driver/
Dsedi_driver_common.h400 #define __SEDI_POLL_WAIT(_cond, _ms, _mute) \ argument
426 #define SEDI_POLL_WAIT(_cond, _ms) __SEDI_POLL_WAIT(_cond, _ms, false) argument
435 #define SEDI_POLL_WAIT_MUTE(_cond, _ms) __SEDI_POLL_WAIT(_cond, _ms, true) argument
/hal_intel-latest/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c126 #define SEDI_I2C_POLL_WAIT(_cond) SEDI_POLL_WAIT_MUTE((_cond), 100) argument
/hal_intel-latest/bsp_sedi/drivers/spi/
Dsedi_spi_dw_apb.c53 #define SEDI_SPI_POLL_WAIT(_cond) SEDI_POLL_WAIT((_cond), 100) argument
/hal_intel-latest/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c83 #define SEDI_UART_POLL_WAIT(_cond) SEDI_POLL_WAIT_MUTE((_cond), 100) argument