Searched refs:EIC_CONFIG_FILTEN0 (Results 1 – 13 of 13) sorted by relevance
279 new_config |= EIC_CONFIG_FILTEN0; in extint_chan_set_config()285 ~((EIC_CONFIG_SENSE0_Msk | EIC_CONFIG_FILTEN0) << config_pos)) | in extint_chan_set_config()
307 new_config |= EIC_CONFIG_FILTEN0; in extint_chan_set_config()313 ~((EIC_CONFIG_SENSE0_Msk | EIC_CONFIG_FILTEN0) << config_pos)) | in extint_chan_set_config()
707 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN0; in hri_eic_set_CONFIG_FILTEN0_bit()715 tmp = (tmp & EIC_CONFIG_FILTEN0) >> EIC_CONFIG_FILTEN0_Pos; in hri_eic_get_CONFIG_FILTEN0_bit()724 tmp &= ~EIC_CONFIG_FILTEN0; in hri_eic_write_CONFIG_FILTEN0_bit()733 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN0; in hri_eic_clear_CONFIG_FILTEN0_bit()740 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN0; in hri_eic_toggle_CONFIG_FILTEN0_bit()
733 ((Eic *)hw)->CONFIG[index].reg |= EIC_CONFIG_FILTEN0; in hri_eic_set_CONFIG_FILTEN0_bit()741 tmp = (tmp & EIC_CONFIG_FILTEN0) >> EIC_CONFIG_FILTEN0_Pos; in hri_eic_get_CONFIG_FILTEN0_bit()750 tmp &= ~EIC_CONFIG_FILTEN0; in hri_eic_write_CONFIG_FILTEN0_bit()759 ((Eic *)hw)->CONFIG[index].reg &= ~EIC_CONFIG_FILTEN0; in hri_eic_clear_CONFIG_FILTEN0_bit()766 ((Eic *)hw)->CONFIG[index].reg ^= EIC_CONFIG_FILTEN0; in hri_eic_toggle_CONFIG_FILTEN0_bit()
282 #define EIC_CONFIG_FILTEN0 (_U_(0x1) << EIC_CONFIG_FILTEN0_Pos) macro
324 #define EIC_CONFIG_FILTEN0 EIC_CONFIG_FILTEN0_Msk /**< \de… macro
544 #define EIC_CONFIG_FILTEN0 (0x1ul << EIC_CONFIG_FILTEN0_Pos) macro
541 #define EIC_CONFIG_FILTEN0 (0x1ul << EIC_CONFIG_FILTEN0_Pos) macro
Completed in 70 milliseconds