MCPcopy Create free account

hub / github.com/andysworkshop/stm32plus / functions

Functions12,545 in github.com/andysworkshop/stm32plus

↓ 736 callersMethodwriteCommand
lib/include/display/graphic/access/Fsmc8BitAccessMode.h:61
↓ 663 callersMethodraiseEvent
lib/include/event/signal.h:83
↓ 528 callersFunctioninitialise
lib/src/gpio/f0/GpioPinInitialiser.cpp:20
↓ 467 callersMethodwriteData
lib/include/display/graphic/access/Fsmc8BitAccessMode.h:85
↓ 211 callersMethodset
lib/include/gpio/f0/Gpio.h:174
↓ 210 callersMethodclearScreen
lib/include/display/graphic/GraphicTerminal.h:143
↓ 193 callersFunctionTIM_ClearITPendingBit
* @brief Clears the TIMx's interrupt pending bits. * @param TIMx: where x can be 1, 2, 3, 6, 7, 14, 15, 16 or 17 to select the TIM peripheral. *
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2574
↓ 186 callersFunctionTIM_GetITStatus
* @brief Checks whether the TIM interrupt has occurred or not. * @param TIMx: where x can be 1, 2, 3, 6, 7, 14, 15, 16 or 17 to select the TIM per
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2526
↓ 165 callersFunction__DSB
\brief Data Synchronization Barrier This function acts as a special kind of Data Memory Barrier. It completes when all explicit memory acces
lib/fwlib/f0/cmsis/Include/core_cmInstr.h:381
↓ 164 callersFunctionbind
lib/include/event/fd/FastDelegateBind.h:50
↓ 152 callersFunction__REV
\brief Reverse byte order (32 bit) This function reverses the byte order in integer value. \param [in] value Value to reverse \retu
lib/fwlib/f4/cmsis/Include/core_cmInstr.h:404
↓ 124 callersFunctionRCC_GetFlagStatus
* @brief Checks whether the specified RCC flag is set or not. * @param RCC_FLAG: specifies the flag to check. * This parameter can be o
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1652
↓ 116 callersMethodinsertSubscriber
lib/include/event/signal.h:57
↓ 114 callersFunctionRCC_HSEConfig
* @brief Configures the External High Speed oscillator (HSE). * @note After enabling the HSE (RCC_HSE_ON or RCC_HSE_Bypass), the application *
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:204
↓ 113 callersFunctionFLASH_PrefetchBufferCmd
* @brief Enables or disables the Prefetch Buffer. * @param NewState: new state of the FLASH prefetch buffer. * This parameter can be: E
lib/fwlib/f0/stdperiph/src/stm32f0xx_flash.c:162
↓ 113 callersFunctionFLASH_SetLatency
* @brief Sets the code latency value. * @param FLASH_Latency: specifies the FLASH Latency value. * This parameter can be one of the fol
lib/fwlib/f0/stdperiph/src/stm32f0xx_flash.c:138
↓ 113 callersFunctionRCC_DeInit
* @brief Resets the RCC clock configuration to the default reset state. * @note The default reset state of the clock configuration is given below
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:149
↓ 113 callersFunctionRCC_GetSYSCLKSource
* @brief Returns the clock source used as system clock. * @param None * @retval The clock source used as system clock. The returned value can be
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:804
↓ 113 callersFunctionRCC_HCLKConfig
* @brief Configures the AHB clock (HCLK). * @param RCC_SYSCLK: defines the AHB clock divider. This clock is derived from * the system c
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:825
↓ 113 callersFunctionRCC_PCLK1Config
* @brief Configures the Low Speed APB clock (PCLK1). * @param RCC_HCLK: defines the APB1 clock divider. This clock is derived from * th
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1023
↓ 113 callersFunctionRCC_PCLK2Config
* @brief Configures the High Speed APB clock (PCLK2). * @param RCC_HCLK: defines the APB2 clock divider. This clock is derived from * t
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1054
↓ 113 callersFunctionRCC_PLLCmd
* @brief Enables or disables the PLL. * @note After enabling the PLL, the application software should wait on * PLLRDY flag to be set
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:515
↓ 113 callersFunctionRCC_PLLConfig
* @brief Configures the PLL clock source and multiplication factor. * @note This function must be used only when the PLL is disabled. * * @pa
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:491
↓ 113 callersFunctionRCC_SYSCLKConfig
* @brief Configures the system clock (SYSCLK). * @note The HSI is used (enabled by hardware) as system clock source after * startup fro
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:775
↓ 113 callersFunctionRCC_WaitForHSEStartUp
* @brief Waits for HSE start-up. * @note This function waits on HSERDY flag to be set and return SUCCESS if * this flag is set, otherw
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:230
↓ 106 callersMethodWrite
(Control refCtrl)
utils/fonts/LzgFontConv/FontWriter.cs:54
↓ 105 callersFunctionDMA_ClearITPendingBit
* @brief Clears the DMAy Channelx's interrupt pending bits. * @param DMA_IT: specifies the DMA interrupt pending bit to clear. * This p
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:860
↓ 105 callersFunctionDMA_GetITStatus
* @brief Checks whether the specified DMAy Channelx interrupt has occurred or not. * @param DMA_IT: specifies the DMA interrupt source to check.
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:765
↓ 97 callersMethodgetHeight
lib/include/display/graphic/Font.h:113
↓ 95 callersFunctionRCC_APB1PeriphClockCmd
* @brief Enables or disables the Low Speed APB (APB1) peripheral clock. * @note After reset, the peripheral clock (used for registers read/write
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1451
↓ 95 callersFunctioncopy
lib/include/stl/stl_algobase.h:214
↓ 91 callersMethodAdd
(char c_)
utils/fonts/FontConv/SizedFont.cs:117
↓ 90 callersMethodbegin
lib/include/stl/stl_set.h:138
↓ 86 callersFunctionRCC_APB2PeriphClockCmd
* @brief Enables or disables the High Speed APB (APB2) peripheral clock. * @note After reset, the peripheral clock (used for registers read/write
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1405
↓ 84 callersFunctionDMA_Cmd
* @brief Enables or disables the specified DMAy Channelx. * @param DMAy_Channelx: where y can be 1 to select the DMA and x can be 1 to 7 *
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:332
↓ 76 callersFunctionCRYP_DataIn
* @brief Writes data in the Data Input register (DIN). * @note After the DIN register has been read once or several times, * the FIFO
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:449
↓ 70 callersMethodend
lib/include/stl/stl_set.h:139
↓ 63 callersFunctionEXTI_ClearITPendingBit
* @brief Clears the EXTI's line pending bits. * @param EXTI_Line: specifies the EXTI lines to clear. * This parameter can be any combin
lib/fwlib/f0/stdperiph/src/stm32f0xx_exti.c:293
↓ 63 callersMethodget
lib/include/memory/linked_ptr.h:122
↓ 58 callersFunctionEXTI_GetITStatus
* @brief Checks whether the specified EXTI line is asserted or not. * @param EXTI_Line: specifies the EXTI line to check. * This parame
lib/fwlib/f0/stdperiph/src/stm32f0xx_exti.c:269
↓ 57 callersFunctionI2C_ClearITPendingBit
* @brief Clears the I2Cx's interrupt pending bits. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_IT: specifie
lib/fwlib/f0/stdperiph/src/stm32f0xx_i2c.c:1562
↓ 57 callersMethodreset
lib/include/i2c/f0/I2C.h:106
↓ 56 callersFunctionI2C_GetITStatus
* @brief Checks whether the specified I2C interrupt has occurred or not. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @p
lib/fwlib/f0/stdperiph/src/stm32f0xx_i2c.c:1498
↓ 56 callersFunctionmodp_uitoa10
lib/src/string/StringUtil.cpp:72
↓ 54 callersMethodinsert_equal
lib/include/stl/stl_tree.h:892
↓ 54 callersMethodinsert_unique
lib/include/stl/stl_tree.h:909
↓ 53 callersMethodgetWidth
lib/src/display/character/hd44780.cpp:277
↓ 53 callersMethodsetError
lib/include/net/NetworkEvents.h:50
↓ 52 callersFunctionCRYP_DataOut
* @brief Returns the last data entered into the output FIFO. * @param None * @retval Last data entered into the output FIFO. */
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:459
↓ 52 callersFunctionend
lib/include/stl/stl_list.h:335
↓ 51 callersFunctionuninitialized_copy
lib/include/stl/stl_uninitialized.h:75
↓ 50 callersFunctionRCC_APB1PeriphResetCmd
* @brief Forces or releases Low Speed APB (APB1) peripheral reset. * @param RCC_APB1Periph: specifies the APB1 peripheral to reset. * T
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1843
↓ 48 callersMethodenableExti
lib/include/gpio/f0/Gpio.h:240
↓ 47 callersFunctionUSART_ClearITPendingBit
* @brief Clears the USARTx's interrupt pending bits. * @param USARTx: where x can be from 1 to 8 to select the USART peripheral. * @note USART
lib/fwlib/f0/stdperiph/src/stm32f0xx_usart.c:2143
↓ 47 callersFunctionbegin
lib/include/stl/stl_list.h:332
↓ 46 callersFunctionRCC_APB1PeriphResetCmd
* @brief Forces or releases Low Speed APB (APB1) peripheral reset. * @param RCC_APB1Periph: specifies the APB1 peripheral to reset. * This par
lib/fwlib/f1/stdperiph/src/stm32f10x_rcc.c:1216
↓ 46 callersFunctionUSART_GetITStatus
* @brief Checks whether the specified USART interrupt has occurred or not. * @param USARTx: where x can be from 1 to 8 to select the USART periphe
lib/fwlib/f0/stdperiph/src/stm32f0xx_usart.c:2069
↓ 44 callersFunctiondistance
lib/include/stl/stl_iterator_base.h:284
↓ 42 callersFunctionDMA_Init
* @brief Initializes the DMAy Channelx according to the specified parameters * in the DMA_InitStruct. * @param DMAy_Channelx: where y c
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:236
↓ 42 callersFunctionRCC_APB2PeriphResetCmd
* @brief Forces or releases High Speed APB (APB2) peripheral reset. * @param RCC_APB2Periph: specifies the APB2 peripheral to reset. * This pa
lib/fwlib/f1/stdperiph/src/stm32f10x_rcc.c:1185
↓ 40 callersFunctiondestroy
lib/include/stl/stl_construct.h:115
↓ 39 callersFunctionCAN_GetITStatus
* @brief Checks whether the specified CANx interrupt has occurred or not. * @param CANx: where x can be 1 or 2 to to select the CAN peripheral.
lib/fwlib/f0/stdperiph/src/stm32f0xx_can.c:1423
↓ 37 callersFunctiongetBits1
------------------------------------------------------------------------------
lib/src/display/graphic/PicoJpeg.cpp:215
↓ 37 callersMethodsetScrollPosition
lib/include/display/graphic/tft/lds285/LDS285PortraitSpecialisation.h:168
↓ 37 callersMethodsize
lib/include/stl/stl_set.h:143
↓ 36 callersFunctionFLASH_WaitForLastOperation
* @brief Waits for a FLASH operation to complete or a TIMEOUT to occur. * @param Timeout: FLASH programming Timeout * @retval FLASH Status: The
lib/fwlib/f0/stdperiph/src/stm32f0xx_flash.c:1221
↓ 36 callersFunctionRCC_APB1PeriphResetCmd
* @brief Forces or releases Low Speed APB (APB1) peripheral reset. * @param RCC_APB1Periph: specifies the APB1 peripheral to reset. * T
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1561
↓ 34 callersFunctionCRYP_Cmd
* @brief Enables or disables the CRYP peripheral. * @param NewState: new state of the CRYP peripheral. * This parameter can be: ENABLE
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:406
↓ 34 callersFunctionntohs
lib/include/net/NetUtil.h:21
↓ 33 callersFunctionCRYP_GetFlagStatus
* @brief Checks whether the specified CRYP flag is set or not. * @param CRYP_FLAG: specifies the CRYP flag to check. * This parameter c
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:886
↓ 33 callersFunctionSDIO_SendCommand
* @brief Initializes the SDIO Command according to the specified * parameters in the SDIO_CmdInitStruct and send the command. * @param
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:399
↓ 32 callersFunctionRCC_APB2PeriphResetCmd
* @brief Forces or releases High Speed APB (APB2) peripheral reset. * @param RCC_APB2Periph: specifies the APB2 peripheral to reset. *
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1884
↓ 31 callersFunctioncopy_backward
lib/include/stl/stl_algobase.h:377
↓ 31 callersFunctionend
lib/include/stl/stl_bvector.h:499
↓ 29 callersFunctionFLASH_WaitForLastOperation
STM32F10X_XL */ * @brief Waits for a Flash operation to complete or a TIMEOUT to occur. * @note This function can be used for all STM32F10x devic
lib/fwlib/f1/stdperiph/src/stm32f10x_flash.c:1595
↓ 29 callersFunctionRTC_Bcd2ToByte
* @brief Convert from 2 digit BCD to Binary. * @param Value: BCD value to be converted. * @retval Converted word */
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:2502
↓ 29 callersFunctionRTC_Bcd2ToByte
* @brief Convert from 2 digit BCD to Binary. * @param Value: BCD value to be converted. * @retval Converted word */
lib/fwlib/f4/stdperiph/src/stm32f4xx_rtc.c:2742
↓ 29 callersMethodwriteByte
lib/include/eeprom/AT24Cxx.h:92
↓ 27 callersFunctionADC_ClearITPendingBit
* @brief Clears the ADCx's interrupt pending bits. * @param ADCx: where x can be 1 to select the ADC1 peripheral. * @param ADC_IT: specifies th
lib/fwlib/f0/stdperiph/src/stm32f0xx_adc.c:1217
↓ 27 callersMethodCopyFrom
lib/include/event/fd/FastDelegate.h:728
↓ 27 callersFunctionadvance
lib/include/stl/stl_iterator_base.h:354
↓ 27 callersMethodisValid
lib/include/net/network/ip/IpAddress.h:58
↓ 26 callersFunctionADC_ITConfig
* @brief Enables or disables the specified ADC interrupts. * @param ADCx: where x can be 1 to select the ADC peripheral. * @param ADC_IT: speci
lib/fwlib/f0/stdperiph/src/stm32f0xx_adc.c:1071
↓ 26 callersFunctionRCC_AHB1PeriphResetCmd
* @brief Forces or releases AHB1 peripheral reset. * @param RCC_AHB1Periph: specifies the AHB1 peripheral to reset. * This parameter ca
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1740
↓ 25 callersFunctionbegin
lib/include/stl/stl_bvector.h:498
↓ 25 callersMethodenableInterrupts
lib/include/spi/features/SpiInterruptFeature.h:131
↓ 25 callersFunctionerase
lib/include/stl/stl_list.h:406
↓ 25 callersMethodwriteString
lib/include/display/character/CharacterLcd.h:103
↓ 24 callersFunctionFLASH_WaitForLastOperation
* @brief Waits for a FLASH operation to complete. * @param None * @retval FLASH Status: The returned value can be: FLASH_BUSY, FLASH_ERROR_PROGR
lib/fwlib/f4/stdperiph/src/stm32f4xx_flash.c:1587
↓ 24 callersFunctionGPIO_PinRemapConfig
* @brief Changes the mapping of the specified pin. * @param GPIO_Remap: selects the pin to remap. * This parameter can be one of the following
lib/fwlib/f1/stdperiph/src/stm32f10x_gpio.c:549
↓ 24 callersFunctionSDIO_ClearFlag
* @brief Clears the SDIO's pending flags. * @param SDIO_FLAG: specifies the flag to clear. * This parameter can be one or a combinati
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:912
↓ 24 callersMethodremoveSubscriber
lib/include/event/signal.h:69
↓ 23 callersFunctionCRYP_GetCmdStatus
* @brief Returns whether CRYP peripheral is enabled or disabled. * @param none. * @retval Current state of the CRYP peripheral (ENABLE or DISABL
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:856
↓ 23 callersFunctionUSBD_CtlError
lib/usblib/device/core/src/usbd_ctlreq.cpp:738
↓ 23 callersFunctionhtons
lib/include/net/NetUtil.h:51
↓ 22 callersFunctionGPIO_SetBits
* @brief Sets the selected data port bits. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @note GPIOE is
lib/fwlib/f0/stdperiph/src/stm32f0xx_gpio.c:389
↓ 22 callersMethodlength
lib/include/net/transport/tcp/TcpTextLineReceiver.h:156
↓ 22 callersMethodopenFile
lib/src/filesystem/fat/FatFileSystem.cpp:372
↓ 22 callersMethodsetNss
lib/include/spi/Spi.h:136
↓ 21 callersFunctionGPIO_WriteBit
* @brief Sets or clears the selected data port bit. * @param GPIOx: where x can be (A, B, C, D, E or F) to select the GPIO peripheral. * @note
lib/fwlib/f0/stdperiph/src/stm32f0xx_gpio.c:435
next →1–100 of 12,545, ranked by callers