Searched refs:EIC_CONFIG_FILTEN1 (Results 1 – 2 of 2) sorted by relevance
727 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN1; in hri_eic_set_CONFIG_FILTEN1_bit()735 tmp = (tmp & EIC_CONFIG_FILTEN1) >> EIC_CONFIG_FILTEN1_Pos; in hri_eic_get_CONFIG_FILTEN1_bit()744 tmp &= ~EIC_CONFIG_FILTEN1; in hri_eic_write_CONFIG_FILTEN1_bit()753 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN1; in hri_eic_clear_CONFIG_FILTEN1_bit()760 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN1; in hri_eic_toggle_CONFIG_FILTEN1_bit()
298 #define EIC_CONFIG_FILTEN1 (_U(0x1) << EIC_CONFIG_FILTEN1_Pos) macro