Searched refs:fltReg (Results 1 – 7 of 7) sorted by relevance
188 uint32_t fltReg; in PORT_SetFilterSelect() local191 fltReg = base->IOFLT & ~((uint32_t)FSL_PORT_FILTER_SELECT_BITMASK << (uint32_t)port); in PORT_SetFilterSelect()193 base->IOFLT = ((uint32_t)filter << (uint32_t)port) | fltReg; in PORT_SetFilterSelect()212 uint32_t fltReg; in PORT_SetFilterDIV1WidthThreshold() local214 fltReg = base->IOFLT & ~PORT_IOFLT_FLTDIV1_MASK; in PORT_SetFilterDIV1WidthThreshold()215 base->IOFLT = fltReg | PORT_IOFLT_FLTDIV1(threshold); in PORT_SetFilterDIV1WidthThreshold()234 uint32_t fltReg; in PORT_SetFilterDIV2WidthThreshold() local236 fltReg = base->IOFLT & ~PORT_IOFLT_FLTDIV2_MASK; in PORT_SetFilterDIV2WidthThreshold()237 base->IOFLT = fltReg | PORT_IOFLT_FLTDIV2(threshold); in PORT_SetFilterDIV2WidthThreshold()252 uint32_t fltReg; in PORT_SetFilterDIV3WidthThreshold() local[all …]
197 uint32_t fltReg; in PORT_SetFilterSelect() local200 fltReg = base->IOFLT & ~((uint32_t)FSL_PORT_FILTER_SELECT_BITMASK << (uint32_t)port); in PORT_SetFilterSelect()202 base->IOFLT = ((uint32_t)filter << (uint32_t)port) | fltReg; in PORT_SetFilterSelect()221 uint32_t fltReg; in PORT_SetFilterDIV1WidthThreshold() local223 fltReg = base->IOFLT & ~PORT_IOFLT_FLTDIV1_MASK; in PORT_SetFilterDIV1WidthThreshold()224 base->IOFLT = fltReg | PORT_IOFLT_FLTDIV1(threshold); in PORT_SetFilterDIV1WidthThreshold()243 uint32_t fltReg; in PORT_SetFilterDIV2WidthThreshold() local245 fltReg = base->IOFLT & ~PORT_IOFLT_FLTDIV2_MASK; in PORT_SetFilterDIV2WidthThreshold()246 base->IOFLT = fltReg | PORT_IOFLT_FLTDIV2(threshold); in PORT_SetFilterDIV2WidthThreshold()261 uint32_t fltReg; in PORT_SetFilterDIV3WidthThreshold() local[all …]
281 uint32_t fltReg; in PORT_SetFilterDIV1WidthThreshold() local283 fltReg = base->IOFLT0 & ~PORT_IOFLT0_FLTDIV1_MASK; in PORT_SetFilterDIV1WidthThreshold()284 base->IOFLT0 = fltReg | PORT_IOFLT0_FLTDIV1(threshold); in PORT_SetFilterDIV1WidthThreshold()303 uint32_t fltReg; in PORT_SetFilterDIV2WidthThreshold() local305 fltReg = base->IOFLT0 & ~PORT_IOFLT0_FLTDIV2_MASK; in PORT_SetFilterDIV2WidthThreshold()306 base->IOFLT0 = fltReg | PORT_IOFLT0_FLTDIV2(threshold); in PORT_SetFilterDIV2WidthThreshold()321 uint32_t fltReg; in PORT_SetFilterDIV3WidthThreshold() local323 fltReg = base->IOFLT0 & ~PORT_IOFLT0_FLTDIV3_MASK; in PORT_SetFilterDIV3WidthThreshold()324 base->IOFLT0 = fltReg | PORT_IOFLT0_FLTDIV3(threshold); in PORT_SetFilterDIV3WidthThreshold()
99 uint32_t fltReg; in PORT_SetFilterSelect() local105 fltReg = base->IOFLT0 & ~((uint32_t)FSL_PORT_FILTER_SELECT_BITMASK << (uint32_t)port); in PORT_SetFilterSelect()107 base->IOFLT0 = ((uint32_t)filter << (uint32_t)port) | fltReg; in PORT_SetFilterSelect()113 fltReg = base->IOFLT1 & ~((uint32_t)FSL_PORT_FILTER_SELECT_BITMASK << (uint32_t)temp); in PORT_SetFilterSelect()115 base->IOFLT1 = ((uint32_t)filter << temp) | fltReg; in PORT_SetFilterSelect()
99 uint32_t fltReg; in PORT_SetFilterSelect() local104 fltReg = base->IOFLT0 & ~((uint32_t)FSL_PORT_FILTER_SELECT_BITMASK << (uint32_t)port); in PORT_SetFilterSelect()106 base->IOFLT0 = ((uint32_t)filter << (uint32_t)port) | fltReg; in PORT_SetFilterSelect()114 fltReg = base->IOFLT1 & ~((uint32_t)FSL_PORT_FILTER_SELECT_BITMASK << port_unsigned); in PORT_SetFilterSelect()116 base->IOFLT1 = ((uint32_t)filter << port_unsigned) | fltReg; in PORT_SetFilterSelect()
566 uint8_t fltReg; in I2C_MasterInit() local598 fltReg = base->FLT; in I2C_MasterInit()602 fltReg &= ~(uint8_t)(I2C_FLT_SHEN_MASK); in I2C_MasterInit()603 fltReg |= I2C_FLT_SHEN(masterConfig->enableStopHold); in I2C_MasterInit()607 fltReg &= ~(uint8_t)(I2C_FLT_FLT_MASK); in I2C_MasterInit()608 fltReg |= I2C_FLT_FLT(masterConfig->glitchFilterWidth); in I2C_MasterInit()611 base->FLT = fltReg; in I2C_MasterInit()692 uint8_t fltReg; in I2C_EnableInterrupts() local703 fltReg = base->FLT; in I2C_EnableInterrupts()706 fltReg &= ~I2C_FLT_STOPF_MASK; in I2C_EnableInterrupts()[all …]