| /hal_nxp-latest/mcux/mcux-sdk/components/rtt/Syscalls/ |
| D | SEGGER_RTT_Syscalls_SES.c | 124 int printf(const char *fmt, ...) in printf() argument 129 va_start(args, fmt); in printf() 130 n = SEGGER_RTT_vprintf(0, fmt, &args); in printf() 164 int printf(const char *fmt, ...) in printf() argument 170 va_start(args, fmt); in printf() 175 n = __vfprintf(&iod, fmt, args); in printf() 196 int printf(const char *fmt, ...) in printf() argument 202 va_start(args, fmt); in printf() 203 n = vsnprintf(aBuffer, sizeof(aBuffer), fmt, args); in printf()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/configs/ |
| D | fwk_lfs_config.h | 24 #define LFS_TRACE_(fmt, ...) PRINTF("[LFS_TRACE] " fmt "%s\n", __VA_ARGS__) argument 27 #define LFS_DEBUG_(fmt, ...) PRINTF("[LFS_DEBUG] " fmt "%s\n", __VA_ARGS__) argument 30 #define LFS_WARN_(fmt, ...) PRINTF("[LFS_WARN] " fmt "%s\n", __VA_ARGS__) argument 33 #define LFS_ERROR_(fmt, ...) PRINTF("[LFS_ERROR] " fmt "%s\n", __VA_ARGS__) argument
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/imx_rt/configs/ |
| D | fwk_lfs_config.h | 23 #define LFS_TRACE_(fmt, ...) PRINTF("[LFS_TRACE] " fmt "%s\n", __VA_ARGS__) argument 26 #define LFS_DEBUG_(fmt, ...) PRINTF("[LFS_DEBUG] " fmt "%s\n", __VA_ARGS__) argument 29 #define LFS_WARN_(fmt, ...) PRINTF("[LFS_WARN] " fmt "%s\n", __VA_ARGS__) argument 32 #define LFS_ERROR_(fmt, ...) PRINTF("[LFS_ERROR] " fmt "%s\n", __VA_ARGS__) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/ |
| D | fsl_ov7725.c | 77 video_pixel_format_t fmt; member 182 {.fmt = kVIDEO_PixelFormatYUYV, .com7 = (0)}, 183 {.fmt = kVIDEO_PixelFormatRGB565, .com7 = (1 << 2) | (2)}, 184 {.fmt = kVIDEO_PixelFormatXRGB1555, .com7 = (2 << 2) | (2)}, 185 {.fmt = kVIDEO_PixelFormatXRGB4444, .com7 = (3 << 2) | (2)}}; 340 static status_t OV7725_SetPixelFormat(camera_device_handle_t *handle, video_pixel_format_t fmt) in OV7725_SetPixelFormat() argument 344 if (ov7725PixelFormatConfigs[i].fmt == fmt) in OV7725_SetPixelFormat()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/ |
| D | mmu_armv8a.c | 39 #define __ASSERT(op, fmt, ...) \ argument 68 #define LOG_ERR(fmt, ...) (void)(fmt) argument 85 #define MMU_DEBUG(fmt, ...) PRINTF(fmt, ##__VA_ARGS__) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/pcm186x/ |
| D | fsl_pcm186x.c | 151 uint8_t fmt, wlen; in PCM186x_SetFormat() local 153 fmt = PCM186X_FMT_I2S; in PCM186x_SetFormat() 185 fmt); in PCM186x_SetFormat()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/ |
| D | fwk_platform_ics.c | 257 bool_t PLATFORM_NbuApiReq(uint8_t *api_return, uint16_t api_id, const uint8_t *fmt, uint32_t *tab, … in PLATFORM_NbuApiReq() argument 278 for (uint32_t i = 0U; fmt[i] != 0U; i++) in PLATFORM_NbuApiReq() 280 if ((data_len + (uint16_t)fmt[i]) > NBU_API_MAX_PARAM_LENGTH) in PLATFORM_NbuApiReq() 288 switch (fmt[i]) in PLATFORM_NbuApiReq()
|
| D | fwk_platform_ics.h | 172 bool_t PLATFORM_NbuApiReq(uint8_t *api_return, uint16_t api_id, const uint8_t *fmt, uint32_t *tab, …
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/cli/ |
| D | cli_utils.c | 228 int cli_getopt(int argc, char **argv, const char *fmt) in cli_getopt() argument 247 c = strchr(fmt, (int)opt[1]); in cli_getopt()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/ |
| D | fsl_debug_console.c | 65 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap); 569 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap) in DbgConsole_PrintfFormattedData() argument 606 p = fmt; in DbgConsole_PrintfFormattedData()
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/ |
| D | fsl_str.h | 45 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
|
| D | fsl_str.c | 789 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf() argument 828 p = fmt; in StrFormatPrintf()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/incl/ |
| D | cli_utils.h | 32 int cli_getopt(int argc, char **argv, const char *fmt);
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/str/ |
| D | fsl_str.h | 108 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
|
| D | fsl_str.c | 863 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf() argument 898 p = fmt; in StrFormatPrintf()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/esai/ |
| D | fsl_esai.c | 49 esai_protocol_t fmt, 97 esai_protocol_t fmt, in ESAI_SetCustomerProtocol() argument 101 switch (fmt) in ESAI_SetCustomerProtocol()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/ |
| D | fsl_loader_utils.c | 72 uint32_t fmt; member 1182 if (p_desc->fmt != LOADER_RAW_BINARY_FORMAT) in loader_process_raw_file_monolithic()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_dev.c | 8 #define pr_fmt(fmt) "%s(): " fmt, __FUNCTION__ argument
|