/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/fbdev/ |
D | fsl_fbdev.c | 97 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()
|
D | fsl_fbdev.h | 105 bool enabled; /*!< The fbdev is enabled or not by @ref FBDEV_Enable. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/elcdif/ |
D | fsl_dc_fb_elcdif.c | 127 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()
|
D | fsl_dc_fb_elcdif.h | 40 bool enabled; /*!< The layer is enabled. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdif/ |
D | fsl_dc_fb_lcdif.c | 127 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()
|
D | fsl_dc_fb_lcdif.h | 41 bool enabled; /*!< The layer is enabled. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdifv2/ |
D | fsl_dc_fb_lcdifv2.c | 139 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()
|
D | fsl_dc_fb_lcdifv2.h | 45 bool enabled; /*!< The layer is enabled. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/power_manager/core/ |
D | fsl_pm_core.c | 555 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.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa9xxx_parameters.h | 156 uint8_t enabled; member 192 uint8_t enabled; member 214 uint8_t enabled; member
|
/hal_nxp-3.5.0/s32/soc/s32z27/include/ |
D | Clock_Ip_Cfg.h | 71 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Clock in user mode the MCAL_ENABL…
|
D | Stm_Ip_Cfg.h | 94 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Gpt in user mode the MCAL_ENABLE_…
|
D | Siul2_Icu_Ip_Defines.h | 87 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Icu in user mode the MCAL_ENABLE_…
|
D | OsIf_Cfg.h | 85 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running OsIf in user mode, MCAL_ENABLE_US…
|
D | Mru_Ip_Cfg.h | 83 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Mru in user mode the MCAL_ENABLE…
|
/hal_nxp-3.5.0/s32/soc/s32k344/include/ |
D | Power_Ip_Cfg.h | 90 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Power in user mode the MCAL_ENABL…
|
D | Siul2_Icu_Ip_Defines.h | 94 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Icu in user mode the MCAL_ENABLE_…
|
D | Clock_Ip_Cfg.h | 97 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Clock in user mode the MCAL_ENABL…
|
D | Qspi_Ip_Cfg.h | 111 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Fls in user mode the MCAL_ENABLE_…
|
D | OsIf_Cfg.h | 85 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running OsIf in user mode, MCAL_ENABLE_US…
|
D | Gmac_Ip_Cfg.h | 88 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running GMAC in user mode, MCAL_ENABLE_US…
|
D | Siul2_Port_Ip_Defines.h | 93 …#error MCAL_ENABLE_USER_MODE_SUPPORT is not enabled. For running Port in user mode the MCAL_ENABLE…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/ |
D | README.md | 127 …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.5.0/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/ |
D | fsl_dc_fb_dsi_cmd.h | 58 bool enabled; /*!< The layer is enabled. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/ssd1963/ |
D | fsl_dc_fb_ssd1963.h | 58 bool enabled; /*!< The layer is enabled. */ member
|