MCPcopy Create free account

hub / github.com/RQNG/WouoUI / functions

Functions5,651 in github.com/RQNG/WouoUI

↓ 3 callersFunctionPL1_GetControl
\brief Get the control value. * \return Control value. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1612
↓ 3 callersFunctionRCC_GetSystemClockFreq
* @brief Return SYSTEM clock frequency * @retval SYSTEM clock frequency (in Hz) */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_rcc.c:338
↓ 3 callersFunctionRTC_WriteTimeCounter
* @brief Write the time counter in RTC_CNT registers. * @param hrtc pointer to a RTC_HandleTypeDef structure that contains * th
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c:1620
↓ 3 callersFunctionSDMMC_CmdGoIdleState
* @brief Send the Go Idle State command and check the response. * @param SDIOx: Pointer to SDIO register base * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_sdmmc.c:798
↓ 3 callersFunctionSMARTCARD_WaitOnFlagUntilTimeout
* @brief This function handles SMARTCARD Communication Timeout. It waits * until a flag is no longer in the specified status. * @param h
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_smartcard.c:1926
↓ 3 callersFunctionSPI_EndRxTransaction
* @brief Handle the check of the RX transaction complete. * @param hspi pointer to a SPI_HandleTypeDef structure that contains * t
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_spi.c:3637
↓ 3 callersFunctionSTMFLASH_Write
��ָ����ַ��ʼд��ָ�����ȵ����� WriteAddr:��ʼ��ַ(�˵�ַ����Ϊ2�ı���!!) pBuffer:����ָ�� NumToWrite:����(16λ)��(����Ҫд���16λ���ݵĸ���.)
Third-party-design/platform-test/User/flash.c:137
↓ 3 callersFunctionTIM_OC1_SetConfig
* @brief Timer Output Compare 1 configuration * @param TIMx to select the TIM peripheral * @param OC_Config The output configuration structure
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:6820
↓ 3 callersFunctionTIM_TI1_ConfigInputStage
* @brief Configure the Polarity and Filter for TI1. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity The Input Polarity. *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:7290
↓ 3 callersFunctionTIM_TI1_SetConfig
* @brief Configure the TI1 as Input. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity The Input Polarity. * This
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:7243
↓ 3 callersFunctionUART_EndRxTransfer
* @brief End ongoing Rx transfer on UART peripheral (following error detection or Reception completion). * @param huart UART handle. * @retval N
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c:3320
↓ 3 callersFunctionUART_WaitOnFlagUntilTimeout
* @brief This function handles UART Communication Timeout. It waits * until a flag is no longer in the specified status. * @param huart
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c:3182
↓ 3 callersFunctionUSART_EndRxTransfer
* @brief End ongoing Rx transfer on USART peripheral (following error detection or Reception completion). * @param husart USART handle. * @retva
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c:2366
↓ 3 callersFunctionUSART_TransmitReceive_IT
* @brief Full-Duplex Send receive an amount of data in full-duplex mode (non-blocking). * @param husart Pointer to a USART_HandleTypeDef structure
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c:2632
↓ 3 callersFunctionUSB_DevDisconnect
* @brief USB_DevDisconnect : Disconnect the USB device by disabling Rpu * @param USBx Selected device * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c:1058
↓ 3 callersFunctionUSB_InitFSLSPClkSel
* @brief USB_InitFSLSPClkSel : Initializes the FSLSPClkSel field of the * HCFG register on the PHY type and set the right frame interval
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c:1352
↓ 3 callersFunctionUSB_ReadPacket
* @brief USB_ReadPacket : read a packet from the RX FIFO * @param USBx Selected device * @param dest source pointer * @param len Number o
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c:883
↓ 3 callersFunctionUSB_WritePacket
* @brief USB_WritePacket : Writes a packet into the Tx FIFO associated * with the EP/channel * @param USBx Selected device * @param
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usb.c:855
↓ 3 callersFunctionUTILS_EnablePLLAndSwitchSystem
* @brief Function to enable PLL and switch system clock to PLL * @param SYSCLK_Frequency SYSCLK frequency * @param UTILS_ClkInitStruct pointer
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c:680
↓ 3 callersFunctionUTILS_GetPLLOutputFrequency
@addtogroup UTILS_LL_Private_Functions * @{ */ * @brief Function to check that PLL can be modified * @param PLL_InputFrequency PLL input freq
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_utils.c:538
↓ 3 callersFunction__get_CPSR
\brief Get CPSR Register \return CPSR Register value */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/cmsis_gcc.h:494
↓ 3 callersFunction__set_PSP
\brief Set Process Stack Pointer \details Assigns the given value to the Process Stack Pointer (PSP). \param [in] topOfProcStack Process Sta
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/cmsis_gcc.h:277
↓ 3 callersFunction__set_PSPLIM
\brief Set Process Stack Pointer Limit Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer Limit registe
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/cmsis_gcc.h:637
↓ 3 callersFunctionarm_biquad_cas_df1_32x64_q31
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c:175
↓ 3 callersFunctionarm_biquad_cascade_df1_init_q31
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q31.c:73
↓ 3 callersFunctionarm_biquad_cascade_df1_q31
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/FilteringFunctions/arm_biquad_cascade_df1_q31.c:61
↓ 3 callersFunctionarm_cfft_f32
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_f32.c:562
↓ 3 callersFunctionarm_cfft_radix4_f32
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_f32.c:70
↓ 3 callersFunctionarm_circularWrite_q15
* @brief Q15 Circular write function. */
Third-party-design/platform-test/Drivers/CMSIS/DSP/Include/arm_math.h:5886
↓ 3 callersFunctionarm_circularWrite_q7
* @brief Q7 Circular write function. */
Third-party-design/platform-test/Drivers/CMSIS/DSP/Include/arm_math.h:5986
↓ 3 callersFunctionarm_cmplx_mult_cmplx_f32
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c:72
↓ 3 callersFunctionarm_convolve_HWC_q7_fast
Third-party-design/platform-test/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c:91
↓ 3 callersFunctionarm_min_f32
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/StatisticsFunctions/arm_min_f32.c:58
↓ 3 callersFunctionarm_nn_mat_mult_kernel_q7_q15
Third-party-design/platform-test/Drivers/CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c:51
↓ 3 callersFunctionarm_recip_q15
* @brief Function to Calculates 1/in (reciprocal) value of Q15 Data type. */
Third-party-design/platform-test/Drivers/CMSIS/DSP/Include/arm_math.h:624
↓ 3 callersFunctionarm_scale_f32
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_scale_f32.c:77
↓ 3 callersFunctionarm_shift_q15
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q15.c:54
↓ 3 callersFunctionarm_shift_q31
Third-party-design/platform-test/Drivers/CMSIS/DSP/Source/BasicMathFunctions/arm_shift_q31.c:72
↓ 3 callersFunctionbutton_init
* @brief Initializes the button struct handle. * @param handle: the button handle strcut. * @param pin_level: read the HAL GPIO of the connet b
Third-party-design/platform-test/User/multi_button.c:21
↓ 3 callersFunctionbutton_start
* @brief Start the button work, add the handle into work list. * @param handle: target handle strcut. * @retval 0: succeed. -1: already exist.
Third-party-design/platform-test/User/multi_button.c:162
↓ 3 callersFunctioncheck_box_v_init
��ʾ��ֵ�ij�ʼ��
Third-party-design/platform-test/Gui/gui_main.c:474
↓ 3 callersFunctionconfirm_window_select_button
ȷ�ϵ�����ֵ��ʼ��
Third-party-design/platform-test/Gui/gui_main.c:533
↓ 3 callersFunctiondelay
Third-party-design/PageVersion/ProjectExamples/Stm32/Port_C_SPI_STD/oled_port.c:18
↓ 3 callersFunctioni2c_clear_scl
Third-party-design/platform-test/U8g2/u8x8_byte.c:485
↓ 3 callersFunctioni2c_clear_sda
Third-party-design/platform-test/U8g2/u8x8_byte.c:496
↓ 3 callersFunctionir_sw_get_count
Third-party-design/platform-test/User/ir_sw.c:55
↓ 3 callersFunctionir_sw_set_count
Third-party-design/platform-test/User/ir_sw.c:60
↓ 3 callersFunctionitoa
* @brief 将无符号32位整数转换为字符串 * * @param num 要转换的无符号32位整数 * @return char* 转换后的字符串 */
Third-party-design/PageVersion/Csource/src/oled_ui.c:124
↓ 3 callersFunctionmui_SaveCursorPosition
Save a cursor position for mui_GotoFormAutoCursorPosition command Two such positions is stored. */
Third-party-design/platform-test/U8g2/mui.c:818
↓ 3 callersFunctionmui_SaveForm
Third-party-design/platform-test/U8g2/mui.c:796
↓ 3 callersFunctionmui_fds_get_cmd_size
Third-party-design/platform-test/U8g2/mui.c:276
↓ 3 callersFunctionmui_fds_next_token
The inner token delimiter "|" is fixed. It must be the pipe symbol. */
Third-party-design/platform-test/U8g2/mui.c:194
↓ 3 callersFunctionmui_is_valid_char
Third-party-design/platform-test/U8g2/mui_u8g2.c:1243
↓ 3 callersFunctionmui_u8g2_get_if_flags
Third-party-design/platform-test/U8g2/mui_u8g2.c:298
↓ 3 callersFunctionorderedCpy
Memcopy with strictly ordered memory access, e.g. for register targets. * \param dst Destination data is copied to. * \param src Source data is copied
Third-party-design/platform-test/Drivers/CMSIS/Include/mpu_armv8.h:270
↓ 3 callersFunctionorderedCpy
Memcopy with strictly ordered memory access, e.g. for register targets. * \param dst Destination data is copied to. * \param src Source data is copied
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/mpu_armv8.h:270
↓ 3 callersFunctionpower_monitor_read_value
Third-party-design/platform-test/User/power_monitor.c:8
↓ 3 callersFunctionu8g2_AddPolygonXY
Third-party-design/platform-test/U8g2/u8g2_polygon.c:328
↓ 3 callersFunctionu8g2_ClearBuffer
============================================*/
Third-party-design/platform-test/U8g2/u8g2_buffer.c:40
↓ 3 callersFunctionu8g2_DrawValueMark
Third-party-design/platform-test/U8g2/mui_u8g2.c:202
↓ 3 callersFunctionu8g2_GetGlyphHorizontalProperties
Third-party-design/platform-test/U8g2/u8g2_font.c:1380
↓ 3 callersFunctionu8g2_GetGlyphWidth
side effect: updates u8g2->font_decode and u8g2->glyph_x_offset */
Third-party-design/platform-test/U8g2/u8g2_font.c:908
↓ 3 callersFunctionu8g2_SetBufferCurrTileRow
============================================*/
Third-party-design/platform-test/U8g2/u8g2_buffer.c:100
↓ 3 callersFunctionu8g2_m_16_8_f
Third-party-design/platform-test/U8g2/u8g2_d_memory.c:6
↓ 3 callersFunctionu8g2_send_buffer
Third-party-design/platform-test/U8g2/u8g2_buffer.c:72
↓ 3 callersFunctionu8log_WriteChar
Third-party-design/platform-test/U8g2/u8log.c:199
↓ 3 callersFunctionu8x8_DrawSelectionList
Third-party-design/platform-test/U8g2/u8x8_selection_list.c:77
↓ 3 callersFunctionu8x8_DrawUTF8Line
Draw a string Extend the string to size "w" Center the string within "w" return the size of the string */
Third-party-design/platform-test/U8g2/u8x8_string.c:119
↓ 3 callersFunctionu8x8_cad_EndTransfer
Third-party-design/platform-test/U8g2/u8x8_cad.c:118
↓ 3 callersFunctionu8x8_cad_SendData
Third-party-design/platform-test/U8g2/u8x8_cad.c:108
↓ 3 callersFunctionu8x8_cad_StartTransfer
Third-party-design/platform-test/U8g2/u8x8_cad.c:113
↓ 3 callersFunctionu8x8_draw_button_line
Third-party-design/platform-test/U8g2/u8x8_message.c:38
↓ 3 callersFunctionu8x8_get_glyph_data
Third-party-design/platform-test/U8g2/u8x8_8x8.c:62
↓ 2 callersFunctionARM_MPU_ClrRegionEx
Clear and disable the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be cleared. */
Third-party-design/platform-test/Drivers/CMSIS/Include/mpu_armv8.h:206
↓ 2 callersFunctionARM_MPU_ClrRegionEx
Clear and disable the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be cleared. */
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/mpu_armv8.h:206
↓ 2 callersFunctionARM_MPU_LoadEx
Load the given number of MPU regions from a table to the given MPU. * \param mpu Pointer to the MPU registers to be used. * \param rnr First region nu
Third-party-design/platform-test/Drivers/CMSIS/Include/mpu_armv8.h:285
↓ 2 callersFunctionARM_MPU_LoadEx
Load the given number of MPU regions from a table to the given MPU. * \param mpu Pointer to the MPU registers to be used. * \param rnr First region nu
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/mpu_armv8.h:285
↓ 2 callersFunctionARM_MPU_SetMemAttrEx
Set the memory attribute encoding to the given MPU. * \param mpu Pointer to the MPU to be configured. * \param idx The attribute index to be set [0-7]
Third-party-design/platform-test/Drivers/CMSIS/Include/mpu_armv8.h:169
↓ 2 callersFunctionARM_MPU_SetMemAttrEx
Set the memory attribute encoding to the given MPU. * \param mpu Pointer to the MPU to be configured. * \param idx The attribute index to be set [0-7]
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/mpu_armv8.h:169
↓ 2 callersFunctionARM_MPU_SetRegionEx
Configure the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be configured. * \param rbar Va
Third-party-design/platform-test/Drivers/CMSIS/Include/mpu_armv8.h:236
↓ 2 callersFunctionARM_MPU_SetRegionEx
Configure the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be configured. * \param rbar Va
Third-party-design/platform-test/Drivers/CMSIS/Core/Include/mpu_armv8.h:236
↓ 2 callersFunctionDMA_SetConfig
* @brief Sets the DMA Transfer parameter. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:857
↓ 2 callersFunctionETH_FlushTransmitFIFO
* @brief Clears the ETHERNET transmit FIFO. * @param heth: pointer to a ETH_HandleTypeDef structure that contains * the configuration in
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_eth.c:2238
↓ 2 callersFunctionError_Handler
* @brief This function is executed in case of error occurrence. * @retval None */
Third-party-design/platform-test/Core/Src/main.c:281
↓ 2 callersFunctionFLASH_OB_GetRDP
* @brief Returns the FLASH Read Protection level. * @retval FLASH RDP level * This parameter can be one of the following values: *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:1032
↓ 2 callersFunctionFLASH_OB_RDP_LevelConfig
* @brief Set the read protection level. * @param ReadProtectLevel specifies the read protection level. * This parameter can be one of th
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:884
↓ 2 callersFunctionFSMC_NORSRAM_DeInit
* @brief DeInitialize the FSMC_NORSRAM peripheral * @param Device Pointer to NORSRAM device instance * @param ExDevice Pointer to NORSRAM exten
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:291
↓ 2 callersFunctionFSMC_NORSRAM_Extended_Timing_Init
* @brief Initialize the FSMC_NORSRAM Extended mode Timing according to the specified * parameters in the FSMC_NORSRAM_TimingTypeDef * @pa
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:367
↓ 2 callersFunctionFSMC_NORSRAM_Init
* @brief Initialize the FSMC_NORSRAM device according to the specified * control parameters in the FSMC_NORSRAM_InitTypeDef * @param Dev
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:208
↓ 2 callersFunctionFSMC_NORSRAM_Timing_Init
* @brief Initialize the FSMC_NORSRAM Timing according to the specified * parameters in the FSMC_NORSRAM_TimingTypeDef * @param Device Po
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:328
↓ 2 callersFunctionFSMC_NORSRAM_WriteOperation_Enable
* @brief Enables dynamically FSMC_NORSRAM write operation. * @param Device Pointer to NORSRAM device instance * @param Bank NORSRAM bank number
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_fsmc.c:439
↓ 2 callersFunctionGIC_DistributorInfo
\brief Read the GIC's TYPER register. * \return GICDistributor_Type::TYPER */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1166
↓ 2 callersFunctionGIC_SetBinaryPoint
\brief Configures the group priority and subpriority split point using CPU's BPR register. * \param [in] binary_point Amount of bits used as subpriori
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1366
↓ 2 callersFunctionGIC_SetInterfacePriorityMask
\brief Set the interrupt priority mask using CPU's PMR register. * \param [in] priority Priority mask to be set. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1350
↓ 2 callersFunctionGIC_SetTarget
\brief Sets the GIC's ITARGETSR register for the given interrupt. * \param [in] IRQn Interrupt to be configured. * \param [in] cpu_target CPU interfac
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1183
↓ 2 callersFunctionHAL_ADC_ConvCpltCallback
* @brief Conversion complete callback in non blocking mode * @param hadc: ADC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1909
↓ 2 callersFunctionHAL_DMA_GetState
* @brief Return the DMA handle state. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configuration in
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:819
↓ 2 callersFunctionHAL_FLASHEx_OBErase
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:395
↓ 2 callersFunctionHAL_GPIO_DeInit
* @brief De-initializes the GPIOx peripheral registers to their default reset values. * @param GPIOx: where x can be (A..G depending on device use
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c:351
↓ 2 callersFunctionHAL_GPIO_Init
* @brief Initializes the GPIOx peripheral according to the specified parameters in the GPIO_Init. * @param GPIOx: where x can be (A..G depending o
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c:178
← previousnext →401–500 of 5,651, ranked by callers