MCPcopy Create free account

hub / github.com/RQNG/WouoUI / functions

Functions5,651 in github.com/RQNG/WouoUI

↓ 1 callersFunctionLL_SPI_ClearFlag_FRE
* @brief Clear frame format error flag * @note Clearing this flag is done by reading SPIx_SR register * @rmtoll SR FRE LL_S
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:815
↓ 1 callersFunctionLL_SPI_ClearFlag_OVR
* @brief Clear overrun error flag * @note Clearing this flag is done by a read access to the SPIx_DR * register followed by a read acce
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:799
↓ 1 callersFunctionLL_SPI_DeInit
* @brief De-initialize the SPI registers to their default reset values. * @param SPIx SPI Instance * @retval An ErrorStatus enumeration value:
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c:122
↓ 1 callersFunctionLL_SPI_DisableDMAReq_RX
* @brief Disable DMA Rx * @rmtoll CR2 RXDMAEN LL_SPI_DisableDMAReq_RX * @param SPIx SPI Instance * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:956
↓ 1 callersFunctionLL_SPI_DisableDMAReq_TX
* @brief Disable DMA Tx * @rmtoll CR2 TXDMAEN LL_SPI_DisableDMAReq_TX * @param SPIx SPI Instance * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:989
↓ 1 callersFunctionLL_SPI_DisableIT_ERR
* @brief Disable error interrupt * @note This bit controls the generation of an interrupt when an error condition occurs (CRCERR, OVR, MODF in SP
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:871
↓ 1 callersFunctionLL_SPI_DisableIT_RXNE
* @brief Disable Rx buffer not empty interrupt * @rmtoll CR2 RXNEIE LL_SPI_DisableIT_RXNE * @param SPIx SPI Instance * @retval
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:882
↓ 1 callersFunctionLL_SPI_DisableIT_TXE
* @brief Disable Tx buffer empty interrupt * @rmtoll CR2 TXEIE LL_SPI_DisableIT_TXE * @param SPIx SPI Instance * @retval None
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:893
↓ 1 callersFunctionLL_SPI_Enable
* @brief Enable SPI peripheral * @rmtoll CR1 SPE LL_SPI_Enable * @param SPIx SPI Instance * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:289
↓ 1 callersFunctionLL_SPI_EnableDMAReq_RX
* @brief Enable DMA Rx * @rmtoll CR2 RXDMAEN LL_SPI_EnableDMAReq_RX * @param SPIx SPI Instance * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:945
↓ 1 callersFunctionLL_SPI_EnableDMAReq_TX
* @brief Enable DMA Tx * @rmtoll CR2 TXDMAEN LL_SPI_EnableDMAReq_TX * @param SPIx SPI Instance * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:978
↓ 1 callersFunctionLL_SPI_EnableIT_ERR
* @brief Enable error interrupt * @note This bit controls the generation of an interrupt when an error condition occurs (CRCERR, OVR, MODF in SPI
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:837
↓ 1 callersFunctionLL_SPI_EnableIT_RXNE
* @brief Enable Rx buffer not empty interrupt * @rmtoll CR2 RXNEIE LL_SPI_EnableIT_RXNE * @param SPIx SPI Instance * @retval N
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:848
↓ 1 callersFunctionLL_SPI_EnableIT_TXE
* @brief Enable Tx buffer empty interrupt * @rmtoll CR2 TXEIE LL_SPI_EnableIT_TXE * @param SPIx SPI Instance * @retval None
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:859
↓ 1 callersFunctionLL_SPI_IsActiveFlag_BSY
* @brief Get busy flag * @note The BSY flag is cleared under any one of the following conditions: * -When the SPI is correctly disabled * -Wh
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:758
↓ 1 callersFunctionLL_SPI_IsActiveFlag_OVR
* @brief Get overrun error flag * @rmtoll SR OVR LL_SPI_IsActiveFlag_OVR * @param SPIx SPI Instance * @retval State of bit
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:740
↓ 1 callersFunctionLL_SPI_IsActiveFlag_RXNE
* @brief Check if Rx buffer is not empty * @rmtoll SR RXNE LL_SPI_IsActiveFlag_RXNE * @param SPIx SPI Instance * @retval St
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:696
↓ 1 callersFunctionLL_SPI_IsEnabled
* @brief Check if SPI peripheral is enabled * @rmtoll CR1 SPE LL_SPI_IsEnabled * @param SPIx SPI Instance * @retval State o
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:312
↓ 1 callersFunctionLL_SPI_IsEnabledDMAReq_RX
* @brief Check if DMA Rx is enabled * @rmtoll CR2 RXDMAEN LL_SPI_IsEnabledDMAReq_RX * @param SPIx SPI Instance * @retval State
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:967
↓ 1 callersFunctionLL_SPI_IsEnabledDMAReq_TX
* @brief Check if DMA Tx is enabled * @rmtoll CR2 TXDMAEN LL_SPI_IsEnabledDMAReq_TX * @param SPIx SPI Instance * @retval State
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:1000
↓ 1 callersFunctionLL_SPI_IsEnabledIT_ERR
* @brief Check if error interrupt is enabled * @rmtoll CR2 ERRIE LL_SPI_IsEnabledIT_ERR * @param SPIx SPI Instance * @retval
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:904
↓ 1 callersFunctionLL_SPI_IsEnabledIT_RXNE
* @brief Check if Rx buffer not empty interrupt is enabled * @rmtoll CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE * @param SPIx SPI Instan
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:915
↓ 1 callersFunctionLL_SPI_IsEnabledIT_TXE
* @brief Check if Tx buffer empty interrupt * @rmtoll CR2 TXEIE LL_SPI_IsEnabledIT_TXE * @param SPIx SPI Instance * @retval S
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:926
↓ 1 callersFunctionLL_SPI_ReceiveData16
* @brief Read 16-Bits in the data register * @rmtoll DR DR LL_SPI_ReceiveData16 * @param SPIx SPI Instance * @retval RxDa
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:1041
↓ 1 callersFunctionLL_SPI_SetCRCPolynomial
* @brief Set polynomial for CRC calculation * @rmtoll CRCPR CRCPOLY LL_SPI_SetCRCPolynomial * @param SPIx SPI Instance * @param
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:601
↓ 1 callersFunctionLL_SPI_TransmitData16
* @brief Write 16-Bits in the data register * @rmtoll DR DR LL_SPI_TransmitData16 * @param SPIx SPI Instance * @param Tx
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_spi.h:1070
↓ 1 callersFunctionLL_TIM_GenerateEvent_UPDATE
@defgroup TIM_LL_EF_EVENT_Management EVENT-Management * @{ */ * @brief Generate an update event. * @rmtoll EGR UG LL_TIM_Ge
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:3763
↓ 1 callersFunctionLL_TIM_OC_SetCompareCH1
* @brief Set compare value for output channel 1 (TIMx_CCR1). * @note Macro IS_TIM_CC1_INSTANCE(TIMx) can be used to check whether or not *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:2036
↓ 1 callersFunctionLL_TIM_OC_SetCompareCH3
* @brief Set compare value for output channel 3 (TIMx_CCR3). * @note Macro IS_TIM_CC3_INSTANCE(TIMx) can be used to check whether or not *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:2064
↓ 1 callersFunctionLL_TIM_OC_SetCompareCH4
* @brief Set compare value for output channel 4 (TIMx_CCR4). * @note Macro IS_TIM_CC4_INSTANCE(TIMx) can be used to check whether or not *
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:2078
↓ 1 callersFunctionLL_TIM_SetAutoReload
* @brief Set the auto-reload value. * @note The counter is blocked while the auto-reload value is null. * @note Helper macro @ref __LL_TIM_CALC_A
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:1370
↓ 1 callersFunctionLL_TIM_SetEncoderMode
* @brief Set the encoder interface mode. * @note Macro IS_TIM_ENCODER_INTERFACE_INSTANCE(TIMx) can be used to check * whether or not a time
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:2589
↓ 1 callersFunctionLL_TIM_SetPrescaler
* @brief Set the prescaler value. * @note The counter clock frequency CK_CNT is equal to fCK_PSC / (PSC[15:0] + 1). * @note The prescaler can be
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:1345
↓ 1 callersFunctionLL_TIM_SetRepetitionCounter
* @brief Set the repetition counter value. * @note Macro IS_TIM_REPETITION_COUNTER_INSTANCE(TIMx) can be used to check * whether or not a t
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_tim.h:1395
↓ 1 callersFunctionLL_USART_ClearFlag_TC
* @brief Clear Transmission Complete Flag * @rmtoll SR TC LL_USART_ClearFlag_TC * @param USARTx USART Instance * @retval
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h:2016
↓ 1 callersFunctionLL_USART_DisableSCLKOutput
* @brief Disable Clock output on SCLK pin * @note Macro @ref IS_USART_INSTANCE(USARTx) can be used to check whether or not * Synchronou
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h:780
↓ 1 callersFunctionLL_USART_IsActiveFlag_RXNE
* @brief Check if the USART Read Data Register Not Empty Flag is set or not * @rmtoll SR RXNE LL_USART_IsActiveFlag_RXNE * @pa
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h:1840
↓ 1 callersFunctionLL_USART_ReceiveData8
* @brief Read Receiver Data register (Receive Data value, 8 bits) * @rmtoll DR DR LL_USART_ReceiveData8 * @param USARTx USA
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h:2451
↓ 1 callersFunctionLL_USART_SetHWFlowCtrl
* @brief Configure HW Flow Control mode (both CTS and RTS) * @note Macro @ref IS_UART_HWFLOW_INSTANCE(USARTx) can be used to check whether or not
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h:953
↓ 1 callersFunctionLL_USART_SetStopBitsLength
* @brief Set the length of the stop bits * @rmtoll CR2 STOP LL_USART_SetStopBitsLength * @param USARTx USART Instance * @par
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_usart.h:809
↓ 1 callersFunctionMMC_DMARxAbort
* @brief DMA MMC Rx Abort callback * @param hdma: DMA handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2643
↓ 1 callersFunctionMMC_DMATxAbort
* @brief DMA MMC Tx Abort callback * @param hdma: DMA handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2598
↓ 1 callersFunctionMMC_InitCard
* @brief Initializes the mmc card. * @param hmmc: Pointer to MMC handle * @retval MMC Card error state */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2688
↓ 1 callersFunctionMMC_PowerOFF
* @brief Turns the SDIO output signals off. * @param hmmc: Pointer to MMC handle * @retval None */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2847
↓ 1 callersFunctionMMC_PowerON
* @brief Enquires cards about their operating voltage and configures clock * controls and stores MMC information that will be needed in fut
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2795
↓ 1 callersFunctionMMC_PwrClassUpdate
* @brief Update the power class of the device. * @param hmmc MMC handle * @param Wide Wide of MMC bus * @param Speed Speed of the MMC bus
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:3054
↓ 1 callersFunctionMMC_Read_IT
* @brief Wrap up reading in non-blocking mode. * @param hmmc: pointer to a MMC_HandleTypeDef structure that contains * the configur
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2975
↓ 1 callersFunctionMMC_SendStatus
* @brief Returns the current card's status. * @param hmmc: Pointer to MMC handle * @param pCardStatus: pointer to the buffer that will contain
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:2860
↓ 1 callersFunctionMMC_Write_IT
* @brief Wrap up writing in non-blocking mode. * @param hmmc: pointer to a MMC_HandleTypeDef structure that contains * the configur
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_mmc.c:3014
↓ 1 callersFunctionMMU_APSection
\brief Set section access privileges \param [out] descriptor_l1 L1 descriptor. \param [in] user User Level Access: NO_ACCESS,
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2065
↓ 1 callersFunctionMMU_DomainSection
\brief Set section domain \param [out] descriptor_l1 L1 descriptor. \param [in] domain Section domain \return 0 */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2035
↓ 1 callersFunctionMMU_GlobalSection
\brief Set section Global attribute \param [out] descriptor_l1 L1 descriptor. \param [in] g_bit Section attribute: GLOBAL, NON_
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2113
↓ 1 callersFunctionMMU_PSection
\brief Set section parity check \param [out] descriptor_l1 L1 descriptor. \param [in] p_bit Parity check: ECC_DISABLED, ECC_ENA
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2049
↓ 1 callersFunctionMMU_SecureSection
\brief Set section Security attribute \param [out] descriptor_l1 L1 descriptor. \param [in] s_bit Section Security attribute: S
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2127
↓ 1 callersFunctionMMU_SharedSection
\brief Set section shareability \param [out] descriptor_l1 L1 descriptor. \param [in] s_bit Section shareability: NON_SHARED, S
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2099
↓ 1 callersFunctionMMU_XNSection
\brief Set section execution-never attribute \param [out] descriptor_l1 L1 descriptor. \param [in] xn Section execution-neve
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:2021
↓ 1 callersFunctionMX_ADC1_Init
ADC1 init function */
Third-party-design/platform-test/Core/Src/adc.c:28
↓ 1 callersFunctionMX_DMA_Init
* Enable DMA controller clock */
Third-party-design/platform-test/Core/Src/dma.c:39
↓ 1 callersFunctionMX_GPIO_Init
Configure pins as * Analog * Input * Output * EVENT_OUT * EXTI */
Third-party-design/platform-test/Core/Src/gpio.c:42
↓ 1 callersFunctionMX_SPI1_Init
SPI1 init function */
Third-party-design/platform-test/Core/Src/spi.c:28
↓ 1 callersFunctionMX_TIM3_Init
TIM3 init function */
Third-party-design/platform-test/Core/Src/tim.c:28
↓ 1 callersFunctionMX_TIM4_Init
TIM4 init function */
Third-party-design/platform-test/Core/Src/tim.c:83
↓ 1 callersFunctionMX_USART1_UART_Init
Third-party-design/platform-test/Core/Src/usart.c:29
↓ 1 callersFunctionMX_USART2_UART_Init
Third-party-design/platform-test/Core/Src/usart.c:78
↓ 1 callersFunctionMX_USART3_UART_Init
Third-party-design/platform-test/Core/Src/usart.c:127
↓ 1 callersFunctionNVIC_DecodePriority
\brief Decode Priority \details Decodes an interrupt priority value with a given priority group to preemptive priority value and subpri
Third-party-design/platform-test/Drivers/CMSIS/Include/core_cm1.h:833
↓ 1 callersFunctionOC1Config
@addtogroup TIM_LL_Private_Functions TIM Private Functions * @brief Private functions * @{ */ * @brief Configure the TIMx output channel 1.
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c:758
↓ 1 callersFunctionOC2Config
* @brief Configure the TIMx output channel 2. * @param TIMx Timer Instance * @param TIM_OCInitStruct pointer to the the TIMx output channel 2 c
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c:837
↓ 1 callersFunctionOC3Config
* @brief Configure the TIMx output channel 3. * @param TIMx Timer Instance * @param TIM_OCInitStruct pointer to the the TIMx output channel 3 c
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c:916
↓ 1 callersFunctionOC4Config
* @brief Configure the TIMx output channel 4. * @param TIMx Timer Instance * @param TIM_OCInitStruct pointer to the the TIMx output channel 4 c
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c:995
↓ 1 callersFunctionOLED_DC_Clr
Third-party-design/PageVersion/ProjectExamples/Stm32/Port_C_SPI_STD/oled_port.c:36
↓ 1 callersFunctionOLED_DigitalCreateText
创建过度动画使用的string
Third-party-design/PageVersion/Csource/src/oled_ui.c:998
↓ 1 callersFunctionOLED_ListPageAnimInit
Third-party-design/PageVersion/Csource/src/oled_ui.c:495
↓ 1 callersFunctionOLED_ListPageShow
Third-party-design/PageVersion/Csource/src/oled_ui.c:508
↓ 1 callersFunctionOLED_RES_Clr
Third-party-design/PageVersion/ProjectExamples/Stm32/Port_C_SPI_STD/oled_port.c:32
↓ 1 callersFunctionOLED_RES_Clr
Third-party-design/PageVersion/ProjectExamples/Air001/Port_C_SPI/oled_port.c:29
↓ 1 callersFunctionOLED_RES_Set
Third-party-design/PageVersion/ProjectExamples/Stm32/Port_C_SPI_STD/oled_port.c:24
↓ 1 callersFunctionOLED_RES_Set
Third-party-design/PageVersion/ProjectExamples/Air001/Port_C_SPI/oled_port.c:21
↓ 1 callersFunctionOLED_SPIRstDCPinInit
Third-party-design/PageVersion/ProjectExamples/Stm32/Port_C_SPI_STD/oled_port.c:42
↓ 1 callersFunctionOLED_SPIRstDCPinInit
Third-party-design/PageVersion/ProjectExamples/Air001/Port_C_SPI/oled_port.c:39
↓ 1 callersFunctionOLED_SendBuff
Third-party-design/PageVersion/ProjectExamples/Air001/Port_C_SPI/oled_port.c:133
↓ 1 callersFunctionOLED_UIChangeCurrentPage
* @brief 改变当前页面(不会关联上下级页面关系,只是单纯将当前页面更改为这个页面) * * @param terminate_page The address of the page to change to. */
Third-party-design/PageVersion/Csource/src/oled_ui.c:1564
↓ 1 callersFunctionOLED_UILayerInProc
Third-party-design/PageVersion/Csource/src/oled_ui.c:1474
↓ 1 callersFunctionOLED_UIPageProc
Third-party-design/PageVersion/Csource/src/oled_ui.c:1484
↓ 1 callersFunctionOLED_UIParaInit
-------UI相关函数
Third-party-design/PageVersion/Csource/src/oled_ui.c:1429
↓ 1 callersFunctionOLED_WavePageInit
Third-party-design/PageVersion/Csource/src/oled_ui.c:783
↓ 1 callersFunctionOLED_WinDrawLine
* @brief : void OLED_WinDrawLine(window* win,int16_t x1, int16_t y1, int16_t x2, int16_t y2) * @param : (x1,y1)为起点,(x2,y2)为终点 * @attention : 使用Bresenh
Third-party-design/PageVersion/Csource/src/oled_g.c:364
↓ 1 callersFunctionOLED_WinDrawRaderPic
* @brief : uint8_t OLED_WinDrawRaderPic(window * win,const uint8_t* pic,int16_t start_x, uint16_t start_y, uint8_t width, uint8_t height, RaderDirecti
Third-party-design/PageVersion/Csource/src/oled_g.c:426
↓ 1 callersFunctionOLED_WriteByteArrayData
Third-party-design/PageVersion/ProjectExamples/Stm32/Port_C_SPI_STD/oled_port.c:71
↓ 1 callersFunctionOLED_WriteByteArrayData
Third-party-design/PageVersion/ProjectExamples/Air001/Port_C_SPI/oled_port.c:67
↓ 1 callersFunctionPCD_EP_ISR_Handler
* @brief This function handles PCD Endpoint interrupt request. * @param hpcd PCD handle * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c:2193
↓ 1 callersFunctionPCD_EP_OutSetupPacket_int
* @brief process EP OUT setup packet received interrupt. * @param hpcd PCD handle * @param epnum endpoint number * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c:2163
↓ 1 callersFunctionPCD_EP_OutXfrComplete_int
* @brief process EP OUT transfer complete interrupt. * @param hpcd PCD handle * @param epnum endpoint number * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c:2116
↓ 1 callersFunctionPCD_WriteEmptyTxFifo
* @brief Check FIFO for the next packet to be loaded. * @param hpcd PCD handle * @param epnum endpoint number * @retval HAL status */
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pcd.c:2057
↓ 1 callersFunctionPL1_GetCurrentValue
\brief Get the current counter value. * \return Current counter value. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1570
↓ 1 callersFunctionPL1_SetCounterFrequency
\brief Configures the frequency the timer shall run at. * \param [in] value The timer frequency in Hz. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1552
↓ 1 callersFunctionPTIM_ClearEventFlag
ref Timer_Type::CONTROL Clears the event flag in timers ISR register. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1677
↓ 1 callersFunctionPTIM_GetCurrentValue
\brief Get current counter value from timers COUNTER register. * \result Timer_Type::COUNTER */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1646
↓ 1 callersFunctionPTIM_SetLoadValue
\brief Set the load value to timers LOAD register. * \param [in] value The load value to be set. */
Third-party-design/platform-test/Drivers/CMSIS/Core_A/Include/core_ca.h:1623
↓ 1 callersFunctionRCC_Delay
* @brief This function provides delay (in milliseconds) based on CPU cycles method. * @param mdelay: specifies the delay time length, in milliseco
Third-party-design/platform-test/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c:1363
← previousnext →1,101–1,200 of 5,651, ranked by callers