Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c_pvt.c194 uint8_t resp_sts; in _i3c_response_sts_get() local
201 resp_sts = (response & RESPONSE_ERR_STS_BITMASK) >> RESPONSE_ERR_STS_BITPOS; in _i3c_response_sts_get()
203 return resp_sts; in _i3c_response_sts_get()
215 uint8_t resp_sts, rx_rsp_bit; in _i3c_tgt_response_sts_get() local
222 resp_sts = (response & RESPONSE_ERR_STS_BITMASK) >> RESPONSE_ERR_STS_BITPOS; in _i3c_tgt_response_sts_get()
230 return resp_sts; in _i3c_tgt_response_sts_get()