Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/slcd/
Dfsl_slcd.c154 if (NULL != configure->faultConfig) in SLCD_Init()
157 base->FDCR = LCD_FDCR_FDPRS(configure->faultConfig->faultPrescaler) | in SLCD_Init()
158 LCD_FDCR_FDSWW(configure->faultConfig->width) | in SLCD_Init()
159 LCD_FDCR_FDBPEN(configure->faultConfig->faultDetectBackPlaneEnable ? 1U : 0U) | in SLCD_Init()
160 … LCD_FDCR_FDPINID(configure->faultConfig->faultDetectPinIndex) | LCD_FDCR_FDEN_MASK; in SLCD_Init()
161 if (configure->faultConfig->faultDetectIntEnable) in SLCD_Init()
246 configure->faultConfig = NULL; in SLCD_GetDefaultConfig()
Dfsl_slcd.h280 …slcd_fault_detect_config_t *faultConfig; /*!< Fault frame detection configure. If not requirement,… member