Home
last modified time | relevance | path

Searched refs:wrapper (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/jpegdec/
Dfsl_jpegdec.h32 JPGDECWRP_Type *wrapper; /*!< Pointer to decoder wrapper. */ member
205 base->wrapper->SLOT_REGS[slot].SLOT_IRQ_EN |= mask; in JPEGDEC_EnableInterrupts()
217 base->wrapper->SLOT_REGS[slot].SLOT_IRQ_EN &= ~mask; in JPEGDEC_DisableInterrupts()
234 return base->wrapper->SLOT_REGS[slot].SLOT_STATUS; in JPEGDEC_GetStatusFlags()
246 base->wrapper->SLOT_REGS[slot].SLOT_STATUS = mask; in JPEGDEC_ClearStatusFlags()
264 base->wrapper->GLB_CTRL |= JPGDECWRP_GLB_CTRL_JPG_DEC_EN_MASK; in JPEGDEC_Enable()
269 base->wrapper->GLB_CTRL &= ~JPGDECWRP_GLB_CTRL_JPG_DEC_EN_MASK; in JPEGDEC_Enable()
299 base->wrapper->GLB_CTRL |= JPGDECWRP_GLB_CTRL_SFTRST_MASK; in JPEGDEC_Reset()
314 base->wrapper->GLB_CTRL |= JPGDECWRP_GLB_CTRL_DEC_GO_MASK; in JPEGDEC_StartDecode()
325 …base->wrapper->GLB_CTRL |= (base->wrapper->GLB_CTRL & ~JPGDECWRP_GLB_CTRL_SLOT_EN_MASK) | JPGDECWR… in JPEGDEC_EnableSlots()
[all …]
Dfsl_jpegdec.c157 if ((base->wrapper->COM_STATUS & JPGDECWRP_COM_STATUS_DEC_ONGOING_MASK) != 0U) in JPEGDEC_GetActiveSlot()
159 *slot = (uint8_t)((base->wrapper->COM_STATUS & JPGDECWRP_COM_STATUS_CUR_SLOT_MASK) >> in JPEGDEC_GetActiveSlot()
395 base->wrapper->OUT_BUF_BASE0 = config->outBufAddr0; in JPEGDEC_ConfigDecoder()
396 base->wrapper->OUT_BUF_BASE1 = config->outBufAddr1; in JPEGDEC_ConfigDecoder()
397 base->wrapper->OUT_PITCH = (uint32_t)config->outBufPitch; in JPEGDEC_ConfigDecoder()
398 base->wrapper->STM_BUFBASE = config->jpegBufAddr; in JPEGDEC_ConfigDecoder()
399 base->wrapper->STM_BUFSIZE = config->jpegBufSize; in JPEGDEC_ConfigDecoder()
400 base->wrapper->IMGSIZE = (uint32_t)config->height | ((uint32_t)config->width << 16U); in JPEGDEC_ConfigDecoder()
401 … base->wrapper->STM_CTRL = (config->pixelDepth << JPGDECWRP_STM_CTRL_PIXEL_PRECISION_SHIFT) | in JPEGDEC_ConfigDecoder()
429 base->wrapper->SLOT_REGS[slot].SLOT_NXT_DESCPT_PTR = (uint32_t)descriptor; in JPEGDEC_SetSlotNextDescpt()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt86 - add wrapper for all of disk demos to support emmc.
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py732 print(curses.wrapper(_menuconfig))