MCPcopy Create free account

hub / github.com/andysworkshop/stm32plus / functions

Functions12,545 in github.com/andysworkshop/stm32plus

↓ 3 callersFunctionADC_ClockModeConfig
* @brief Configure the ADC to either be clocked by the asynchronous clock(which is * independent, the dedicated 14MHz clock) or the synchro
lib/fwlib/f0/stdperiph/src/stm32f0xx_adc.c:263
↓ 3 callersFunctionADC_GetConversionValue
* @brief Returns the last ADCx conversion result data for ADC channel. * @param ADCx: where x can be 1 to select the ADC1 peripheral. * @retva
lib/fwlib/f0/stdperiph/src/stm32f0xx_adc.c:892
↓ 3 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @note This function is used t
lib/fwlib/f0/stdperiph/src/stm32f0xx_adc.c:159
↓ 3 callersFunctionAP
lib/include/display/graphic/tft/lgdp453x/commands/PowerCtrl1Cmd.h:28
↓ 3 callersFunctionBT
lib/include/display/graphic/tft/lgdp453x/commands/PowerCtrl1Cmd.h:29
↓ 3 callersFunctionCAN_ClearITPendingBit
* @brief Clears the CANx's interrupt pending bits. * @param CANx: where x can be 1 or 2 to to select the CAN peripheral. * @param CAN_IT: speci
lib/fwlib/f0/stdperiph/src/stm32f0xx_can.c:1527
↓ 3 callersFunctionCRC_GetCRC
* @brief Returns the current CRC value. * @param None * @retval 32-bit CRC */
lib/fwlib/f0/stdperiph/src/stm32f0xx_crc.c:307
↓ 3 callersFunctionCRC_ResetDR
* @brief Resets the CRC calculation unit and sets INIT register content in DR register. * @param None * @retval None */
lib/fwlib/f0/stdperiph/src/stm32f0xx_crc.c:120
↓ 3 callersFunctionDAC_DMACmd
* @brief Enables or disables the specified DAC channel DMA request. * When enabled DMA1 is generated when an external trigger (EXTI Line9,
lib/fwlib/f0/stdperiph/src/stm32f0xx_dac.c:495
↓ 3 callersFunctionETH_DMAClearITPendingBit
* @brief Clears the ETHERNET�s DMA IT pending bit. * @param ETH_DMA_IT: specifies the interrupt pending bit to clear. * This parameter can be
lib/src/net/datalink/mac/fwlib/ethernet.cpp:1594
↓ 3 callersFunctionETH_GetDMAFlagStatus
* @brief Checks whether the specified ETHERNET DMA flag is set or not. * @param ETH_DMA_FLAG: specifies the flag to check. * This parameter ca
lib/src/net/datalink/mac/fwlib/ethernet.cpp:1445
↓ 3 callersFunctionEXTI_GenerateSWInterrupt
* @brief Generates a Software interrupt on selected EXTI line. * @param EXTI_Line: specifies the EXTI line on which the software interrupt *
lib/fwlib/f0/stdperiph/src/stm32f0xx_exti.c:202
↓ 3 callersFunctionEXTI_GetFlagStatus
* @brief Checks whether the specified EXTI line flag is set or not. * @param EXTI_Line: specifies the EXTI line flag to check. * This p
lib/fwlib/f0/stdperiph/src/stm32f0xx_exti.c:232
↓ 3 callersFunctionFLASH_ProgramHalfWord
* @brief Programs a half word at a specified address. * @note To correctly run this function, the FLASH_Unlock() function must be called before.
lib/fwlib/f0/stdperiph/src/stm32f0xx_flash.c:395
↓ 3 callersFunctionFLASH_ProgramWord
* @brief Programs a word at a specified address. * @note To correctly run this function, the FLASH_Unlock() function must be called before. * @
lib/fwlib/f0/stdperiph/src/stm32f0xx_flash.c:338
↓ 3 callersFunctionFSMC_NORSRAMInit
* @brief Initializes the FSMC NOR/SRAM Banks according to the specified * parameters in the FSMC_NORSRAMInitStruct. * @param FSMC_NORSRA
lib/fwlib/f4/stdperiph/src/stm32f4xx_fsmc.c:165
↓ 3 callersFunctionGPIO_Write
* @brief Writes data to the specified GPIO data port. * @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:460
↓ 3 callersMethodGetCharacterBitmap
(Control refControl_,Font f_,char c_,int xoffset_,int yoffset_,int extraLines_)
utils/fonts/FontConv/FontUtil.cs:65
↓ 3 callersFunctionI2C_DualAddressCmd
* @brief Enables or disables the I2C own address 2. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: new s
lib/fwlib/f0/stdperiph/src/stm32f0xx_i2c.c:413
↓ 3 callersFunctionI2C_GenerateSTART
* @brief Generates I2Cx communication START condition. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: ne
lib/fwlib/f0/stdperiph/src/stm32f0xx_i2c.c:725
↓ 3 callersFunctionI2C_OwnAddress2Config
* @brief Configures the I2C slave own address 2 and mask. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Address:
lib/fwlib/f0/stdperiph/src/stm32f0xx_i2c.c:447
↓ 3 callersFunctionI2C_Send7bitAddress
* @brief Transmits the address byte to select the slave device. * @param I2Cx: where x can be 1, 2 or 3 to select the I2C peripheral. * @param
lib/fwlib/f4/stdperiph/src/stm32f4xx_i2c.c:451
↓ 3 callersFunctionLZG_InitEncoderConfig
utils/liblzg/liblzg-1.0.6/src/lib/encode.c:394
↓ 3 callersFunctionNVIC_Init
* @brief Initializes the NVIC peripheral according to the specified * parameters in the NVIC_InitStruct. * @note To configure interrupt
lib/fwlib/f4/stdperiph/src/misc.c:136
↓ 3 callersMethodParseCharacters
(Control refCtrl,FontDefinition fd,string str,bool doCompression)
utils/fonts/LzgFontConv/CharacterDefinitions.cs:34
↓ 3 callersFunctionRCC_LSEConfig
* @brief Configures the External Low Speed oscillator (LSE). * @note As the LSE is in the Backup domain and write access is denied to this *
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:408
↓ 3 callersFunctionRCC_LSICmd
* @brief Enables or disables the Internal Low Speed oscillator (LSI). * @note After enabling the LSI, the application software should wait on
lib/fwlib/f0/stdperiph/src/stm32f0xx_rcc.c:458
↓ 3 callersFunctionRTC_EnterConfigMode
* @brief Enters the RTC configuration mode. * @param None * @retval None */
lib/fwlib/f1/stdperiph/src/stm32f10x_rtc.c:111
↓ 3 callersFunctionRTC_ExitConfigMode
* @brief Exits from the RTC configuration mode. * @param None * @retval None */
lib/fwlib/f1/stdperiph/src/stm32f10x_rtc.c:122
↓ 3 callersFunctionRTC_SetAlarm
* @brief Set the specified RTC Alarm. * @note The Alarm register can only be written when the corresponding Alarm * is disabled (Use th
lib/fwlib/f0/stdperiph/src/stm32f0xx_rtc.c:1050
↓ 3 callersFunctionSAP
lib/include/display/graphic/tft/lgdp453x/commands/PowerCtrl1Cmd.h:30
↓ 3 callersFunctionSDIO_GetCommandResponse
* @brief Returns command index of last command for which response received. * @param None * @retval Returns the command index of the last comman
lib/fwlib/f4/stdperiph/src/stm32f4xx_sdio.c:450
↓ 3 callersFunctionSPI_Init
* @brief Initializes the SPIx peripheral according to the specified * parameters in the SPI_InitStruct. * @param SPIx: where x can be 1
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:233
↓ 3 callersFunctionSPI_StructInit
* @brief Fills each SPI_InitStruct member with its default value. * @param SPI_InitStruct: pointer to a SPI_InitTypeDef structure which will be in
lib/fwlib/f0/stdperiph/src/stm32f0xx_spi.c:201
↓ 3 callersMethodSave
(SizedFont sf,String xmlFilename,Control refControl,TargetDevice targetDevice)
utils/fonts/FontConv/FontWriter.cs:57
↓ 3 callersFunctionSetMementoFrom
lib/include/event/fd/FastDelegate.h:641
↓ 3 callersFunctionTIM_DMACmd
* @brief Enables or disables the TIMx's DMA Requests. * @param TIMx: where x can be 1, 2, 3, 6, 7, 15, 16 or 17 to select the TIM peripheral. *
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2641
↓ 3 callersFunctionTIM_PrescalerConfig
* @brief Configures the TIMx Prescaler. * @param TIMx: where x can be 1, 2, 3, 6, 7, 14, 15, 16 and 17 to select the TIM peripheral. * @note T
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:339
↓ 3 callersFunctionTIM_SelectInputTrigger
@defgroup TIM_Group7 Synchronization management functions * @brief Synchronization management functions * @verbatim ==========================
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2908
↓ 3 callersFunctionTIM_SetIC1Prescaler
* @brief Sets the TIMx Input Capture 1 prescaler. * @param TIMx: where x can be 1, 2, 3, 14, 15, 16 or 17 to select the TIM peripheral. * @note
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2235
↓ 3 callersFunctionTIM_SetIC1Prescaler
* @brief Sets the TIMx Input Capture 1 prescaler. * @param TIMx: where x can be 1 to 14 except 6 and 7, to select the TIM peripheral. * @param
lib/fwlib/f4/stdperiph/src/stm32f4xx_tim.c:2095
↓ 3 callersFunctionTIM_SetIC1Prescaler
* @brief Sets the TIMx Input Capture 1 prescaler. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param T
lib/fwlib/f1/stdperiph/src/stm32f10x_tim.c:2353
↓ 3 callersFunctionTIM_SetIC2Prescaler
* @brief Sets the TIMx Input Capture 2 prescaler. * @param TIMx: where x can be 1, 2, 3 or 15 to select the TIM peripheral. * @note TIM2 is no
lib/fwlib/f0/stdperiph/src/stm32f0xx_tim.c:2259
↓ 3 callersFunctionTIM_SetIC2Prescaler
* @brief Sets the TIMx Input Capture 2 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9 or 12 to select the TIM * periphera
lib/fwlib/f4/stdperiph/src/stm32f4xx_tim.c:2120
↓ 3 callersFunctionTIM_SetIC2Prescaler
* @brief Sets the TIMx Input Capture 2 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @p
lib/fwlib/f1/stdperiph/src/stm32f10x_tim.c:2375
↓ 3 callersFunctionUSART_GetFlagStatus
* @brief Checks whether the specified USART flag is set or not. * @param USARTx: where x can be from 1 to 8 to select the USART peripheral. * @n
lib/fwlib/f0/stdperiph/src/stm32f0xx_usart.c:1985
↓ 3 callersFunctionUSBD_LL_FlushEP
lib/src/usb/f4/device/UsbDevice.cpp:99
↓ 3 callersFunctionUSBD_LL_GetRxDataSize
lib/src/usb/f4/device/UsbDevice.cpp:199
↓ 3 callersFunctionUSBD_RegisterClass
lib/usblib/device/core/src/usbd_core.cpp:112
↓ 3 callersFunctionUSB_DevDisconnect
* @brief USB_DevDisconnect : Disconnect the USB device by disabling the pull-up/pull-down * @param USBx : Selected device * @retval HAL status
lib/usblib/hal/src/stm32f4xx_ll_usb.c:920
↓ 3 callersFunctionUSB_SetDevSpeed
* @brief USB_SetDevSpeed :Initializes the DevSpd field of DCFG register * depending the PHY type and the enumeration speed of the device.
lib/usblib/hal/src/stm32f4xx_ll_usb.c:384
↓ 3 callersFunctionUSB_WritePacket
* @brief USB_WritePacket : Writes a packet into the Tx FIFO associated * with the EP/channel * @param USBx : Selected device
lib/usblib/hal/src/stm32f4xx_ll_usb.c:762
↓ 3 callersFunction_LZG_SearchAccel_Destroy
utils/liblzg/liblzg-1.0.6/src/lib/encode.c:272
↓ 3 callersMethod_M_put_node
lib/include/stl/stl_list.h:239
↓ 3 callersFunction_M_reserve_map_at_front
lib/include/stl/stl_deque.h:900
↓ 3 callersFunction__QADD
* @brief C custom defined QADD for M3 and M0 processors */
lib/fwlib/f0/cmsis/Include/arm_math.h:921
↓ 3 callersFunction__QADD
* @brief C custom defined QADD for M3 and M0 processors */
lib/fwlib/f4/cmsis/Include/arm_math.h:920
↓ 3 callersFunction__QSUB
* @brief C custom defined QSUB for M3 and M0 processors */
lib/fwlib/f0/cmsis/Include/arm_math.h:931
↓ 3 callersFunction__QSUB
* @brief C custom defined QSUB for M3 and M0 processors */
lib/fwlib/f4/cmsis/Include/arm_math.h:930
↓ 3 callersFunction__WFE
\brief Wait For Event Wait For Event is a hint instruction that permits the processor to enter a low-power state until one of a number of ev
lib/fwlib/f0/cmsis/Include/core_cmInstr.h:348
↓ 3 callersFunction__WFI
\brief Wait For Interrupt Wait For Interrupt is a hint instruction that suspends execution until one of a number of events occurs. */
lib/fwlib/f0/cmsis/Include/core_cmInstr.h:337
↓ 3 callersFunction__WFI
\brief Wait For Interrupt Wait For Interrupt is a hint instruction that suspends execution until one of a number of events occurs. */
lib/fwlib/f4/cmsis/Include/core_cmInstr.h:336
↓ 3 callersFunction__random_number
lib/include/stl/stl_algo.h:969
↓ 3 callersFunction__stl_throw_range_error
lib/include/stl/stl_range_errors.h:50
↓ 3 callersMethodarpSendProbe
lib/include/net/network/arp/Arp.h:429
↓ 3 callersMethodavailableToRead
lib/include/memory/circular_buffer.h:110
↓ 3 callersMethodbeginWriteByTimer
lib/include/dma/features/f0/TimerDmaFeature.h:68
↓ 3 callersMethodbeginWriting
lib/include/display/graphic/tft/lds285/LDS285.h:214
↓ 3 callersFunctionclear
lib/include/stl/stl_tree.h:734
↓ 3 callersFunctionclip_q63_to_q31
* @brief Clips Q63 to Q31 values. */
lib/fwlib/f0/cmsis/Include/arm_math.h:435
↓ 3 callersFunctionclip_q63_to_q31
* @brief Clips Q63 to Q31 values. */
lib/fwlib/f4/cmsis/Include/arm_math.h:434
↓ 3 callersMethodcompleted
lib/src/rtc/f4/RtcMeasuredLsiFrequencyProvider.cpp:43
↓ 3 callersMethodcurrent
lib/src/filesystem/fat/FileSectorIterator.cpp:99
↓ 3 callersMethodcurrentContent
lib/src/filesystem/fat/FatIterator.cpp:94
↓ 3 callersMethoddnsHostnameQuery
lib/include/net/application/dns/Dns.h:187
↓ 3 callersMethodenableMasterFeature
lib/include/timer/features/TimerMasterFeature.h:42
↓ 3 callersMethodenableSecondInterrupt
lib/include/rtc/features/f4/RtcSecondInterruptFeature.h:54
↓ 3 callersMethoderase
lib/include/stl/stl_hash_map.h:214
↓ 3 callersMethoderase
lib/include/stl/stl_hash_set.h:207
↓ 3 callersFunctionfill_n
lib/include/stl/stl_algobase.h:451
↓ 3 callersMethodfinish
lib/include/crc/BigEndianCrc.h:130
↓ 3 callersMethodgetCount
lib/include/usb/f0/UsbBufferDescriptionTableEntry.h:30
↓ 3 callersMethodgetDataAvailable
lib/include/net/transport/tcp/TcpConnection.h:261
↓ 3 callersMethodgetDirectoryIterator
lib/src/filesystem/fat/FatFileSystem.cpp:204
↓ 3 callersMethodgetFatEntrySizeInBytes
lib/src/filesystem/fat/Fat16FileSystem.cpp:73
↓ 3 callersMethodgetFilename
lib/src/filesystem/fat/FatDirectoryIterator.cpp:67
↓ 3 callersMethodgetInternalBuffer
lib/include/net/NetBuffer.h:117
↓ 3 callersFunctiongetOctet
------------------------------------------------------------------------------
lib/src/display/graphic/PicoJpeg.cpp:168
↓ 3 callersMethodgetPeripheralAddress
lib/include/gpio/GpioPinRef.h:80
↓ 3 callersMethodget_allocator
lib/include/stl/stl_hashtable.h:237
↓ 3 callersMethodincrementNumEndpoints
lib/include/usb/f4/device/Device.h:563
↓ 3 callersMethodinitialise
lib/include/net/transport/icmp/Icmp.h:67
↓ 3 callersMethodinsert
lib/include/net/network/arp/ArpCache.h:106
↓ 3 callersMethodisTransmitting
lib/include/usb/f4/device/hid/MouseHidDevice.h:303
↓ 3 callersMethodmoveCursor
lib/src/display/character/hd44780.cpp:103
↓ 3 callersMethodmoveTo
lib/src/filesystem/fat/FatDirectoryIterator.cpp:148
↓ 3 callersFunctionpop_heap
lib/include/stl/stl_heap.h:151
↓ 3 callersMethodprocessCmd
lib/include/usb/f4/device/msc/MscScsi.h:152
↓ 3 callersFunctionpush_front
lib/include/stl/stl_deque.h:686
↓ 3 callersMethodread
lib/src/stream/LzgDecompressionInputStream.cpp:74
← previousnext →501–600 of 12,545, ranked by callers