Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 60) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/drivers/
Dfsl_bitaccess.h79 #define BME_BFI8(addr, wdata, bit, width) (*(volatile uint8_t*)((uintptr_t)addr | BME_BFI_MASK(bit,… argument
80 #define BME_BFI16(addr, wdata, bit, width) (*(volatile uint16_t*)((uintptr_t)addr | BME_BFI_MASK(bi… argument
81 #define BME_BFI32(addr, wdata, bit, width) (*(volatile uint32_t*)((uintptr_t)addr | BME_BFI_MASK(bi… argument
84 #define BME_UBFX8(addr, bit, width) (*(volatile uint8_t*)((uintptr_t)addr | BME_UBFX_MASK(bit,width… argument
85 #define BME_UBFX16(addr, bit, width) (*(volatile uint16_t*)((uintptr_t)addr | BME_UBFX_MASK(bit,wid… argument
86 #define BME_UBFX32(addr, bit, width) (*(volatile uint32_t*)((uintptr_t)addr | BME_UBFX_MASK(bit,wid… argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h987 static inline void I3C_MasterEnableDMA(I3C_Type *base, bool enableTx, bool enableRx, uint32_t width) in I3C_MasterEnableDMA()
1001 static inline uint32_t I3C_MasterGetTxFifoAddress(I3C_Type *base, uint32_t width) in I3C_MasterGetTxFifoAddress()
1014 static inline uint32_t I3C_MasterGetRxFifoAddress(I3C_Type *base, uint32_t width) in I3C_MasterGetRxFifoAddress()
1673 static inline void I3C_SlaveEnableDMA(I3C_Type *base, bool enableTx, bool enableRx, uint32_t width) in I3C_SlaveEnableDMA()
1687 static inline uint32_t I3C_SlaveGetTxFifoAddress(I3C_Type *base, uint32_t width) in I3C_SlaveGetTxFifoAddress()
1700 static inline uint32_t I3C_SlaveGetRxFifoAddress(I3C_Type *base, uint32_t width) in I3C_SlaveGetRxFifoAddress()
Dfsl_i3c_edma.c261 uint32_t width; in I3C_MasterRunEDMATransfer() local
913 uint32_t width; in I3C_SlaveTransferEDMA() local
Dfsl_i3c_dma.c307 uint32_t width; in I3C_MasterRunDMATransfer() local
1030 uint32_t width; in I3C_SlaveTransferDMA() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.h77 #define DMA_ALLOCATE_DATA_TRANSFER_BUFFER(name, width) SDK_ALIGN(name, width) argument
96 #define DMA_DESCRIPTOR_END_ADDRESS(start, inc, bytes, width) \ argument
99 #define DMA_CHANNEL_XFER(reload, clrTrig, intA, intB, width, srcInc, dstInc, bytes) \ argument
487 …bool reload, bool clrTrig, bool intA, bool intB, uint8_t width, uint8_t srcInc, uint8_t dstInc, ui… in DMA_SetChannelXferConfig()
Dfsl_dma.c290 uint32_t width = 0, srcInc = 0, dstInc = 0, transferCount = 0; in DMA_SetupDescriptor() local
366 uint32_t width = 0, srcInc = 0, dstInc = 0, transferCount = 0; in DMA_SetupChannelDescriptor() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c344 …LCDIF_Type *base, uint8_t displayIndex, uint16_t topLeftX, uint16_t topLeftY, uint16_t width, uint… in LCDIF_SetFrameBufferPosition()
428 uint16_t width, in LCDIF_SetOverlayLayerPosition()
891 uint16_t width = endX - startX + 1U; in LCDIF_DbiSelectArea() local
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip.c282 uint8 width, in Qspi_Ip_SetBitfield()
316 uint8 width in Qspi_Ip_GetBitfield()
343 uint8 width, in Qspi_Ip_UpdateStatusReg()
384 uint8 width, in Qspi_Ip_CheckStatusReg()
DQspi_Ip_Sfdp.c1241 uint8 width, in Qspi_Ip_SfdpGetBasicParam()
1276 uint8 width, in Qspi_Ip_SfdpGet4BAddParam()
1311 uint8 width, in Qspi_Ip_SfdpGetXspi1Param()
1346 uint8 width, in Qspi_Ip_SfdpGetSRMapParam()
1381 uint8 width, in Qspi_Ip_SfdpGet2DopiParam()
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip.c316 uint8 width, in Qspi_Ip_SetBitfield()
350 uint8 width in Qspi_Ip_GetBitfield()
377 uint8 width, in Qspi_Ip_UpdateStatusReg()
418 uint8 width, in Qspi_Ip_CheckStatusReg()
DQspi_Ip_Sfdp.c1246 uint8 width, in Qspi_Ip_SfdpGetBasicParam()
1281 uint8 width, in Qspi_Ip_SfdpGet4BAddParam()
1316 uint8 width, in Qspi_Ip_SfdpGetXspi1Param()
1351 uint8 width, in Qspi_Ip_SfdpGetSRMapParam()
1386 uint8 width, in Qspi_Ip_SfdpGet2DopiParam()
/hal_nxp-latest/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.h119 uint16_t width; /*!< Pixels of the input frame. */ member
256 uint16_t width; /*!< Pixels of the input frame. */ member
295 uint16_t width; /*!< Pixels of the input frame. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.h54 uint16_t width; /*!< Panel width. */ member
62 uint16_t width; /*!< Width of the panel. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.h58 uint16_t width; /*!< Panel width. */ member
66 uint16_t width; /*!< Width of the panel. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.h60 uint16_t width; /*!< Panel width. */ member
69 uint16_t width; /*!< Width of the panel. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/lcdifv3/
Dfsl_dc_fb_lcdifv3.h53 uint16_t width; /*!< Panel width. */ member
62 uint16_t width; /*!< Width of the panel. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi_dma.c208 uint8_t width = (uint8_t)kFLEXPSI_DMAnSize1Bytes; in FLEXSPI_WriteDataDMA() local
361 uint8_t width = (uint8_t)kFLEXPSI_DMAnSize1Bytes; in FLEXSPI_ReadDataDMA() local
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/
Dfsl_display.h21 uint16_t width; member
77 uint16_t width; member
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa9xxx_parameters.h419 uint8_t width; member
437 uint8_t width; member
476 uint8_t width; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.h338 uint16_t width; /*!< Pixels per line. */ member
751 uint16_t width; /*!< Pixel number each line to copy. */ member
845 uint8_t width; member
2674 static inline void PXP_SetHistogramSize(PXP_Type *base, uint8_t num, uint16_t width, uint16_t heigh… in PXP_SetHistogramSize()
Dfsl_pxp.c651 uint16_t width, in PXP_BuildRect()
1198 uint16_t width, in PXP_StartRectCopy()
/hal_nxp-latest/mcux/mcux-sdk/drivers/epdc/
Dfsl_epdc.h427 uint32_t width : 13; /*!< The width of the new update region in pixels. */ member
481 uint16_t width; /*!< The width of the collision region. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpr/
Dfsl_dpr.h38 uint16_t width; /*!< Frame buffer width, how many pixels per line. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dbi/
Dfsl_dc_fb_dbi.h43 uint16_t width; /*!< Panel width. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/prg/
Dfsl_prg.h40 uint16_t width; /*!< Frame buffer width. */ member

123