Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_i3c.c21 static uint32_t targets_ibi_enable_sts = 0; variable
890 if ((0 == targets_ibi_enable_sts) && (enable_ibi_interrupt)) { in MEC_HAL_I3C_IBI_SIR_Enable()
896 targets_ibi_enable_sts |= (1 << ibi_sir_info->tgt_dat_idx); in MEC_HAL_I3C_IBI_SIR_Enable()
920 targets_ibi_enable_sts &= (uint32_t)~(1 << ibi_sir_info->tgt_dat_idx); in MEC_HAL_I3C_IBI_SIR_Disable()
922 if ((0 == targets_ibi_enable_sts) && (disable_ibi_interrupt)){ in MEC_HAL_I3C_IBI_SIR_Disable()