Searched refs:EIC_CONFIG_FILTEN0 (Results 1 – 2 of 2) sorted by relevance
687 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN0; in hri_eic_set_CONFIG_FILTEN0_bit()695 tmp = (tmp & EIC_CONFIG_FILTEN0) >> EIC_CONFIG_FILTEN0_Pos; in hri_eic_get_CONFIG_FILTEN0_bit()704 tmp &= ~EIC_CONFIG_FILTEN0; in hri_eic_write_CONFIG_FILTEN0_bit()713 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN0; in hri_eic_clear_CONFIG_FILTEN0_bit()720 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN0; in hri_eic_toggle_CONFIG_FILTEN0_bit()
281 #define EIC_CONFIG_FILTEN0 (_U(0x1) << EIC_CONFIG_FILTEN0_Pos) macro