Searched refs:GENCS (Results 1 – 12 of 12) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_tsi_v4.h | 349 return (base->GENCS & ((uint32_t)kTSI_EndOfScanFlag | (uint32_t)kTSI_OutOfRangeFlag)); in TSI_GetStatusFlags() 371 return (base->GENCS & TSI_GENCS_STM_MASK); in TSI_GetScanTriggerMode() 383 return (bool)(base->GENCS & TSI_GENCS_SCNIP_MASK); in TSI_IsScanInProgress() 395 base->GENCS = (base->GENCS & ~(TSI_GENCS_PS_MASK | ALL_FLAGS_MASK)) | (TSI_GENCS_PS(prescaler)); in TSI_SetElectrodeOSCPrescaler() 407 … base->GENCS = (base->GENCS & ~(TSI_GENCS_NSCN_MASK | ALL_FLAGS_MASK)) | (TSI_GENCS_NSCN(number)); in TSI_SetNumberOfScans() 423 base->GENCS = (base->GENCS & ~ALL_FLAGS_MASK) | TSI_GENCS_TSIEN_MASK; /* Enable module */ in TSI_EnableModule() 427 … base->GENCS = (base->GENCS & ~ALL_FLAGS_MASK) & (~TSI_GENCS_TSIEN_MASK); /* Disable module */ in TSI_EnableModule() 445 base->GENCS = in TSI_EnableLowPower() 446 …(base->GENCS & ~ALL_FLAGS_MASK) | TSI_GENCS_STPE_MASK; /* Module enabled in low power stop modes */ in TSI_EnableLowPower() 450 base->GENCS = in TSI_EnableLowPower() [all …]
|
D | fsl_tsi_v4.c | 35 if ((bool)(base->GENCS & TSI_GENCS_TSIEN_MASK)) in TSI_Init() 40 if ((bool)(base->GENCS & TSI_GENCS_TSIIEN_MASK)) in TSI_Init() 90 base->GENCS = 0U; in TSI_Deinit() 186 if ((bool)(base->GENCS & TSI_GENCS_TSIIEN_MASK)) in TSI_Calibrate() 218 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_EnableInterrupts() 233 base->GENCS = regValue; /* write value to register */ in TSI_EnableInterrupts() 247 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_DisableInterrupts() 262 base->GENCS = regValue; /* write value to register */ in TSI_DisableInterrupts() 276 uint32_t regValue = base->GENCS & (~ALL_FLAGS_MASK); in TSI_ClearStatusFlags() 287 base->GENCS = regValue; /* write value to register */ in TSI_ClearStatusFlags()
|
/hal_nxp-2.7.6/mcux/devices/MKL25Z4/ |
D | MKL25Z4.h | 4345 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|
/hal_nxp-2.7.6/mcux/devices/MKW40Z4/ |
D | MKW40Z4.h | 8871 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member 8887 #define TSI_GENCS_REG(base) ((base)->GENCS)
|
/hal_nxp-2.7.6/mcux/devices/MKW20Z4/ |
D | MKW20Z4.h | 8871 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member 8887 #define TSI_GENCS_REG(base) ((base)->GENCS)
|
/hal_nxp-2.7.6/mcux/devices/MKW30Z4/ |
D | MKW30Z4.h | 8871 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member 8887 #define TSI_GENCS_REG(base) ((base)->GENCS)
|
/hal_nxp-2.7.6/mcux/devices/MKW31Z4/ |
D | MKW31Z4.h | 7759 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|
/hal_nxp-2.7.6/mcux/devices/MKW21Z4/ |
D | MKW21Z4.h | 7688 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|
/hal_nxp-2.7.6/mcux/devices/MKW41Z4/ |
D | MKW41Z4.h | 7759 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|
/hal_nxp-2.7.6/mcux/devices/MK80F25615/ |
D | MK80F25615.h | 24792 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|
/hal_nxp-2.7.6/mcux/devices/MK82F25615/ |
D | MK82F25615.h | 25772 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|
/hal_nxp-2.7.6/mcux/devices/MK66F18/ |
D | MK66F18.h | 24283 …__IO uint32_t GENCS; /**< TSI General Control and Status Register, off… member
|