Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 48) sorted by relevance

12

/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/display/fbdev/
Dfsl_fbdev.c97 if (!fbdev->enabled) in FBDEV_Enable()
117 fbdev->enabled = true; in FBDEV_Enable()
131 if (!fbdev->enabled) in FBDEV_Disable()
145 fbdev->enabled = false; in FBDEV_Disable()
163 if (fbdev->enabled) in FBDEV_SetFrameBufferInfo()
Dfsl_fbdev.h105 bool enabled; /*!< The fbdev is enabled or not by @ref FBDEV_Enable. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c127 if (!dcHandle->layers[layer].enabled) in DC_FB_ELCDIF_EnableLayer()
137 dcHandle->layers[layer].enabled = true; in DC_FB_ELCDIF_EnableLayer()
151 if (dcHandle->layers[layer].enabled) in DC_FB_ELCDIF_DisableLayer()
154 dcHandle->layers[layer].enabled = false; in DC_FB_ELCDIF_DisableLayer()
217 if (!dcHandle->layers[layer].enabled) in DC_FB_ELCDIF_SetFrameBuffer()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.c127 if (!dcHandle->layers[layer].enabled) in DC_FB_LCDIF_EnableLayer()
139 dcHandle->layers[layer].enabled = true; in DC_FB_LCDIF_EnableLayer()
152 if (dcHandle->layers[layer].enabled) in DC_FB_LCDIF_DisableLayer()
156 dcHandle->layers[layer].enabled = false; in DC_FB_LCDIF_DisableLayer()
215 if (!dcHandle->layers[layer].enabled) in DC_FB_LCDIF_SetFrameBuffer()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.c139 if (!dcHandle->layers[layer].enabled) in DC_FB_LCDIFV2_EnableLayer()
154 dcHandle->layers[layer].enabled = true; in DC_FB_LCDIFV2_EnableLayer()
166 if (dcHandle->layers[layer].enabled) in DC_FB_LCDIFV2_DisableLayer()
170 dcHandle->layers[layer].enabled = false; in DC_FB_LCDIFV2_DisableLayer()
229 if (dcHandle->layers[layer].enabled) in DC_FB_LCDIFV2_SetFrameBuffer()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c555 ws->enabled = enable; in PM_InitWakeupSource()
588 if (!(ws->enabled)) in PM_EnableWakeupSource()
597 ws->enabled = true; in PM_EnableWakeupSource()
634 if (ws->enabled) in PM_DisableWakeupSource()
642 ws->enabled = false; in PM_DisableWakeupSource()
679 assert(currWakeUpSource->enabled == true); in PM_HandleWakeUpEvent()
717 if (ws->enabled) in PM_TriggerWakeSourceService()
/hal_nxp-3.7.0/s32/
DREADME58 devicetree UART nodes enabled.
60 nodes enabled. Enable SPI slave support bases on CONFIG_SPI_SLAVE.
62 is built when node enabled.
/hal_nxp-3.7.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa9xxx_parameters.h156 uint8_t enabled; member
192 uint8_t enabled; member
214 uint8_t enabled; member
/hal_nxp-3.7.0/mcux/mcux-sdk/CMSIS/DSP/
DREADME.md127 …re other symbols but it is not always easy to know which ones need to be enabled for a given use c…
133 We see that following symbols need to be enabled :
140 In addition to that, ARM_DSP_CONFIG_TABLES must be enabled and finally ARM_FFT_ALLOW_TABLES must al…
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.h937 static inline void FLEXIO_ConfigPinOverride(FLEXIO_Type *base, uint8_t pin, bool enabled) in FLEXIO_ConfigPinOverride() argument
941 FLEXIO_PINOUTE_OUTE((uint32_t)((true == enabled) in FLEXIO_ConfigPinOverride()
/hal_nxp-3.7.0/s32/soc/s32k146/include/
DClock_Ip_Cfg.h71 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Clock in user mode the MCAL_ENABL…
DOsIf_Cfg.h87 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running OsIf in user mode, MCAL_ENABLE_US…
/hal_nxp-3.7.0/s32/soc/s32k344/include/
DPower_Ip_Cfg.h90 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Power in user mode the MCAL_ENABL…
DSiul2_Icu_Ip_Defines.h94 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Icu in user mode the MCAL_ENABLE_…
DClock_Ip_Cfg.h97 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Clock in user mode the MCAL_ENABL…
DQspi_Ip_Cfg.h111 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Fls in user mode the MCAL_ENABLE_…
DOsIf_Cfg.h85 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running OsIf in user mode, MCAL_ENABLE_US…
/hal_nxp-3.7.0/s32/soc/s32z270/include/
DOsIf_Cfg.h87 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running OsIf in user mode, MCAL_ENABLE_US…
DSiul2_Icu_Ip_Defines.h95 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Icu in user mode the MCAL_ENABLE_…
DClock_Ip_Cfg.h93 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Clock in user mode the MCAL_ENABL…
DSpi_Ip_Cfg.h131 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Spi in user mode the MCAL_ENABLE…
DSiul2_Dio_Ip_Cfg.h70 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Dio in user mode the MCAL_ENABLE_…
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h835 bool enabled = base->CR & LPSPI_CR_MEN_MASK; in LPSPI_FlushFifo() local
855 LPSPI_Enable(base, enabled); in LPSPI_FlushFifo()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.h58 bool enabled; /*!< The layer is enabled. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/components/video/display/dc/ssd1963/
Dfsl_dc_fb_ssd1963.h58 bool enabled; /*!< The layer is enabled. */ member

12