Home
last modified time | relevance | path

Searched refs:fltReg (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/drivers/
Dfsl_port.h188 uint32_t fltReg; in PORT_SetFilterSelect() local
191 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() local
214 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() local
236 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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/drivers/
Dfsl_port.h197 uint32_t fltReg; in PORT_SetFilterSelect() local
200 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() local
223 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() local
245 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 …]
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/drivers/
Dfsl_port.h281 uint32_t fltReg; in PORT_SetFilterDIV1WidthThreshold() local
283 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() local
305 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() local
323 fltReg = base->IOFLT0 & ~PORT_IOFLT0_FLTDIV3_MASK; in PORT_SetFilterDIV3WidthThreshold()
324 base->IOFLT0 = fltReg | PORT_IOFLT0_FLTDIV3(threshold); in PORT_SetFilterDIV3WidthThreshold()
Dfsl_port.c99 uint32_t fltReg; in PORT_SetFilterSelect() local
105 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()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/drivers/
Dfsl_port.h281 uint32_t fltReg; in PORT_SetFilterDIV1WidthThreshold() local
283 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() local
305 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() local
323 fltReg = base->IOFLT0 & ~PORT_IOFLT0_FLTDIV3_MASK; in PORT_SetFilterDIV3WidthThreshold()
324 base->IOFLT0 = fltReg | PORT_IOFLT0_FLTDIV3(threshold); in PORT_SetFilterDIV3WidthThreshold()
Dfsl_port.c99 uint32_t fltReg; in PORT_SetFilterSelect() local
104 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()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.c566 uint8_t fltReg; in I2C_MasterInit() local
598 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() local
703 fltReg = base->FLT; in I2C_EnableInterrupts()
706 fltReg &= ~I2C_FLT_STOPF_MASK; in I2C_EnableInterrupts()
[all …]