MCPcopy Create free account

hub / github.com/Modos-Labs/Glider / functions

Functions4,931 in github.com/Modos-Labs/Glider

↓ 12 callersFunctionrefreshLine
fw/User/shell/linenoise.c:117
↓ 12 callersFunctionspiffs_object_update_index_hdr
update object index header with any combination of name/size/index new_objix_hdr_data may be null, if so the object index header page is loaded name m
fw/User/spiffs/src/spiffs_nucleus.c:965
↓ 11 callersFunctionADC_ConversionStop
* @brief Stop ADC conversion. * @param hadc ADC handle * @param ConversionGroup ADC group regular and/or injected. * This parameter ca
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c:3538
↓ 11 callersFunctionHAL_Delay
* @brief This function provides minimum delay (in milliseconds) based * on variable incremented. * @note In the default implementation , Sy
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c:405
↓ 11 callersFunctionLL_ADC_IsEnabled
* @brief Get the selected ADC instance enable state. * @note On this STM32 series, flag LL_ADC_FLAG_ADRDY is raised when the ADC * is e
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:6941
↓ 11 callersFunctionLL_AHB4_GRP1_ForceReset
* @brief Force AHB4 peripherals reset. * @rmtoll AHB4RSTR GPIOARST LL_AHB4_GRP1_ForceReset\n * AHB4RSTR GPIOBRST LL_AHB
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bus.h:1522
↓ 11 callersFunctionLL_AHB4_GRP1_ReleaseReset
* @brief Release AHB4 peripherals reset. * @rmtoll AHB4RSTR GPIOARST LL_AHB4_GRP1_ReleaseReset\n * AHB4RSTR GPIOBRST LL
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_bus.h:1564
↓ 11 callersFunctionLL_RCC_GetPLL1ClockFreq
* @brief Return PLL1 clocks frequencies * @note LL_RCC_PERIPH_FREQUENCY_NO returned for non activated output or oscillator not ready * @retval
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c:291
↓ 11 callersFunctionmake_test_fname
fw/User/spiffs/src/test/test_spiffs.c:114
↓ 11 callersFunctionpal_i2c_ll_start
fw/User/pal_i2c.c:44
↓ 11 callersFunctionspiffs_obj_lu_find_entry_visitor
Find object lookup entry containing given id with visitor. Iterate over object lookup pages in each block until a given object id entry is found. When
fw/User/spiffs/src/spiffs_nucleus.c:124
↓ 11 callersFunctionterm_ansi
fw/User/shell/term.c:20
↓ 11 callersFunctionterm_putstr
Write a string to the terminal
fw/User/shell/term.c:141
↓ 11 callersFunctionvListInsert
fw/Middlewares/Third_Party/FreeRTOS/Source/list.c:103
↓ 10 callersFunctionADC_Enable
* @brief Enable the selected ADC. * @note Prerequisite condition to use this function: ADC must be disabled * and voltage regulator mus
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c:3672
↓ 10 callersFunctionHAL_NVIC_SetPriority
* @brief Sets the priority of an interrupt. * @param IRQn External interrupt number. * This parameter can be an enumerator of IRQn_Type
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c:164
↓ 10 callersFunctionHAL_RCCEx_GetPLL3ClockFreq
* @brief Returns the PLL3 clock frequencies :PLL3_P_Frequency,PLL3_R_Frequency and PLL3_Q_Frequency * @note The PLL3 clock frequencies computed b
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c:3014
↓ 10 callersFunctionHAL_RCC_GetHCLKFreq
* @brief Returns the HCLK frequency * @note Each time HCLK changes, this function must be called to update the * right HCLK value. Othe
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c:1485
↓ 10 callersFunctionLL_RCC_GetPLL3ClockFreq
* @brief Return PLL3 clocks frequencies * @note LL_RCC_PERIPH_FREQUENCY_NO returned for non activated output or oscillator not ready * @retval
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c:439
↓ 10 callersFunctionSDMMC_CmdBlockCount
* @brief Send the Data Block number command and check the response * @param SDMMCx: Pointer to SDMMC register base * @retval HAL status */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:538
↓ 10 callersFunctionSDMMC_CmdBlockLength
* @brief Send the Data Block Length command and check the response * @param SDMMCx: Pointer to SDMMC register base * @retval HAL status */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:514
↓ 10 callersFunctionSD_SwitchSpeed
* @brief Switches the SD card to High Speed mode. * This API must be used after "Transfer State" * @note This operation should be follo
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c:3711
↓ 10 callersFunctionSPIFFS_opendir
fw/User/spiffs/src/spiffs_hydrogen.c:880
↓ 10 callersFunctionSPIFFS_readdir
fw/User/spiffs/src/spiffs_hydrogen.c:933
↓ 10 callersFunctionclear_flash_ops_log
fw/User/spiffs/src/test/test_spiffs.c:557
↓ 10 callersFunctionpd_power_supply_reset
fw/User/usbpd/usb_pd_driver.c:81
↓ 10 callersFunctionvListInsertEnd
fw/Middlewares/Third_Party/FreeRTOS/Source/list.c:74
↓ 10 callersFunctionxTaskCreate
fw/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:733
↓ 9 callersFunctionHAL_RCCEx_GetPLL1ClockFreq
* @brief Returns the PLL1 clock frequencies :PLL1_P_Frequency,PLL1_R_Frequency and PLL1_Q_Frequency * @note The PLL1 clock frequencies computed b
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c:3082
↓ 9 callersFunctionLL_ADC_GetMultimode
* @brief Get ADC multimode configuration to operate in independent mode * or multimode (for devices with several ADC instances). * @note
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:6601
↓ 9 callersFunctionLL_ADC_SetAnalogWDMonitChannels
* @brief Set ADC analog watchdog monitored channels: * a single channel, multiple channels or all channels, * on ADC groups regul
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:5774
↓ 9 callersFunctionLL_RCC_CSI_IsReady
* @brief Check if CSI clock is ready * @rmtoll CR CSIRDY LL_RCC_CSI_IsReady * @retval State of bit (1 or 0). */
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rcc.h:1883
↓ 9 callersFunctionLL_RCC_CalcPLLClockFreq
* @brief Helper function to calculate the PLL frequency output * @note ex: @ref LL_RCC_CalcPLLClockFreq (HSE_VALUE, @ref LL_RCC_PLL1_GetM (), *
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c:520
↓ 9 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
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc.c:4247
↓ 9 callersFunctionSDMMC_WriteFIFO
* @brief Write data (word) to Tx FIFO in blocking mode (polling) * @param SDMMCx: Pointer to SDMMC register base * @param pWriteData: pointer t
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:264
↓ 9 callersFunctionarea_set
fw/User/spiffs/src/test/test_spiffs.c:305
↓ 9 callersMethodfinish_task
(self)
utils/flash_tool/main.py:310
↓ 9 callersFunctionflushinput
* Flush input **********************************************************************************************************************/
fw/User/xmodem/xmodem.c:121
↓ 9 callersFunctionpal_i2c_ll_send
fw/User/pal_i2c.c:68
↓ 9 callersFunctionpd_comm_is_enabled
fw/User/usbpd/usb_pd_protocol.c:257
↓ 9 callersFunctionpd_set_dual_role
fw/User/usbpd/usb_pd_protocol.c:1836
↓ 9 callersFunctionspiffs_page_allocate_data
Allocates a free defined page with given obj_id Occupies object lookup entry and page data may be NULL; where only page header is stored, len and page
fw/User/spiffs/src/spiffs_nucleus.c:753
↓ 9 callersFunctionspiffs_page_index_check
fw/User/spiffs/src/spiffs_nucleus.c:33
↓ 9 callersFunctiontcpm_get_cc
fw/User/usbpd/tcpm.h:59
↓ 8 callersFunctionHAL_FLASH_EndOfOperationCallback
* @brief FLASH end of operation interrupt callback * @param ReturnValue The value saved in this parameter depends on the ongoing procedure *
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c:810
↓ 8 callersFunctionHAL_NAND_Read_Status
* @brief NAND memory read status * @param hnand pointer to a NAND_HandleTypeDef structure that contains * the configuration infor
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c:2184
↓ 8 callersFunctionHAL_NVIC_EnableIRQ
* @brief Enables a device specific interrupt in the NVIC interrupt controller. * @note To configure interrupts priority correctly, the NVIC_Prior
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c:186
↓ 8 callersFunctionHAL_RCC_GetSysClockFreq
* @brief Returns the SYSCLK frequency * * @note The system frequency computed by this function is not the real * frequency in the chi
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c:1388
↓ 8 callersFunctionI2C_ITSlaveSeqCplt
* @brief I2C Slave sequential complete process. * @param hi2c I2C handle. * @retval None */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c:6086
↓ 8 callersFunctionLL_ADC_SetOffsetState
* @brief Set for the ADC selected offset number 1, 2, 3 or 4: * force offset state disable or enable * without modifying offset c
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:3756
↓ 8 callersFunctionLL_RCC_HSE_IsReady
* @brief Check if HSE oscillator Ready * @rmtoll CR HSERDY LL_RCC_HSE_IsReady * @retval State of bit (1 or 0). */
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_rcc.h:1686
↓ 8 callersFunctionSPIFFS_bytes_to_ix_map_entries
fw/User/spiffs/src/spiffs_hydrogen.c:1228
↓ 8 callersFunctionUSB_FlushTxFifo
* @brief USB_FlushTxFifo Flush a Tx FIFO * @param USBx Selected device * @param num FIFO number * This parameter can be a value fro
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c:452
↓ 8 callersFunctionpal_i2c_ll_stop
fw/User/pal_i2c.c:111
↓ 8 callersFunctionpower_get_rail_current
fw/User/power.c:189
↓ 8 callersFunctionprvBytesInBuffer
fw/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c:1189
↓ 8 callersFunctionspiffs_fflush_cache
fw/User/spiffs/src/spiffs_hydrogen.c:757
↓ 8 callersFunctiontcpm_set_rx_enable
fw/User/usbpd/tcpm.h:95
↓ 8 callersFunctionvTaskDelay
fw/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:1341
↓ 7 callersFunctionI2C_WaitOnTXISFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of TXIS flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c:7030
↓ 7 callersFunctionLL_RCC_GetCLKPClockFreq
* @brief Return CLKP clock frequency * @param CLKPxSource This parameter can be one of the following values: * @arg @ref LL_RCC_CLKP_CLK
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c:1638
↓ 7 callersFunctionSDMMC_Init
* @brief Initializes the SDMMC according to the specified * parameters in the SDMMC_InitTypeDef and create the associated handle. * @para
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:201
↓ 7 callersFunctionSPIFFS_clearerr
fw/User/spiffs/src/spiffs_hydrogen.c:173
↓ 7 callersFunctionSPIFFS_closedir
fw/User/spiffs/src/spiffs_hydrogen.c:966
↓ 7 callersFunctionSPIFFS_ix_remap
fw/User/spiffs/src/spiffs_hydrogen.c:1166
↓ 7 callersFunctionSPIFFS_unmount
fw/User/spiffs/src/spiffs_hydrogen.c:150
↓ 7 callersFunctionTIM_Base_SetConfig
* @brief Time Base configuration * @param TIMx TIM peripheral * @param Structure TIM Base configuration structure * @retval None */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c:6935
↓ 7 callersFunctionTIM_ResetCallback
* @brief Reset interrupt callbacks to the legacy weak callbacks. * @param htim pointer to a TIM_HandleTypeDef structure that contains *
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c:7891
↓ 7 callersFunctioncc_is_rp
* Returns whether the sink has detected a Rp resistor on the other side. */
fw/User/usbpd/usb_pd_protocol.c:1984
↓ 7 callersFunctionget_modep
fw/User/usbpd/usb_pd_policy.c:376
↓ 7 callersFunctionget_spiffs_file_crc_by_fd
fw/User/spiffs/src/test/test_spiffs.c:812
↓ 7 callersMethodlog_status
(self, status)
utils/flash_tool/main.py:306
↓ 7 callersFunctionpd_get_rev
fw/User/usbpd/usb_pd_protocol.c:275
↓ 7 callersFunctionpower_get_rail_power
fw/User/power.c:196
↓ 7 callersFunctionprvAddCurrentTaskToDelayedList
fw/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:5177
↓ 7 callersFunctionprvResetNextTaskUnblockTime
fw/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3943
↓ 7 callersFunctionshell_print_task_stack
fw/User/shell/shell_cmds.c:120
↓ 7 callersFunctionspiffs_page_move
Moves a page from src to a free page and finalizes it. Updates page index. Page data is given in param page. If page data is null, provided header is
fw/User/spiffs/src/spiffs_nucleus.c:812
↓ 7 callersFunctionspiffs_phys_cpy
fw/User/spiffs/src/spiffs_nucleus.c:83
↓ 7 callersFunctionxTaskGetCurrentTaskHandle
fw/Middlewares/Third_Party/FreeRTOS/Source/tasks.c:3969
↓ 6 callersFunctionHAL_ADC_ConfigChannel
* @brief Configure a channel to be assigned to ADC group regular. * @note In case of usage of internal measurement channels: * Vbat/Vre
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c:2819
↓ 6 callersFunctionHAL_DMA_GetError
* @brief Return the DMA error code * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * the configuration infor
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c:1747
↓ 6 callersFunctionHAL_MDMA_Start_IT
* @brief Starts the MDMA Transfer with interrupts enabled. * @param hmdma : pointer to a MDMA_HandleTypeDef structure that contains *
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c:1132
↓ 6 callersFunctionHAL_PCDEx_BCD_Callback
* @brief Send BatteryCharging message to user layer callback. * @param hpcd PCD handle * @param msg LPM message * @retval HAL status */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c:314
↓ 6 callersFunctionHAL_RCCEx_PeriphCLKConfig
@defgroup RCCEx_Exported_Functions_Group1 Extended Peripheral Control functions * @brief Extended Peripheral Control functions * @verbatim ======
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c:105
↓ 6 callersFunctionHAL_TIM_PWM_PulseFinishedCallback
* @brief PWM Pulse finished callback in non-blocking mode * @param htim TIM handle * @retval None */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c:5879
↓ 6 callersFunctionI2C_WaitOnSTOPFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of STOP flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c:7071
↓ 6 callersFunctionLL_ADC_REG_StartConversion
* @brief Start ADC group regular conversion. * @note On this STM32 series, this function is relevant for both * internal trigger (SW st
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:7037
↓ 6 callersFunctionLL_ADC_SetCommonPathInternalCh
* @brief Set parameter common to several ADC: measurement path to internal * channels (VrefInt, temperature sensor, ...). * @note One o
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:2731
↓ 6 callersFunctionLL_ADC_SetOffset
* @brief Set ADC selected offset number 1, 2, 3 or 4. * @note This function set the 2 items of offset configuration: * - ADC channel to
fw/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:3379
↓ 6 callersFunctionRCC_GetPCLK4ClockFreq
* @brief Return PCLK4 clock frequency * @param HCLK_Frequency HCLK clock frequency * @retval PCLK4 clock frequency (in Hz) */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_rcc.c:1772
↓ 6 callersFunctionSDMMC_CmdAppCommand
* @brief Send the Application command to verify that that the next command * is an application specific com-mand rather than a standard com
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:894
↓ 6 callersFunctionSDMMC_CmdReadSingleBlock
* @brief Send the Read Single Block command and check the response * @param SDMMCx: Pointer to SDMMC register base * @retval HAL status */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:562
↓ 6 callersFunctionSDMMC_CmdWriteSingleBlock
* @brief Send the Write Single Block command and check the response * @param SDMMCx: Pointer to SDMMC register base * @retval HAL status */
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:610
↓ 6 callersFunctionSPIFFS_creat
fw/User/spiffs/src/spiffs_hydrogen.c:177
↓ 6 callersFunctionSPIFFS_fflush
fw/User/spiffs/src/spiffs_hydrogen.c:790
↓ 6 callersFunctionSPIFFS_info
fw/User/spiffs/src/spiffs_hydrogen.c:995
↓ 6 callersFunctionUSB_EP0_OutStart
* @brief Prepare the EP0 to start the first control setup * @param USBx Selected device * @param dma USB dma enabled or disabled *
fw/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c:1352
↓ 6 callersFunctionpd_is_connected
Return flag for pd state is connected */
fw/User/usbpd/usb_pd_protocol.c:287
↓ 6 callersFunctionpd_set_input_current_limit
fw/User/usbpd/usb_pd_driver.c:57
← previousnext →101–200 of 4,931, ranked by callers