Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 14 of 14) sorted by relevance

/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/rtt/Syscalls/
DSEGGER_RTT_Syscalls_SES.c124 int printf(const char *fmt, ...) in printf()
164 int printf(const char *fmt, ...) in printf()
196 int printf(const char *fmt, ...) in printf()
/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/video/camera/device/ov7725/
Dfsl_ov7725.c77 video_pixel_format_t fmt; member
340 static status_t OV7725_SetPixelFormat(camera_device_handle_t *handle, video_pixel_format_t fmt) in OV7725_SetPixelFormat()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/pcm186x/
Dfsl_pcm186x.c151 uint8_t fmt, wlen; in PCM186x_SetFormat() local
/hal_nxp-latest/mcux/middleware/wifi_nxp/cli/
Dcli_utils.c228 int cli_getopt(int argc, char **argv, const char *fmt) in cli_getopt()
/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()
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c569 static int DbgConsole_PrintfFormattedData(PUTCHAR_FUNC func_ptr, const char *fmt, va_list ap) in DbgConsole_PrintfFormattedData()
/hal_nxp-latest/mcux/mcux-sdk/drivers/esai/
Dfsl_esai.c97 esai_protocol_t fmt, in ESAI_SetCustomerProtocol()
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/
Dfsl_loader_utils.c72 uint32_t fmt; member
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/str/
Dfsl_str.c789 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf()
/hal_nxp-latest/mcux/mcux-sdk/utilities/str/
Dfsl_str.c863 int StrFormatPrintf(const char *fmt, va_list ap, char *buf, printfCb cb) in StrFormatPrintf()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c8 #define pr_fmt(fmt) "%s(): " fmt, __FUNCTION__ argument