MCPcopy Create free account

hub / github.com/andysworkshop/stm32plus / functions

Functions12,545 in github.com/andysworkshop/stm32plus

↓ 21 callersFunctionRCC_AHBPeriphClockCmd
* @brief Enables or disables the AHB peripheral clock. * @note After reset, the peripheral clock (used for registers read/write access) *
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1366
↓ 21 callersFunctionconstruct
lib/include/stl/stl_construct.h:105
↓ 21 callersMethodenablePeripheral
lib/include/spi/Spi.h:92
↓ 21 callersMethodsend
lib/include/can/Can.h:154
↓ 20 callersMethodParse
(Control refCtrl,FontDefinition fd,Font font,char c,bool doCompression)
utils/fonts/LzgFontConv/CharDef.cs:38
↓ 20 callersFunctionRCC_APB2PeriphResetCmd
* @brief Forces or releases High Speed APB (APB2) peripheral reset. * @param RCC_APB2Periph: specifies the APB2 peripheral to reset. *
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1518
↓ 20 callersFunctioninsert
lib/include/stl/stl_list.h:363
↓ 20 callersMethodmoveWritePointerBack
lib/include/net/NetBuffer.h:162
↓ 20 callersFunctionsize
lib/include/stl/stl_bvector.h:511
↓ 20 callersMethodsize
lib/include/stl/stl_hashtable.h:330
↓ 19 callersMethodbase
lib/include/stl/stl_iterator.h:303
↓ 19 callersFunctionfill
lib/include/stl/stl_algobase.h:444
↓ 19 callersMethodgetUserBufferSize
lib/include/net/NetBuffer.h:99
↓ 18 callersMethodIsEqualToStaticFuncPtr
Does the closure contain this static function?
lib/include/event/fd/FastDelegate.h:814
↓ 18 callersFunction__slist_previous
lib/include/stl/stl_slist.h:45
↓ 18 callersMethodbindconstmemfunc
lib/include/event/fd/FastDelegate.h:689
↓ 18 callersMethodbindmemfunc
lib/include/event/fd/FastDelegate.h:677
↓ 18 callersMethodfadeTo
lib/include/display/graphic/Backlight.h:57
↓ 18 callersMethodsetTimeBaseByFrequency
lib/include/timer/Timer.h:92
↓ 17 callersMethodapplyGamma
lib/include/display/graphic/tft/lds285/LDS285.h:176
↓ 17 callersMethodcurrent
lib/src/filesystem/fat/FatIterator.cpp:84
↓ 17 callersFunctionif
lib/fwlib/f4/stdperiph/src/stm32f4xx_spi.c:264
↓ 17 callersMethodnext
lib/src/filesystem/fat/FatIterator.cpp:39
↓ 17 callersMethodswap
lib/include/stl/stl_set.h:145
↓ 16 callersFunctionCRYP_PhaseConfig
* @brief Configures the AES-CCM and AES-GCM phases * @note This function is used only with AES-CCM or AES-GCM Algorithms * @param CRYP_Phase
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:369
↓ 16 callersMethodgetChannelNumber
lib/include/dma/f4/Dma.h:195
↓ 16 callersMethodinitialise
examples/pframe/LcdManager.cpp:15
↓ 16 callersMethodsetState
lib/include/gpio/f0/Gpio.h:211
↓ 16 callersFunctionsize
lib/include/stl/stl_list.h:349
↓ 15 callersFunctionDMA_GetFlagStatus
* @brief Checks whether the specified DMAy Channelx flag is set or not. * @param DMA_FLAG: specifies the flag to check. * This paramete
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:593
↓ 15 callersFunctionGPIO_Init
* @brief Initializes the GPIOx peripheral according to the specified * parameters in the GPIO_InitStruct. * @param GPIOx: where x can b
lib/fwlib/f0/stdperiph/src/stm32f0xx_gpio.c:172
↓ 15 callersFunctionRTC_WaitForLastTask
* @brief Waits until last write operation on RTC registers has finished. * @note This function must be called before any write to RTC registers.
lib/fwlib/f1/stdperiph/src/stm32f10x_rtc.c:207
↓ 15 callersFunctionSDIO_GetResponse
* @brief Returns response received from the card for the last command. * @param SDIO_RESP: Specifies the SDIO response register. * Thi
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:465
↓ 15 callersFunctionitoa
lib/src/string/StringUtil.cpp:41
↓ 15 callersMethodsleep
lib/include/can/Can.h:69
↓ 15 callersMethodtoString
lib/include/net/network/ip/IpAddress.h:198
↓ 15 callersMethodwake
lib/include/display/graphic/tft/lds285/LDS285.h:200
↓ 14 callersFunctionCheckITStatus
* @brief Checks whether the CAN interrupt has occurred or not. * @param CAN_Reg: specifies the CAN interrupt register to check. * @param It_Bit
lib/fwlib/f0/stdperiph/src/stm32f0xx_can.c:1605
↓ 14 callersFunctionCheckITStatus
* @brief Checks whether the CAN interrupt has occurred or not. * @param CAN_Reg: specifies the CAN interrupt register to check. * @param It_Bit
lib/fwlib/f4/stdperiph/src/stm32f4xx_can.c:1673
↓ 14 callersFunctionCheckITStatus
* @brief Checks whether the CAN interrupt has occurred or not. * @param CAN_Reg: specifies the CAN interrupt register to check. * @param It_Bit
lib/fwlib/f1/stdperiph/src/stm32f10x_can.c:1385
↓ 14 callersFunctionRCC_AHB1PeriphClockCmd
* @brief Enables or disables the AHB1 peripheral clock. * @note After reset, the peripheral clock (used for registers read/write access) *
lib/fwlib/f4/stdperiph/src/stm32f4xx_rcc.c:1541
↓ 14 callersFunctionRCC_AHBPeriphResetCmd
* @brief Forces or releases AHB peripheral reset. * @param RCC_AHBPeriph: specifies the AHB peripheral to reset. * This parameter can b
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:1482
↓ 14 callersFunctionTIM_ITConfig
* @brief Enables or disables the specified TIM interrupts. * @param TIMx: where x can be 1, 2, 3, 6, 7, 14, 15, 16 or 17 to select the TIMx periph
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2362
↓ 14 callersMethod_M_erase_after
lib/include/stl/stl_slist.h:299
↓ 14 callersFunction_M_insert_after_range
lib/include/stl/stl_slist.h:529
↓ 14 callersMethodclear
lib/include/stl/stl_list.h:248
↓ 14 callersMethodgetBlockSizeInBytes
lib/src/device/CachedBlockDevice.cpp:199
↓ 14 callersMethodgetDatalinkTransmitHeaderSize
lib/include/net/datalink/mac/MacBase.h:164
↓ 14 callersMethodgetTick
lib/include/rtc/f0/RtcBase.h:192
↓ 14 callersFunctioniter_swap
lib/include/stl/stl_algobase.h:69
↓ 14 callersFunctionntohl
lib/include/net/NetUtil.h:36
↓ 14 callersMethodpush_back
lib/include/stl/stl_vector.h:338
↓ 14 callersMethodread
lib/include/gpio/f0/Gpio.h:231
↓ 14 callersMethodreset
lib/include/net/transport/tcp/TcpInputStream.h:105
↓ 14 callersMethodsetTick
lib/include/rtc/f0/RtcBase.h:227
↓ 14 callersMethodstartup
lib/include/net/NetworkStack.h:53
↓ 13 callersFunctionCRYP_FIFOFlush
* @brief Flushes the IN and OUT FIFOs (that is read and write pointers of the * FIFOs are reset) * @note The FIFOs must be flushed onl
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:394
↓ 13 callersFunctionCRYP_Init
* @brief Initializes the CRYP peripheral according to the specified parameters * in the CRYP_InitStruct. * @param CRYP_InitStruct: point
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:238
↓ 13 callersFunctionCRYP_KeyInit
* @brief Initializes the CRYP Keys according to the specified parameters in * the CRYP_KeyInitStruct. * @param CRYP_KeyInitStruct: point
lib/fwlib/f4/stdperiph/src/stm32f4xx_cryp.c:299
↓ 13 callersFunctionUSBD_CtlSendData
* @brief USBD_CtlSendData * send data on the ctl pipe * @param pdev: device instance * @param buff: pointer to data buffer * @param len: l
lib/usblib/device/core/src/usbd_ioreq.cpp:100
↓ 13 callersFunctionUSBD_LL_OpenEP
lib/src/usb/f4/device/UsbDevice.cpp:71
↓ 13 callersFunction__SSAT
lib/fwlib/f0/cmsis/Include/arm_math.h:621
↓ 13 callersFunction__SSAT
lib/fwlib/f4/cmsis/Include/arm_math.h:620
↓ 13 callersFunctionlower_bound
lib/include/stl/stl_algo.h:1940
↓ 13 callersMethodreset
lib/include/display/graphic/access/Fsmc8BitAccessMode.h:271
↓ 13 callersMethodsend
lib/src/display/character/hd44780.cpp:236
↓ 12 callersFunctionDMA_ClearFlag
* @brief Clears the DMAy Channelx's pending flags. * @param DMA_FLAG: specifies the flag to clear. * This parameter can be any combinat
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:688
↓ 12 callersFunctionDMA_ITConfig
* @brief Enables or disables the specified DMAy Channelx interrupts. * @param DMAy_Channelx: where y can be 1 to select the DMA and x can be 1 to
lib/fwlib/f0/stdperiph/src/stm32f0xx_dma.c:515
↓ 12 callersFunctionRTC_ITConfig
* @brief Enables or disables the specified RTC interrupts. * @param RTC_IT: specifies the RTC interrupt sources to be enabled or disabled. *
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:2321
↓ 12 callersFunctionUSBD_CtlSendStatus
* @brief USBD_CtlSendStatus * send zero lzngth packet on the ctl pipe * @param pdev: device instance * @retval status */
lib/usblib/device/core/src/usbd_ioreq.cpp:182
↓ 12 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/f4/cmsis/Include/core_cmInstr.h:380
↓ 12 callersFunction__insertion_sort
lib/include/stl/stl_algo.h:1350
↓ 12 callersMethodgetData
lib/include/memory/Memblock.h:75
↓ 12 callersMethodgetSectorSizeInBytes
lib/src/filesystem/fat/FatFileSystem.cpp:731
↓ 12 callersMethodinsert
lib/include/stl/stl_list.h:612
↓ 12 callersMethodsetPinHandler
lib/include/gpio/GpioPortBase.h:53
↓ 12 callersMethodwrite
lib/include/eeprom/SerialEeprom.h:101
↓ 12 callersMethodwriteCommand
lib/include/flash/spi/Command.h:40
↓ 11 callersMethodError
(Exception ex_)
utils/fonts/FontConv/Util.cs:9
↓ 11 callersFunctionFLASH_WaitForLastBank2Operation
* @brief Waits for a Flash operation on Bank2 to complete or a TIMEOUT to occur. * @note This function can be used only for STM32F10x_XL density
lib/fwlib/f1/stdperiph/src/stm32f10x_flash.c:1651
↓ 11 callersFunctionI2C_CheckEvent
* @brief Checks whether the last I2Cx Event is equal to the one passed * as parameter. * @param I2Cx: where x can be 1, 2 or 3 to select
lib/fwlib/f4/stdperiph/src/stm32f4xx_i2c.c:1158
↓ 11 callersFunctionRTC_WaitForSynchro
* @brief Waits until the RTC Time and Date registers (RTC_TR and RTC_DR) are * synchronized with RTC APB clock. * @note The RTC Resync
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:546
↓ 11 callersFunctionTIM_RemapConfig
@defgroup TIM_Group9 Specific remapping management function * @brief Specific remapping management function * @verbatim ========================
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:3175
↓ 11 callersFunctionUSBD_LL_PrepareReceive
lib/src/usb/f4/device/UsbDevice.cpp:183
↓ 11 callersFunction_Destroy
lib/include/stl/stl_construct.h:63
↓ 11 callersFunction_M_insert_aux
lib/include/stl/stl_bvector.h:420
↓ 11 callersFunction__sink_unused_warning
lib/include/stl/concept_checks.h:244
↓ 11 callersMethodcreateInstance
(int depth)
utils/bm2rgbi/bm2rgbi/LDS285Converter.cs:15
↓ 11 callersMethoderase
lib/include/stl/stl_list.h:641
↓ 11 callersMethodgetFilename
lib/src/filesystem/fat/FilenameHandler.cpp:20
↓ 11 callersMethodjoin
Join an existing circle.
lib/include/memory/linked_ptr.h:58
↓ 11 callersFunctionmake_heap
lib/include/stl/stl_heap.h:229
↓ 11 callersMethodreceive
lib/include/can/Can.h:224
↓ 11 callersMethodreset
lib/src/device/BlockDeviceInputStream.cpp:177
↓ 11 callersFunctionreverse
lib/include/stl/stl_algo.h:796
↓ 10 callersFunctionFLASH_WaitForLastBank1Operation
* @brief Waits for a Flash operation on Bank1 to complete or a TIMEOUT to occur. * @note This function can be used for all STM32F10x devices,
lib/fwlib/f1/stdperiph/src/stm32f10x_flash.c:1623
↓ 10 callersFunctionGPIO_ResetBits
* @brief Clears 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
lib/fwlib/f0/stdperiph/src/stm32f0xx_gpio.c:410
↓ 10 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted. * @retval Converted byte */
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:2484
↓ 10 callersFunctionRTC_ByteToBcd2
* @brief Converts a 2 digit decimal to BCD format. * @param Value: Byte to be converted. * @retval Converted byte */
lib/fwlib/f4/stdperiph/src/stm32f4xx_rtc.c:2724
↓ 10 callersFunctionSPI_I2S_DMACmd
* @brief Enables or disables the SPIx/I2Sx DMA interface. * @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:1001
← previousnext →101–200 of 12,545, ranked by callers