Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_d_r_h/
A Dextint.c271 uint32_t config_pos = (4 * (channel % 8)); in extint_chan_set_config() local
285 ~((EIC_CONFIG_SENSE0_Msk | EIC_CONFIG_FILTEN0) << config_pos)) | in extint_chan_set_config()
286 (new_config << config_pos); in extint_chan_set_config()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/extint/extint_sam_l_c/
A Dextint.c299 uint32_t config_pos = (4 * (channel % 8)); in extint_chan_set_config() local
313 ~((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