Searched defs:_cond (Results 1 – 4 of 4) sorted by relevance
| /hal_intel-latest/bsp_sedi/include/driver/ |
| D | sedi_driver_common.h | 400 #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/ |
| D | sedi_i2c_dw_apb_200a.c | 126 #define SEDI_I2C_POLL_WAIT(_cond) SEDI_POLL_WAIT_MUTE((_cond), 100) argument
|
| /hal_intel-latest/bsp_sedi/drivers/spi/ |
| D | sedi_spi_dw_apb.c | 53 #define SEDI_SPI_POLL_WAIT(_cond) SEDI_POLL_WAIT((_cond), 100) argument
|
| /hal_intel-latest/bsp_sedi/drivers/usart/ |
| D | sedi_dw_uart.c | 83 #define SEDI_UART_POLL_WAIT(_cond) SEDI_POLL_WAIT_MUTE((_cond), 100) argument
|