Home
last modified time | relevance | path

Searched refs:format (Results 1 – 10 of 10) sorted by relevance

/hal_infineon-3.6.0/mtb-template-cat1/files/secure/
Dpsoc64_postbuild.py129 print("Executing command: {}".format(' '.join(cmd)))
133 print("{}".format(line.decode('utf-8')), end='')
136 print("Command completed (ret={})".format(ret))
142 print("options: {}".format(options))
154 … print("ERROR: 'ARM Compiler' tools folder not found in path: {}".format(options.toolchain_path))
159 print("ERROR: ELF file not found in path: {}\r\n".format(app_elf_file))
222 print("ERROR: GCC tools folder not found in path: {}".format(options.toolchain_path))
227 print("ERROR: ELF file not found in path: {}\r\n".format(app_elf_file))
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_logging.c30 int whd_buffer_printf(const char *format, ...) in whd_buffer_printf() argument
34 va_start (args, format); in whd_buffer_printf()
37 … (size_t)(LOGGING_BUFFER_SIZE - (logbuf.buffer_write) ) + 1, format, args); in whd_buffer_printf()
48 … (size_t)(LOGGING_BUFFER_SIZE - (logbuf.buffer_write) ) + 1, format, args); in whd_buffer_printf()
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_rtc.c181 pdl->format = (hal->format == CYHAL_RTC_DST_FIXED) ? CY_RTC_DST_FIXED : CY_RTC_DST_RELATIVE; in _cyhal_rtc_initialize_dst()
183 pdl->dayOfMonth = (hal->format == CYHAL_RTC_DST_FIXED) ? hal->dayOfMonth : 1; in _cyhal_rtc_initialize_dst()
184 pdl->weekOfMonth = (hal->format == CYHAL_RTC_DST_FIXED) ? 1 : hal->weekOfMonth + 1; in _cyhal_rtc_initialize_dst()
185 pdl->dayOfWeek = (hal->format == CYHAL_RTC_DST_FIXED) ? 1 : hal->dayOfWeek + 1; in _cyhal_rtc_initialize_dst()
Dcyhal_audio_common.c1643 …pdl_config->tx_config->format = (cy_en_tdm_format_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_TX_STRUCT_TX_CTL_F… in _cyhal_audioss_reconstruct_pdl_config()
1664 …pdl_config->rx_config->format = (cy_en_tdm_format_t)_FLD2VAL(TDM_TDM_STRUCT_TDM_RX_STRUCT_RX_CTL_F… in _cyhal_audioss_reconstruct_pdl_config()
1787 pdl_config->tx_config->format = hal_cfg->is_i2s ? CY_TDM_LEFT_DELAYED : CY_TDM_LEFT; in _cyhal_audioss_populate_pdl_config()
1806 pdl_config->rx_config->format = hal_cfg->is_i2s ? CY_TDM_LEFT_DELAYED : CY_TDM_LEFT; in _cyhal_audioss_populate_pdl_config()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_rtc.h562 cy_en_rtc_dst_format_t format; /**< DST format. See /ref cy_en_rtc_dst_format_t. member
947 #define CY_RTC_IS_DST_FORMAT_VALID(format) (((format) == CY_RTC_DST_RELATIVE) || ((format) ==… argument
Dcy_tdm.h324 …cy_en_tdm_format_t format; /**< TX data format, \ref cy_en_tdm_format_t. */ member
349 …cy_en_tdm_format_t format; /**< RX data format, \ref cy_en_tdm_format_t. */ member
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_tdm.c144 _VAL2FLD(TDM_TDM_STRUCT_TDM_TX_STRUCT_TX_CTL_FORMAT, config->format) | in Cy_AudioTDM_TX_Init()
191 _VAL2FLD(TDM_TDM_STRUCT_TDM_RX_STRUCT_RX_CTL_FORMAT, config->format) | in Cy_AudioTDM_RX_Init()
Dcy_rtc.c955 CY_ASSERT_L3(CY_RTC_IS_DST_FORMAT_VALID(nextDst->format)); in Cy_RTC_SetNextDstTime()
970 if (CY_RTC_DST_FIXED != nextDst->format) in Cy_RTC_SetNextDstTime()
1033 if (CY_RTC_DST_RELATIVE != dstTime->startDst.format) in Cy_RTC_GetDstStatus()
1043 if (CY_RTC_DST_RELATIVE != dstTime->stopDst.format) in Cy_RTC_GetDstStatus()
1077 …uint32_t locDate = (CY_RTC_DST_FIXED != dstTime->startDst.format) ? RelativeToFixed(&dstTime->star… in Cy_RTC_GetDstStatus()
/hal_infineon-3.6.0/mtb-hal-cat1/include/
Dcyhal_rtc.h130 cyhal_rtc_dst_format_t format; /**< DST format. See /ref cyhal_rtc_dst_format_t. member
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_debug.h122 int whd_buffer_printf(const char *format, ...);