Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ functions
Functions
12,545 in github.com/andysworkshop/stm32plus
⨍
Functions
12,545
◇
Types & classes
3,421
↓ 1 callers
Method
GetFilenames
()
utils/fonts/LzgFontConv/FontFilenames.cs:29
↓ 1 callers
Method
GetFirstCharacter
()
utils/fonts/FontConv/SizedFont.cs:77
↓ 1 callers
Method
GetFontUnicodeRanges
(IntPtr hdc, IntPtr lpgs)
utils/fonts/FontConv/FontUtil.cs:17
↓ 1 callers
Method
GetPoint
(XmlElement parent,string xpath)
utils/fonts/LzgFontConv/XmlUtil.cs:212
↓ 1 callers
Method
GetString
(XmlNode parent_,string xpath_,string default_,bool required_)
utils/fonts/FontConv/XmlUtil.cs:72
↓ 1 callers
Function
HAL_PCD_ConnectCallback
* @brief Connection event callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:689
↓ 1 callers
Function
HAL_PCD_DataInStageCallback
* @brief Data IN stage callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:593
↓ 1 callers
Function
HAL_PCD_DataOutStageCallback
* @brief Data out stage callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:581
↓ 1 callers
Function
HAL_PCD_DeInit
* @brief DeInitializes the PCD peripheral * @param hpcd: PCD handle * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:192
↓ 1 callers
Function
HAL_PCD_DisconnectCallback
* @brief Disconnection event callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:701
↓ 1 callers
Function
HAL_PCD_EP_Close
* @brief Deactivate an endpoint * @param hpcd: PCD handle * @param ep_addr: endpoint address * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:816
↓ 1 callers
Function
HAL_PCD_EP_ClrStall
* @brief Clear a STALL condition over in an endpoint * @param hpcd: PCD handle * @param ep_addr: endpoint address * @retval HAL status
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:974
↓ 1 callers
Function
HAL_PCD_EP_Flush
* @brief Flush an endpoint * @param hpcd: PCD handle * @param ep_addr: endpoint address * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:1004
↓ 1 callers
Function
HAL_PCD_EP_GetRxCount
* @brief Get Received Data Size * @param hpcd: PCD handle * @param ep_addr: endpoint address * @retval Data Size */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:887
↓ 1 callers
Function
HAL_PCD_EP_Open
* @brief Open and configure an endpoint * @param hpcd: PCD handle * @param ep_addr: endpoint address * @param ep_mps: endpoint max packer
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:774
↓ 1 callers
Function
HAL_PCD_EP_Receive
* @brief Receive an amount of data * @param hpcd: PCD handle * @param ep_addr: endpoint address * @param pBuf: pointer to the reception
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:847
↓ 1 callers
Function
HAL_PCD_EP_SetStall
* @brief Set a STALL condition over an endpoint * @param hpcd: PCD handle * @param ep_addr: endpoint address * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:939
↓ 1 callers
Function
HAL_PCD_EP_Transmit
* @brief Send an amount of data * @param hpcd: PCD handle * @param ep_addr: endpoint address * @param pBuf: pointer to the transmission
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:899
↓ 1 callers
Function
HAL_PCD_IRQHandler
* @brief This function handles PCD interrupt request. * @param hpcd: PCD handle * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:290
↓ 1 callers
Function
HAL_PCD_ISOINIncompleteCallback
* @brief Incomplete ISO IN callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:677
↓ 1 callers
Function
HAL_PCD_ISOOUTIncompleteCallback
* @brief Incomplete ISO OUT callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:665
↓ 1 callers
Function
HAL_PCD_Init
* @brief Initializes the PCD according to the specified * parameters in the PCD_InitTypeDef and create the associated handle. * @param
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:123
↓ 1 callers
Function
HAL_PCD_MspDeInit
* @brief DeInitializes PCD MSP. * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:230
↓ 1 callers
Function
HAL_PCD_MspInit
* @brief Initializes the PCD MSP. * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:218
↓ 1 callers
Function
HAL_PCD_ResetCallback
* @brief USB Reset callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:628
↓ 1 callers
Function
HAL_PCD_ResumeCallback
* @brief Resume event callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:653
↓ 1 callers
Function
HAL_PCD_SOFCallback
* @brief USB Start Of Frame callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:616
↓ 1 callers
Function
HAL_PCD_SetAddress
* @brief Set the USB Device address * @param hpcd: PCD handle * @param address: new device address * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:759
↓ 1 callers
Function
HAL_PCD_SetupStageCallback
* @brief Setup stage callback * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:604
↓ 1 callers
Function
HAL_PCD_Start
* @brief Start The USB OTG Device. * @param hpcd: PCD handle * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:261
↓ 1 callers
Function
HAL_PCD_SuspendCallback
* @brief Suspend event callbacks * @param hpcd: PCD handle * @retval None */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:641
↓ 1 callers
Function
I2C_GetFlagStatus
* @brief Checks whether the specified I2C flag is set or not. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_F
lib/fwlib/f0/stdperiph/src/stm32f0xx_i2c.c:1424
↓ 1 callers
Function
I2S_Init
* @brief Initializes the SPIx peripheral according to the specified * parameters in the I2S_InitStruct. * @note This mode is not suppo
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:340
↓ 1 callers
Function
I2S_StructInit
* @brief Fills each I2S_InitStruct member with its default value. * @note This mode is not supported for STM32F030 devices. * @param I2S_Ini
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:304
↓ 1 callers
Function
ISC
lib/include/display/graphic/tft/ili9481/commands/PanelDrivingCmd.h:33
↓ 1 callers
Function
ISC
lib/include/display/graphic/tft/ili9327/commands/PanelDrivingCmd.h:29
↓ 1 callers
Function
InitCodecBZ2
utils/liblzg/liblzg-1.0.6/src/tools/benchmark.c:310
↓ 1 callers
Function
InitCodecLZO
utils/liblzg/liblzg-1.0.6/src/tools/benchmark.c:372
↓ 1 callers
Function
InitCodecMEMCPY
utils/liblzg/liblzg-1.0.6/src/tools/benchmark.c:169
↓ 1 callers
Function
InitCodecZLIB
utils/liblzg/liblzg-1.0.6/src/tools/benchmark.c:239
↓ 1 callers
Function
IsLess
Provide a strict weak ordering for DelegateMementos.
lib/include/event/fd/FastDelegate.h:603
↓ 1 callers
Function
LZG_Decode
utils/liblzg/liblzg-1.0.6/src/lib/decode.c:81
↓ 1 callers
Function
LZG_DecodedSize
utils/liblzg/liblzg-1.0.6/src/lib/decode.c:68
↓ 1 callers
Function
LZG_MaxEncodedSize
utils/liblzg/liblzg-1.0.6/src/lib/encode.c:389
↓ 1 callers
Function
LZG_VersionString
utils/liblzg/liblzg-1.0.6/src/lib/version.c:35
↓ 1 callers
Function
MCPI
lib/include/display/graphic/tft/lgdp453x/commands/PanelInterfaceControl3.h:21
↓ 1 callers
Function
NL
lib/include/display/graphic/tft/ili9481/commands/PanelDrivingCmd.h:30
↓ 1 callers
Function
NL
lib/include/display/graphic/tft/ili9327/commands/PanelDrivingCmd.h:20
↓ 1 callers
Function
NL
lib/include/display/graphic/tft/lgdp453x/commands/GateScanControl1Cmd.h:27
↓ 1 callers
Function
NUM_LINES
lib/include/display/graphic/tft/ili9325/commands/GateScanControl1Cmd.h:27
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f0/cmsis/Include/core_cm0.h:583
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f0/cmsis/Include/core_cm0plus.h:694
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f4/cmsis/Include/core_cm3.h:1405
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f4/cmsis/Include/core_cm0.h:582
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f4/cmsis/Include/core_cm0plus.h:693
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f4/cmsis/Include/core_sc300.h:1376
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f4/cmsis/Include/core_cm4.h:1550
↓ 1 callers
Function
NVIC_SetPriority
\brief Set Interrupt Priority The function sets the priority of an interrupt. \note The priority cannot be set for every core interrupt.
lib/fwlib/f4/cmsis/Include/core_sc000.h:713
↓ 1 callers
Function
NVIC_SetPriority
* @brief Set the priority for an interrupt * * @param IRQn The number of the interrupt for set priority * @param priority The priority to
lib/fwlib/f1/cmsis/CM3/CoreSupport/core_cm3.h:1588
↓ 1 callers
Function
PCD_WriteEmptyTxFifo
* @brief DCD_WriteEmptyTxFifo * check FIFO for the next packet to be loaded * @param hpcd: PCD handle * @retval HAL status */
lib/usblib/hal/src/stm32f4xx_hal_pcd.c:1090
↓ 1 callers
Function
PTS
lib/include/display/graphic/tft/ili9327/commands/PanelDrivingCmd.h:26
↓ 1 callers
Function
RCC_I2SCLKConfig
* @brief Configures the I2S clock source (I2SCLK). * @note This function must be called before enabling the I2S APB clock. * @param RCC_I2SCLK
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1297
↓ 1 callers
Function
RCC_MCO1Config
* @brief Selects the clock source to output on MCO1 pin(PA8). * @note PA8 should be configured in alternate function mode. * @param RCC_MCO1So
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:705
↓ 1 callers
Function
RCC_PLL3Cmd
* @brief Enables or disables the PLL3. * @note This function applies only to STM32 Connectivity line devices. * @param NewState: new state of
lib/fwlib/f1/stdperiph/src/stm32f10x_rcc.c:546
↓ 1 callers
Function
RCC_PLL3Config
* @brief Configures the PLL3 multiplication factor. * @note * - This function must be used only when the PLL3 is disabled. * - This functi
lib/fwlib/f1/stdperiph/src/stm32f10x_rcc.c:523
↓ 1 callers
Function
RDSM
lib/include/display/graphic/tft/lgdp453x/commands/TestRegister4.h:22
↓ 1 callers
Function
RTC_Alarm_IRQHandler
lib/src/exti/interrupts/f4/ExtiRtcAlarmInterruptHandler.cpp:26
↓ 1 callers
Function
RTC_GetCounter
* @brief Gets the RTC counter value. * @param None * @retval RTC counter value. */
lib/fwlib/f1/stdperiph/src/stm32f10x_rtc.c:133
↓ 1 callers
Function
RTC_SetCounter
* @brief Sets the RTC counter value. * @param CounterValue: RTC counter new value. * @retval None */
lib/fwlib/f1/stdperiph/src/stm32f10x_rtc.c:145
↓ 1 callers
Function
RTC_SetPrescaler
* @brief Sets the RTC prescaler value. * @param PrescalerValue: RTC prescaler new value. * @retval None */
lib/fwlib/f1/stdperiph/src/stm32f10x_rtc.c:160
↓ 1 callers
Function
RTC_SetWakeUpCounter
* @brief Configures the RTC Wakeup counter. * This function is available for STM32F072 devices. * @note The RTC WakeUp counter can on
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:1424
↓ 1 callers
Function
RTC_WakeUpClockConfig
* @brief Configures the RTC Wakeup clock source. * This function is available for STM32F072 devices. * @note The WakeUp Clock source
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:1396
↓ 1 callers
Function
RTC_WriteBackupRegister
* @brief Writes a data in a specified RTC Backup data register. * @param RTC_BKP_DR: RTC Backup data Register number. * This parameter
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:2112
↓ 1 callers
Function
RTN
lib/include/display/graphic/tft/ili9481/commands/DisplayTimingSettingNormalModeCmd.h:29
↓ 1 callers
Function
RTN
lib/include/display/graphic/tft/ili9327/commands/DisplayTimingSettingNormalModeCmd.h:20
↓ 1 callers
Function
RTN2
lib/include/display/graphic/tft/ili9481/commands/DisplayTimingSettingIdleModeCmd.h:29
↓ 1 callers
Function
RTN2
lib/include/display/graphic/tft/ili9327/commands/DisplayTimingSettingIdleModeCmd.h:20
↓ 1 callers
Function
RTNE
lib/include/display/graphic/tft/ili9325/commands/PanelInterfaceControl4.h:24
↓ 1 callers
Function
RTNI
lib/include/display/graphic/tft/ili9325/commands/PanelInterfaceControl1.h:24
↓ 1 callers
Function
RTNI
lib/include/display/graphic/tft/lgdp453x/commands/PanelInterfaceControl1.h:24
↓ 1 callers
Function
RV
lib/include/display/graphic/tft/lgdp453x/commands/RegulatorControlCmd.h:22
↓ 1 callers
Method
ReadXml
(string filename)
utils/fonts/LzgFontConv/FontDefinition.cs:66
↓ 1 callers
Method
Remove
(char c_)
utils/fonts/FontConv/SizedFont.cs:126
↓ 1 callers
Function
SCN
lib/include/display/graphic/tft/ili9481/commands/PanelDrivingCmd.h:31
↓ 1 callers
Function
SCN
lib/include/display/graphic/tft/ili9327/commands/PanelDrivingCmd.h:23
↓ 1 callers
Function
SCROLL
lib/include/display/graphic/tft/ili9325/commands/GateScanControlScrollCmd.h:24
↓ 1 callers
Function
SDIO_ClockCmd
* @brief Enables or disables the SDIO Clock. * @param NewState: new state of the SDIO Clock. * This parameter can be: ENABLE or DISABLE
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:334
↓ 1 callers
Function
SDIO_GetPowerState
* @brief Gets the power status of the controller. * @param None * @retval Power status of the controller. The returned value can be one of the
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:367
↓ 1 callers
Function
SDIO_ReadData
* @brief Read one data word from Rx FIFO. * @param None * @retval Data received */
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:570
↓ 1 callers
Function
SPI_GetReceptionFIFOStatus
* @brief Returns the current SPIx Reception FIFO filled level. * @param SPIx: where x can be 1 or 2 to select the SPI peripheral. * @note SPI2
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:1199
↓ 1 callers
Function
SPI_I2S_ReceiveData16
* @brief Returns the most recent received data by the SPIx peripheral. * @param SPIx: where x can be 1 or 2 in SPI mode or 1 in I2S mode to selec
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:786
↓ 1 callers
Function
SPI_I2S_SendData16
* @brief Transmits a Data through the SPIx/I2Sx peripheral. * @param SPIx: where x can be 1 or 2 in SPI mode or 1 in I2S mode to select *
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:755
↓ 1 callers
Function
SPI_SendData8
* @brief Transmits a Data through the SPIx/I2Sx peripheral. * @param SPIx: where x can be 1 or 2 in SPI mode to select the SPI peripheral. * @no
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:734
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock frequency, AHB/APBx prescalers and Flash * settings. * @note This function should be called only o
examples/timer_dma_pwm/system/f042_48_8/System.c:271
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock source, PLL Multiplier and Divider factors, * AHB/APBx prescalers and Flash settings * @Note This
examples/timer_dma_pwm/system/f407_168_8/System.c:342
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock frequency, HCLK, PCLK2 and PCLK1 prescalers. * @param None * @retval None */
examples/timer_dma_pwm/system/f107_72_8/System.c:420
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock frequency, AHB/APBx prescalers and Flash * settings. * @note This function should be called only o
examples/timer_dma_pwm/system/f051_48_8/System.c:271
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock frequency, HCLK, PCLK2 and PCLK1 prescalers. * @param None * @retval None */
examples/timer_dma_pwm/system/f1mdvl_24_8/System.c:420
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock frequency, AHB/APBx prescalers and Flash * settings. * @note This function should be called only o
examples/timer_dma_pwm/system/f030_48_8/System.c:271
↓ 1 callers
Function
SetSysClock
* @brief Configures the System clock source, PLL Multiplier and Divider factors, * AHB/APBx prescalers and Flash settings * @Note This
examples/flash_spi_program/system/f407_168_8/System.c:342
← previous
next →
1,001–1,100 of 12,545, ranked by callers