Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/Syscalls/
DSEGGER_RTT_Syscalls_SES.c124 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/
Dfwk_lfs_config.h24 #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/
Dfwk_lfs_config.h23 #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/
Dfsl_ov7725.c77 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/
Dmmu_armv8a.c39 #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/
Dfsl_pcm186x.c151 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/
Dfwk_platform_ics.c257 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()
Dfwk_platform_ics.h172 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/
Dcli_utils.c228 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/
Dfsl_debug_console.c65 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/
Dfsl_str.h45 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
Dfsl_str.c789 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/
Dcli_utils.h32 int cli_getopt(int argc, char **argv, const char *fmt);
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.h108 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb);
Dfsl_str.c863 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/
Dfsl_esai.c49 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/
Dfsl_loader_utils.c72 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/
Dtfa2_dev.c8 #define pr_fmt(fmt) "%s(): " fmt, __FUNCTION__ argument