/hal_nxp-latest/mcux/mcux-sdk/ |
D | SW-Content-Register.txt | 11 Format: Source 26 Format: source code 37 Format: source code, linker files 47 Format: source code 57 Format: source code 71 Format: source code 85 Format: source code, header files, firmware 98 Format: source code 109 Format: source code 122 Format: source code [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/log/ |
D | fsl_component_log.h | 230 #define _LOG_PRINTF(logger, logLevel, format, ...) … argument 234 …LOG_AsyncPrintf(logger, logLevel, LOG_TIMESTAMP_GET, format, ARRAY_SIZE(argValueList), argValueLis… 248 #define _LOG_PRINTF(logger, logLevel, format, ...) \ argument 251 LOG_Printf(logger, logLevel, LOG_TIMESTAMP_GET, format, __VA_ARGS__); \ 292 * @param format Format control string. 294 #define LOG_FATAL(format, ...) \ argument 295 …_LOG_PRINTF(&s_LogModuleLogger, kLOG_LevelFatal, "%s:%d:" format "\r\n", LOG_FILE_NAME, __LINE__, … 314 * @param format Format control string. 316 #define LOG_ERR(format, ...) \ argument 317 …_LOG_PRINTF(&s_LogModuleLogger, kLOG_LevelError, "%s:%d:" format "\r\n", LOG_FILE_NAME, __LINE__, … [all …]
|
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/ |
D | Netc_EthSwt_Ip_Types.h | 100 …_FDB_KEYE_DATA_ITEMS (3U) /*!< 3 uint32 items of FDB table KEYE DATA Format */ 101 …EARCH_CRITERIA_DATA_ITEMS (8U) /*!< 8 uint32 items of FDB table SEARCH CRITERIA Format */ 103 …LE_CFGEDATA_ITEMS (4U) /*!< 4 uint32 items of CFGE_DATA Format for Tables */ 105 …KEYE_DATA_LEN (53U) /*!< 53 uint32 items of Ingress Port Filter Table KEYE_DATA Format */ 456 * @brief Rate Policer Table FEE_DATA Format 463 * @brief Rate Policer Table CFGE_DATA config bits Format 490 * @brief Ingress Stream Table CFGE_DATA config bits Format 577 * @brief Ingress Stream Filter Table KEYE_DATA config bits Format 584 * @brief Ingress Stream Filter Table CFGE_DATA config bits Format 652 * @brief Stream Gate Instance Table CFGE_DATA config bits Format [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/ |
D | arm_math_types.h | 258 * @brief 8-bit fractional data type in 1.7 format. 263 * @brief 16-bit fractional data type in 1.15 format. 268 * @brief 32-bit fractional data type in 1.31 format. 273 * @brief 64-bit fractional data type in 1.63 format. 292 * @brief 64-bit fractional 128-bit vector data type in 1.63 format 297 * @brief 32-bit fractional 128-bit vector data type in 1.31 format. 302 * @brief 16-bit fractional 128-bit vector data type with 16-bit alignment in 1.15 format. 307 * @brief 8-bit fractional 128-bit vector data type with 8-bit alignment in 1.7 format. 312 * @brief 32-bit fractional 128-bit vector pair data type in 1.31 format. 317 * @brief 32-bit fractional 128-bit vector quadruplet data type in 1.31 format. [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/esai/ |
D | fsl_esai.c | 625 * brief Configures the ESAI Tx audio format. 627 …* The audio format can be changed at run-time. This function configures the sample rate and audio … 628 * format to be transferred. 631 * param format Pointer to ESAI audio data format structure. 635 void ESAI_TxSetFormat(ESAI_Type *base, esai_format_t *format, uint32_t hckClockHz, uint32_t hckSour… in ESAI_TxSetFormat() argument 643 ESAI_AnalysisSlot(format->slotType, &slotLen, &dataLen); in ESAI_TxSetFormat() 644 sck = (uint32_t)format->sampleRate_Hz * slotLen * slotNum; in ESAI_TxSetFormat() 648 base->TCR |= ESAI_TCR_TSWS(format->slotType); in ESAI_TxSetFormat() 672 * brief Configures the ESAI Rx audio format. 674 …* The audio format can be changed at run-time. This function configures the sample rate and audio … [all …]
|
D | fsl_esai.h | 50 kESAI_BusLeftJustified = 0x0U, /*!< Uses left justified format.*/ 51 kESAI_BusRightJustified, /*!< Uses right justified format. */ 52 kESAI_BusI2S, /*!< Uses I2S format. */ 53 kESAI_BusPCMA, /*!< Uses I2S PCM A format.*/ 54 kESAI_BusPCMB, /*!< Uses I2S PCM B format. */ 194 /*! @brief ESAI customer defined audio format */ 203 uint8_t slotNum; /*!< Slot number for the audio format */ 234 /*! @brief esai transfer format */ 238 esai_slot_format_t slotType; /*!< Slot format for audio format */ 633 * @brief Configures the ESAI Tx audio format. [all …]
|
D | fsl_esai_edma.c | 194 * brief Configures the ESAI Tx audio format. 196 …* The audio format can be changed at run-time. This function configures the sample rate and audio … 197 …* format to be transferred. This function also sets the eDMA parameter according to formatting req… 201 * param format Pointer to ESAI audio data format structure. 204 * retval kStatus_Success Audio format set successfully. 208 …ESAI_Type *base, esai_edma_handle_t *handle, esai_format_t *format, uint32_t hckClockHz, uint32_t … in ESAI_TransferTxSetFormatEDMA() argument 210 assert((handle != NULL) && (format != NULL)); in ESAI_TransferTxSetFormatEDMA() 212 /* Configure the audio format to ESAI registers */ in ESAI_TransferTxSetFormatEDMA() 213 ESAI_TxSetFormat(base, format, hckClockHz, hclkSourceClockHz); in ESAI_TransferTxSetFormatEDMA() 215 /* Get the transfer size from format, this should be used in EDMA configuration */ in ESAI_TransferTxSetFormatEDMA() [all …]
|
D | fsl_esai_edma.h | 103 * @brief Configures the ESAI Tx audio format. 105 …* The audio format can be changed at run-time. This function configures the sample rate and audio … 106 …* format to be transferred. This function also sets the eDMA parameter according to formatting req… 110 * @param format Pointer to ESAI audio data format structure. 113 * @retval kStatus_Success Audio format set successfully. 118 esai_format_t *format, 123 * @brief Configures the ESAI Rx audio format. 125 …* The audio format can be changed at run-time. This function configures the sample rate and audio … 126 …* format to be transferred. This function also sets the eDMA parameter according to formatting req… 130 * @param format Pointer to ESAI audio data format structure. [all …]
|
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
D | usb_host_video.h | 156 * Payload Headers of the primary data stream and format */ 279 /*< Number of video payload Format descriptors following for this interface */ 309 /*< Number of video payload Format descriptors following for this interface */ 322 /*! @brief video stream interface Motion-JPEG format descriptor structure */ 325 /*< Total size of the video stream MJPEG format descriptor */ 327 /*< Descriptor type of video stream MJPEG format descriptor */ 329 /*< Subtype of video stream MJPEG format descriptor */ 331 /*< Index of this Format Descriptor */ 333 /*< Number of Frame Descriptors following that correspond to this format */ 335 /*< Specifies characteristics of this format */ [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
D | kconfiglib.py | 83 format. 223 matches the .config format produced by the C implementations down to the 233 that undefined corresponds to n (.config uses Makefile format, making the line 463 Kconfig symbols depend on hardware information stored in some other format). 982 self._unset_match = _re_match(r"# {}([^ ]+) is not set".format( 1151 Loads symbol values from a file in the .config format. Equivalent to 1223 .format(filename) 1226 .format(defconfig, filename) 1230 msg = " configuration '{}'".format(filename) 1290 .format(val, TYPE_TO_STR[sym.orig_type], [all …]
|
D | menuconfig.py | 211 {}: {}""".format(type(e).__name__, e)) 557 # HTML format, #RRGGBB 577 .format(color_def, curses.COLORS - 1)) 940 return "No changes to save (for '{}')".format(_conf_filename) 960 return "Configuration ({}) was not saved".format(_conf_filename) 1585 "{} ({})".format(node.prompt[0], TYPE_TO_STR[sc.orig_type]), 1659 # Use the string representation of tristate values. This makes the format 1861 .format(filename, e.strerror, errno.errorcode[e.errno])) 1882 filename = _input_dialog("Filename to save {} to".format(description), 1913 .format(description, e.filename, e.strerror, [all …]
|
D | guiconfig.py | 226 _root.geometry("+{}+{}".format( 342 var_name = "_{}_img".format(name) 345 globals()[var_name] = PhotoImage(data=data, format="gif") 349 format="gif") 799 s = "*** {} ***".format(node.prompt[0]) 816 s = "<{}>".format(node.item.name) 829 s = "({}) {}".format(sym.str_value, s) 840 s += " ({})".format(sym_node.prompt[0]) 847 s += " ({})".format(sym_node.prompt[0]) 1150 # Use the string representation of tristate values. This makes the format [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_i2c_codec_adapter.c | 25 uint8_t format; member 42 uint8_t format, in SRTM_I2CCodecAdapter_SetParam() argument 46 …G_MESSAGE(SRTM_DEBUG_VERBOSE_INFO, "%s: %d. fmt %d, srate %d\r\n", __func__, index, format, srate); in SRTM_I2CCodecAdapter_SetParam() 49 if (format > (uint8_t)SRTM_Audio_DSD32bits) in SRTM_I2CCodecAdapter_SetParam() 51 … SRTM_DEBUG_MESSAGE(SRTM_DEBUG_VERBOSE_ERROR, "%s: unsupported format %d!\r\n", __func__, format); in SRTM_I2CCodecAdapter_SetParam() 55 if (handle->srate != srate || handle->format != format) in SRTM_I2CCodecAdapter_SetParam() 57 handle->format = format; in SRTM_I2CCodecAdapter_SetParam() 59 if (format >= (uint8_t)SRTM_Audio_DSD8bits) in SRTM_I2CCodecAdapter_SetParam() 70 if ((format >= (uint8_t)SRTM_Audio_DSD8bits) && (format <= (uint8_t)SRTM_Audio_DSD32bits)) in SRTM_I2CCodecAdapter_SetParam() 72 bitWidth = saiFormatMap[format - 45U].bitwidth; in SRTM_I2CCodecAdapter_SetParam() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/ |
D | fsl_flexio_i2s.c | 351 * brief Configures the FlexIO I2S audio format in master mode. 353 …* Audio format can be changed in run-time of FlexIO I2S. This function configures the sample rate … 354 * format to be transferred. 357 * param format Pointer to FlexIO I2S audio data format structure. 360 void FLEXIO_I2S_MasterSetFormat(FLEXIO_I2S_Type *base, flexio_i2s_format_t *format, uint32_t srcClo… in FLEXIO_I2S_MasterSetFormat() argument 362 uint32_t timDiv = srcClock_Hz / (format->sampleRate_Hz * format->bitWidth * 2U); in FLEXIO_I2S_MasterSetFormat() 371 … base->flexioBase->TIMCMP[base->fsTimerIndex] = FLEXIO_TIMCMP_CMP(format->bitWidth * timDiv - 1U); in FLEXIO_I2S_MasterSetFormat() 374 …bclkDiv = ((timDiv / 2U - 1U) | ((format->bitWidth * 2UL - … in FLEXIO_I2S_MasterSetFormat() 379 * brief Configures the FlexIO I2S audio format in slave mode. 381 …* Audio format can be changed in run-time of FlexIO I2S. This function configures the sample rate … [all …]
|
D | fsl_flexio_i2s.h | 94 /*! @brief FlexIO I2S audio format, FlexIO I2S only support the same format in Tx and Rx */ 325 * @brief Configures the FlexIO I2S audio format in master mode. 327 …* Audio format can be changed in run-time of FlexIO I2S. This function configures the sample rate … 328 * format to be transferred. 331 * @param format Pointer to FlexIO I2S audio data format structure. 334 void FLEXIO_I2S_MasterSetFormat(FLEXIO_I2S_Type *base, flexio_i2s_format_t *format, uint32_t srcClo… 337 * @brief Configures the FlexIO I2S audio format in slave mode. 339 …* Audio format can be changed in run-time of FlexIO I2S. This function configures the sample rate … 340 * format to be transferred. 343 * @param format Pointer to FlexIO I2S audio data format structure. [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/wm8904/ |
D | fsl_wm8904.c | 34 * @brief WM8904 update format. 361 /* set audio format */ in WM8904_Init() 382 result = WM8904_CheckAudioFormat(handle, &config->format, sysclk); in WM8904_Init() 397 …WM8904_SetMasterClock(handle, sysclk, (uint32_t)(WM8904_MAP_SAMPLERATE(config->format.sampleRate)), in WM8904_Init() 398 (uint32_t)(WM8904_MAP_BITWIDTH(config->format.bitWidth))); in WM8904_Init() 468 * format.fsRatio = kWM8904_FsRatio64X; 469 * format.sampleRate = kWM8904_SampleRate48kHz; 470 * format.bitWidth = kWM8904_BitWidth16; 480 config->format.sampleRate = kWM8904_SampleRate48kHz; in WM8904_GetDefaultConfig() 481 config->format.bitWidth = kWM8904_BitWidth16; in WM8904_GetDefaultConfig() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix4_q15.c | 70 Hence the output format is different for different FFT sizes. 190 /* Input is in 1.15(q15) format */ in arm_radix4_butterfly_q15() 262 /* writing output(xc', yc') in little endian format */ in arm_radix4_butterfly_q15() 302 /* writing output(xb', yb') in little endian format */ in arm_radix4_butterfly_q15() 321 /* writing output(xd', yd') in little endian format */ in arm_radix4_butterfly_q15() 328 /* data is in 4.11(q11) format */ in arm_radix4_butterfly_q15() 482 /* data is in 10.6(q6) format for the 1024 point */ in arm_radix4_butterfly_q15() 483 /* data is in 8.8(q8) format for the 256 point */ in arm_radix4_butterfly_q15() 484 /* data is in 6.10(q10) format for the 64 point */ in arm_radix4_butterfly_q15() 485 /* data is in 4.12(q12) format for the 16 point */ in arm_radix4_butterfly_q15() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
D | arm_nnfunctions.h | 179 * @param[in] input_dims Input (activation) tensor dimensions. Format: [N, H, W, C_IN] 181 …* @param[in] filter_dims Filter tensor dimensions. Format: [C_OUT, HK, WK, C_IN] where HK … 184 * @param[in] bias_dims Bias tensor dimensions. Format: [C_OUT] 186 * @param[in] output_dims Output tensor dimensions. Format: [N, H, W, C_OUT] 212 * @param[in] input_dims Input (activation) dimensions. Format: [N, H, W, C_IN] 213 …* @param[in] filter_dims Filter dimensions. Format: [C_OUT, HK, WK, C_IN] where HK and WK … 215 * @param[in] output_dims Output tensor dimensions. Format: [N, H, W, C_OUT] 234 * @param[in] input_dims Input (activation) tensor dimensions. Format: [N, H, W, C_IN] 236 …* @param[in] filter_dims Filter tensor dimensions. Format: [C_OUT, HK, WK, C_IN] where HK … 239 * @param[in] bias_dims Bias tensor dimensions. Format: [C_OUT] [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/ |
D | fsl_lcdif.h | 84 /*! @brief LCDIF DPI output format. */ 107 lcdif_output_format_t format; /*!< DPI output format. */ member 110 /*! @brief LCDIF frame buffer pixel format. */ 120 …atARGB8888Tiled = 0x1U << 3U, /*!< ARGB8888, 32-bit each pixel, 8-bit each element in tiled format, 122 …kLCDIF_PixelFormatYUV422Tiled = 0x2U << 3U, /*!< YUV422, in tiled format, not supported in overl… 124 0x3U << 3U, /*!< YUV420, in tiled format, need 2 plane, not supported in overlay layer 1. */ 127 …<< 3U, /*!< RGB888, 24-bit each pixel, 8-bit each element in tiled format, not supported in overla… 129 … 0x9U << 3U, /*!< ARGB8565, 24-bit each pixel in tiled format, not supported in overlay layer 1. */ 164 uint32_t lowValue; /* The low value for the color key range, in 32-bit ARGB8888 format. */ 165 uint32_t highValue; /* The high value for the color key range, in 32-bit ARGB8888 format. */ [all …]
|
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/ |
D | Netc_Eth_Ip_Types.h | 211 … /*!< status field includes RR bit, ERROR field and NUM_MATCHED field in Response Header Format */ 369 * @brief Eth Rate Policer Table FEE_DATA Format 376 * @brief Eth Rate Policer Table CFGE_DATA config bits Format 496 * @brief Ingres Stream Identification (ISI) Table KEYE_DATA bits Format 538 * @brief Stream Gate Instance Table CFGE_DATA config bits Format 556 * @brief Stream Gate Instance Table ICFGE_DATA config bits Format 577 * @brief ICFGE_DATA Gate State data format enum type. 585 * @brief Stream Gate Instance Table SGISE_DATA config bits Format 600 * @brief Stream Gate Control List Table CFGE_DATA config bits Format 647 * @brief Stream Gate Control List Table SGCLSE_DATA format enum type. [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42448/ |
D | fsl_cs42448.c | 98 errorStatus = CS42448_SetProtocol(handle, config->bus, config->format.bitWidth); in CS42448_Init() 103 /* set data format */ in CS42448_Init() 105 …CS42448_ConfigDataFormat(handle, config->format.mclk_HZ, config->format.sampleRate, config->format… in CS42448_Init() 187 uint8_t format = 0U; in CS42448_SetProtocol() local 195 format = 0U; in CS42448_SetProtocol() 206 format = 0x09U; in CS42448_SetProtocol() 217 format = 0x12U; in CS42448_SetProtocol() 221 format = 0x1BU; in CS42448_SetProtocol() 232 format = 0x24U; in CS42448_SetProtocol() 243 format = 0x2DU; in CS42448_SetProtocol() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/components/codec/cs42888/ |
D | fsl_cs42888.c | 101 errorStatus = CS42888_SetProtocol(handle, config->bus, config->format.bitWidth); in CS42888_Init() 106 /* set data format */ in CS42888_Init() 108 …CS42888_ConfigDataFormat(handle, config->format.mclk_HZ, config->format.sampleRate, config->format… in CS42888_Init() 190 uint8_t format = 0U; in CS42888_SetProtocol() local 198 format = 0U; in CS42888_SetProtocol() 209 format = 0x09U; in CS42888_SetProtocol() 220 format = 0x12U; in CS42888_SetProtocol() 224 format = 0x1BU; in CS42888_SetProtocol() 235 format = 0x24U; in CS42888_SetProtocol() 246 format = 0x2DU; in CS42888_SetProtocol() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/ |
D | arm_bilinear_interp_q15.c | 43 * @param[in] X interpolation coordinate in 12.20 format. 44 * @param[in] Y interpolation coordinate in 12.20 format. 60 /* Input is in 12.20 format */ in arm_bilinear_interp_q15() 65 /* Input is in 12.20 format */ in arm_bilinear_interp_q15() 78 /* xfract should be in 12.20 format */ in arm_bilinear_interp_q15() 86 /* yfract should be in 12.20 format */ in arm_bilinear_interp_q15() 93 /* Calculation of x1 * (1-xfract ) * (1-yfract) and acc is in 13.51 format */ in arm_bilinear_interp_q15() 95 /* x1 is in 1.15(q15), xfract in 12.20 format and out is in 13.35 format */ in arm_bilinear_interp_q15() 112 /* acc is in 13.51 format and down shift acc by 36 times */ in arm_bilinear_interp_q15() 113 /* Convert out to 1.15 format */ in arm_bilinear_interp_q15()
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/ostimer/ |
D | fsl_ostimer.h | 116 …* Please note that, the data format is gray-code, if decimal data was desired, please using OSTIME… 119 * @param count OSTIMER timer match value.(Value is gray-code format) 134 …* @param count OSTIMER timer match value.(Value is decimal format, and this value will be transla… 147 * it does not touch any other registers. Note that, the data format is 152 * @param value OSTIMER timer match value (Value is gray-code format). 197 * The raw value of timer count is gray code format. 200 * @return Raw value of OSTIMER, gray code format. 216 * The RAW value of timer count is gray code format, will be translated to decimal data internally. 227 * The Raw value of timer capture is gray code format. 230 * @return Raw value of capture register, data format is gray code. [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/ |
D | fsl_pxp.h | 301 kPXP_OutputProgressive = 0U, /*!< All data written in progressive format to output buffer 0. */ 307 /*! @brief PXP output buffer format. */ 311 …PXP_OutputPixelFormatRGB888 = 0x4, /*!< 32-bit pixels without alpha (unpacked 24-bit format) */ 312 … kPXP_OutputPixelFormatRGB888P = 0x5, /*!< 24-bit pixels without alpha (packed 24-bit format) */ 332 pxp_output_pixel_format_t pixelFormat; /*!< Output buffer pixel format. */ 342 /*! @brief PXP process surface buffer pixel format. */ 348 … alpha surface uses pixel format that has alpha value) or without alpha (unpacked 24-bit format) */ 350 alpha surface uses pixel format that has alpha value) or without alpha. */ 352 alpha surface uses pixel format that has alpha value) or without alpha. */ 354 kPXP_PsPixelFormatRGB888 = 0x4, /*!< 32-bit pixels without alpha (unpacked 24-bit format) */ [all …]
|