Lines Matching defs:status
80 unsigned int status;
85 status = (__dcc_getstatus() & mask);
89 } while ((status != 0U));
96 unsigned int status;
98 status = dcc_status_timeout(DCC_STATUS_TX);
99 if (status != 0U) {
100 return status;
110 unsigned int status;
112 status = dcc_status_timeout(DCC_STATUS_RX);
113 if (status != 0U) {
114 return status;
129 unsigned int status;
131 status = dcc_status_timeout(DCC_STATUS_TX);
132 if (status != 0U) {