| /hal_nxp-latest/mcux/mcux-sdk/devices/MKW40Z4/drivers/ |
| D | fsl_bitaccess.h | 79 #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/ |
| D | fsl_i3c.h | 987 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()
|
| D | fsl_i3c_edma.c | 261 uint32_t width; in I3C_MasterRunEDMATransfer() local 913 uint32_t width; in I3C_SlaveTransferEDMA() local
|
| D | fsl_i3c_dma.c | 307 uint32_t width; in I3C_MasterRunDMATransfer() local 1030 uint32_t width; in I3C_SlaveTransferDMA() local
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/ |
| D | fsl_dma.h | 77 #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()
|
| D | fsl_dma.c | 290 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/ |
| D | fsl_lcdif.c | 344 …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/ |
| D | Qspi_Ip.c | 282 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()
|
| D | Qspi_Ip_Sfdp.c | 1241 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/ |
| D | Qspi_Ip.c | 316 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()
|
| D | Qspi_Ip_Sfdp.c | 1246 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/ |
| D | fsl_csi.h | 119 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/ |
| D | fsl_dc_fb_elcdif.h | 54 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/ |
| D | fsl_dc_fb_lcdif.h | 58 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/ |
| D | fsl_dc_fb_lcdifv2.h | 60 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/ |
| D | fsl_dc_fb_lcdifv3.h | 53 uint16_t width; /*!< Panel width. */ member 62 uint16_t width; /*!< Width of the panel. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/ |
| D | fsl_flexspi_dma.c | 208 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/ |
| D | fsl_display.h | 21 uint16_t width; member 77 uint16_t width; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa9xxx_parameters.h | 419 uint8_t width; member 437 uint8_t width; member 476 uint8_t width; member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/ |
| D | fsl_pxp.h | 338 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()
|
| D | fsl_pxp.c | 651 uint16_t width, in PXP_BuildRect() 1198 uint16_t width, in PXP_StartRectCopy()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/epdc/ |
| D | fsl_epdc.h | 427 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/ |
| D | fsl_dpr.h | 38 uint16_t width; /*!< Frame buffer width, how many pixels per line. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dbi/ |
| D | fsl_dc_fb_dbi.h | 43 uint16_t width; /*!< Panel width. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/prg/ |
| D | fsl_prg.h | 40 uint16_t width; /*!< Frame buffer width. */ member
|