Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_lms_q31.c83 q31_t alpha; /* Intermediate constant for taps update */ in arm_lms_q31() local
Darm_lms_q15.c79 q15_t alpha; /* Intermediate constant for taps update */ in arm_lms_q15() local
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/isi/
Dfsl_isi.h256 uint8_t alpha; /*!< Alpha value. */ member
629 static inline void ISI_SetGlobalAlpha(ISI_Type *base, uint8_t alpha) in ISI_SetGlobalAlpha()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.h275 …uint8_t alpha; /*!< User defined alpha value, only used when @ref alphaMode is @ref kELCDIF_Alp… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c657 uint8_t alpha = (uint8_t)(value >> 24U); in PXP_BuildRect() local
Dfsl_pxp.h468 …uint8_t alpha; /*!< User defined alpha value, only used when @ref alphaMode is @ref kPXP_AlphaO… member
1674 static inline void PXP_SetOverwrittenAlphaValue(PXP_Type *base, uint8_t alpha) in PXP_SetOverwrittenAlphaValue()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h70 #define DPU_MAKE_CONST_COLOR(red, green, blue, alpha) \ argument