67 #define main_audio main 73 #define TIM_MEASURE_BEGIN do { \ 75 time_begin = hTim2.Instance->CNT; \ 78 #define TIM_MEASURE_START time_start = hTim2.Instance->CNT 79 #define TIM_MEASURE_END time_end = hTim2.Instance->CNT; \ 80 time_diff = time_end - time_start 81 #define TIM_MEASURE_TOTAL time_total = time_end - time_begin; time_begin = 0 115 #define NETMASK_ADDR0 255 116 #define NETMASK_ADDR1 255 117 #define NETMASK_ADDR2 255 118 #define NETMASK_ADDR3 0 121 #define GW_ADDR0 IP_ADDR0 122 #define GW_ADDR1 IP_ADDR1 123 #define GW_ADDR2 IP_ADDR2 Header of cmsis_os.c A new set of APIs are added in addition to existing ones, these APIs are specifi...
volatile uint32_t time_total
DSI_HandleTypeDef hdsi_discovery
This file contains definitions for STM32F769I-Discovery LEDs, push-buttons hardware resources...
This file contains the common defines and functions prototypes for the stm32f769i_discovery_sdram.c driver.
This file contains the common defines and functions prototypes for the stm32f769i_discovery_qspi.c driver.
This file contains the common defines and functions prototypes for the stm32469i_discovery_lcd.c driver.
volatile uint32_t time_end
This file contains all the functions prototypes for the HAL module driver.
volatile uint32_t time_start
LTDC_HandleTypeDef hltdc_discovery
DFSDM_Filter_HandleTypeDef hAudioInTopLeftFilter
TIM Time Base Handle Structure definition.
DFSDM_Filter_HandleTypeDef hAudioInTopRightFilter
This file contains the common defines and functions prototypes for the stm32f769i_discovery_ts.c driver.
header file for the usbd_audio.c file.
This file contains the common defines and functions prototypes for the stm32f769i_discovery_audio.c driver.
volatile uint32_t time_diff
SAI_HandleTypeDef haudio_out_sai
Header file for usbd_core.c file.
volatile uint32_t time_begin
SAI_HandleTypeDef haudio_in_sai