Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c.c1055 void MEC_HAL_I3C_TGT_Error_Recovery(struct mec_i3c_ctx *ctx, uint8_t err_sts) in MEC_HAL_I3C_TGT_Error_Recovery() argument
1059 if ((err_sts == TARGET_RESP_ERR_CRC) || in MEC_HAL_I3C_TGT_Error_Recovery()
1060 (err_sts == TARGET_RESP_ERR_PARITY) || in MEC_HAL_I3C_TGT_Error_Recovery()
1061 (err_sts == TARGET_RESP_ERR_UNDERFLOW_OVERFLOW)) { in MEC_HAL_I3C_TGT_Error_Recovery()
Dmec_i3c_api.h319 void MEC_HAL_I3C_TGT_Error_Recovery(struct mec_i3c_ctx *ctx, uint8_t err_sts);