Searched refs:loop_cond (Results 1 – 1 of 1) sorted by relevance
151 bool loop_cond; in bt_spi_get_header() local169 loop_cond = header_slave[STATUS_HEADER_TOREAD] == 0U; in bt_spi_get_header()172 loop_cond = ((header_slave[1] | header_slave[2] | header_slave[3] | in bt_spi_get_header()175 } while ((header_slave[STATUS_HEADER_READY] != READY_NOW) || loop_cond); in bt_spi_get_header()