Searched refs:config_pos (Results 1 – 2 of 2) sorted by relevance
271 uint32_t config_pos = (4 * (channel % 8)); in extint_chan_set_config() local285 ~((EIC_CONFIG_SENSE0_Msk | EIC_CONFIG_FILTEN0) << config_pos)) | in extint_chan_set_config()286 (new_config << config_pos); in extint_chan_set_config()
299 uint32_t config_pos = (4 * (channel % 8)); in extint_chan_set_config() local313 ~((EIC_CONFIG_SENSE0_Msk | EIC_CONFIG_FILTEN0) << config_pos)) | in extint_chan_set_config()314 (new_config << config_pos); in extint_chan_set_config()
Completed in 9 milliseconds