Home
last modified time | relevance | path

Searched refs:I2C_FLT_STOPF_MASK (Results 1 – 17 of 17) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_i2c.c706 fltReg &= ~I2C_FLT_STOPF_MASK; in I2C_EnableInterrupts()
720 fltReg &= ~(uint8_t)(I2C_FLT_STOPF_MASK | I2C_FLT_STARTF_MASK); in I2C_EnableInterrupts()
749 base->FLT &= ~(I2C_FLT_STOPIE_MASK | I2C_FLT_STOPF_MASK); in I2C_DisableInterrupts()
756 base->FLT &= ~(uint8_t)(I2C_FLT_SSIE_MASK | I2C_FLT_STOPF_MASK | I2C_FLT_STARTF_MASK); in I2C_DisableInterrupts()
979 if (0U != (base->FLT & I2C_FLT_STOPF_MASK)) in I2C_MasterGetStatusFlags()
Dfsl_i2c.h72 …kI2C_StopDetectFlag = I2C_FLT_STOPF_MASK << 8, /*!< I2C stop detect flag. This flag can be cleared…
/hal_nxp-2.7.6/mcux/devices/MKL25Z4/
DMKL25Z4.h1574 #define I2C_FLT_STOPF_MASK (0x40U) macro
1576 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MK22F51212/
DMK22F51212.h6472 #define I2C_FLT_STOPF_MASK (0x40U) macro
6478 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW40Z4/
DMKW40Z4_extension.h7944 …alue) (I2C_RMW_FLT(base, (I2C_FLT_FLT_MASK | I2C_FLT_STARTF_MASK | I2C_FLT_STOPF_MASK), I2C_FLT_FL…
7964 #define I2C_WR_FLT_STARTF(base, value) (I2C_RMW_FLT(base, (I2C_FLT_STARTF_MASK | I2C_FLT_STOPF_MASK
7987 …lue) (I2C_RMW_FLT(base, (I2C_FLT_SSIE_MASK | I2C_FLT_STARTF_MASK | I2C_FLT_STOPF_MASK), I2C_FLT_SS…
8003 #define I2C_RD_FLT_STOPF(base) ((I2C_FLT_REG(base) & I2C_FLT_STOPF_MASK) >> I2C_FLT_STOPF_SHIFT)
8007 #define I2C_WR_FLT_STOPF(base, value) (I2C_RMW_FLT(base, (I2C_FLT_STOPF_MASK | I2C_FLT_STARTF_MASK)…
8049 …lue) (I2C_RMW_FLT(base, (I2C_FLT_SHEN_MASK | I2C_FLT_STARTF_MASK | I2C_FLT_STOPF_MASK), I2C_FLT_SH…
DMKW40Z4.h2855 #define I2C_FLT_STOPF_MASK 0x40u macro
2858 …PF(x) (((uint8_t)(((uint8_t)(x))<<I2C_FLT_STOPF_SHIFT))&I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW31Z4/
DMKW31Z4.h3291 #define I2C_FLT_STOPF_MASK (0x40U) macro
3293 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MK64F12/
DMK64F12.h14736 #define I2C_FLT_STOPF_MASK (0x40U) macro
14742 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW21Z4/
DMKW21Z4.h3220 #define I2C_FLT_STOPF_MASK (0x40U) macro
3222 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW41Z4/
DMKW41Z4.h3291 #define I2C_FLT_STOPF_MASK (0x40U) macro
3293 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW20Z4/
DMKW20Z4.h2855 #define I2C_FLT_STOPF_MASK 0x40u macro
2858 …PF(x) (((uint8_t)(((uint8_t)(x))<<I2C_FLT_STOPF_SHIFT))&I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKW30Z4/
DMKW30Z4.h2855 #define I2C_FLT_STOPF_MASK 0x40u macro
2858 …PF(x) (((uint8_t)(((uint8_t)(x))<<I2C_FLT_STOPF_SHIFT))&I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKV56F24/
DMKV56F24.h13820 #define I2C_FLT_STOPF_MASK (0x40U) macro
13826 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MK80F25615/
DMK80F25615.h12972 #define I2C_FLT_STOPF_MASK (0x40U) macro
12978 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MKV58F24/
DMKV58F24.h15160 #define I2C_FLT_STOPF_MASK (0x40U) macro
15166 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MK82F25615/
DMK82F25615.h12966 #define I2C_FLT_STOPF_MASK (0x40U) macro
12972 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)
/hal_nxp-2.7.6/mcux/devices/MK66F18/
DMK66F18.h13968 #define I2C_FLT_STOPF_MASK (0x40U) macro
13974 …) (((uint8_t)(((uint8_t)(x)) << I2C_FLT_STOPF_SHIFT)) & I2C_FLT_STOPF_MASK)