MCPcopy Create free account

hub / github.com/AstraThreshold/oled-ui-astra / functions

Functions1,903 in github.com/AstraThreshold/oled-ui-astra

↓ 1 callersFunctionu8x8_capture_DrawTiles
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_capture.c:204
↓ 1 callersFunctionu8x8_capture_memory_copy
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_capture.c:195
↓ 1 callersFunctionu8x8_draw_1x2_subglyph
https://github.com/olikraus/u8g2/issues/474 */
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_8x8.c:231
↓ 1 callersFunctionu8x8_draw_2x2_subglyph
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_8x8.c:179
↓ 1 callersFunctionu8x8_find_first_diff
return 0 to U8X8_PIN_INPUT_CNT-1 if there is a difference return U8X8_PIN_INPUT_CNT if there is no difference */
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_debounce.c:63
↓ 1 callersFunctionu8x8_read_pin_state
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_debounce.c:40
↓ 1 callersFunctionu8x8_u16toap
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_u16toa.c:40
↓ 1 callersFunctionu8x8_u8toap
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_u8toa.c:40
↓ 1 callersFunctionu8x8_utf8_next
pass a byte from an utf8 encoded string to the utf8 decoder state machine returns 0x0fffe: no glyph, just continue 0x0ffff: end of string
Core/Src/hal/hal_dreamCore/components/oled/graph_lib/u8g2/u8x8_8x8.c:304
FunctionADC_DMAConvCplt
* @brief DMA transfer complete callback. * @param hdma: pointer to DMA handle. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:2333
FunctionADC_DMAError
* @brief DMA error callback * @param hdma: pointer to DMA handle. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:2398
FunctionADC_DMAHalfConvCplt
* @brief DMA half transfer complete callback. * @param hdma: pointer to DMA handle. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:2380
FunctionARM_MPU_ClrRegion
Clear and disable the given MPU region. * \param rnr Region number to be cleared. */
Drivers/CMSIS/Include/mpu_armv7.h:213
FunctionARM_MPU_ClrRegion
Clear and disable the given MPU region. * \param rnr Region number to be cleared. */
Drivers/CMSIS/Include/mpu_armv8.h:215
FunctionARM_MPU_ClrRegion_NS
Clear and disable the given Non-secure MPU region. * \param rnr Region number to be cleared. */
Drivers/CMSIS/Include/mpu_armv8.h:224
FunctionARM_MPU_Disable
Disable the MPU. */
Drivers/CMSIS/Include/mpu_armv7.h:200
FunctionARM_MPU_Disable
Disable the MPU. */
Drivers/CMSIS/Include/mpu_armv8.h:127
FunctionARM_MPU_Disable_NS
Disable the Non-secure MPU. */
Drivers/CMSIS/Include/mpu_armv8.h:153
FunctionARM_MPU_Enable
Enable the MPU. * \param MPU_Control Default access permissions for unconfigured regions. */
Drivers/CMSIS/Include/mpu_armv7.h:188
FunctionARM_MPU_Enable
Enable the MPU. * \param MPU_Control Default access permissions for unconfigured regions. */
Drivers/CMSIS/Include/mpu_armv8.h:115
FunctionARM_MPU_Enable_NS
Enable the Non-secure MPU. * \param MPU_Control Default access permissions for unconfigured regions. */
Drivers/CMSIS/Include/mpu_armv8.h:141
FunctionARM_MPU_Load
Load the given number of MPU regions from a table. * \param table Pointer to the MPU configuration table. * \param cnt Amount of regions to be configu
Drivers/CMSIS/Include/mpu_armv7.h:259
FunctionARM_MPU_Load
Load the given number of MPU regions from a table. * \param rnr First region number to be configured. * \param table Pointer to the MPU configuration
Drivers/CMSIS/Include/mpu_armv8.h:315
FunctionARM_MPU_Load_NS
Load the given number of MPU regions from a table to the Non-secure MPU. * \param rnr First region number to be configured. * \param table Pointer to
Drivers/CMSIS/Include/mpu_armv8.h:326
FunctionARM_MPU_SetMemAttr
Set the memory attribute encoding. * \param idx The attribute index to be set [0-7] * \param attr The attribute value to be set. */
Drivers/CMSIS/Include/mpu_armv8.h:186
FunctionARM_MPU_SetMemAttr_NS
Set the memory attribute encoding to the Non-secure MPU. * \param idx The attribute index to be set [0-7] * \param attr The attribute value to be set.
Drivers/CMSIS/Include/mpu_armv8.h:196
FunctionARM_MPU_SetRegion
Configure an MPU region. * \param rbar Value for RBAR register. * \param rsar Value for RSAR register. */
Drivers/CMSIS/Include/mpu_armv7.h:223
FunctionARM_MPU_SetRegion
Configure the given MPU region. * \param rnr Region number to be configured. * \param rbar Value for RBAR register. * \param rlar Value for RLAR regis
Drivers/CMSIS/Include/mpu_armv8.h:248
FunctionARM_MPU_SetRegionEx
Configure the given MPU region. * \param rnr Region number to be configured. * \param rbar Value for RBAR register. * \param rsar Value for RSAR regis
Drivers/CMSIS/Include/mpu_armv7.h:234
FunctionARM_MPU_SetRegion_NS
Configure the given Non-secure MPU region. * \param rnr Region number to be configured. * \param rbar Value for RBAR register. * \param rlar Value for
Drivers/CMSIS/Include/mpu_armv8.h:259
FunctionBusFault_Handler
* @brief This function handles Prefetch fault, memory access fault. */
Core/Src/stm32f1xx_it.c:115
MethodCamera
Core/Src/astra/ui/item/camera/camera.cpp:10
MethodCheckBox
Core/Src/astra/ui/item/widget/widget.cpp:5
FunctionDMA1_Channel5_IRQHandler
* @brief This function handles DMA1 channel5 global interrupt. */
Core/Src/stm32f1xx_it.c:205
FunctionDebugMon_Handler
* @brief This function handles Debug monitor. */
Core/Src/stm32f1xx_it.c:158
FunctionError_Handler
* @brief Global Error_Handler */
newlib_lock_glue.c:45
MethodHALDreamCore
Core/Src/hal/hal_dreamCore/hal_dreamCore.h:27
FunctionHAL_ADCEx_Calibration_Start
* @brief Perform an ADC automatic self-calibration * Calibration prerequisite: ADC must be disabled (execute this * function befo
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:119
FunctionHAL_ADCEx_InjectedConfigChannel
* @brief Configures the ADC injected group and the selected channel to be * linked to the injected group. * @note Possibility to update
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:1000
FunctionHAL_ADCEx_InjectedGetValue
* @brief Get ADC injected group conversion result. * @note Reading register JDRx automatically clears ADC flag JEOC * (ADC group inject
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:889
FunctionHAL_ADCEx_InjectedPollForConversion
* @brief Wait for injected group conversion to be completed. * @param hadc: ADC handle * @param Timeout: Timeout value in millisecond. * @ret
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:381
FunctionHAL_ADCEx_InjectedStart
* @brief Enables ADC, starts conversion of injected group. * Interruptions enabled in this function: None. * @param hadc: ADC handle *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:229
FunctionHAL_ADCEx_InjectedStart_IT
* @brief Enables ADC, starts conversion of injected group with interruption. * - JEOC (end of conversion of injected group) * Ea
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:507
FunctionHAL_ADCEx_InjectedStop
* @brief Stop conversion of injected channels. Disable ADC peripheral if * no regular conversion is on going. * @note If ADC must be di
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:328
FunctionHAL_ADCEx_InjectedStop_IT
* @brief Stop conversion of injected channels, disable interruption of * end-of-conversion. Disable ADC peripheral if no regular conversio
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:606
FunctionHAL_ADCEx_MultiModeConfigChannel
* @brief Enable ADC multimode and configure multimode parameters * @note Possibility to update parameters on the fly: * This function i
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:1261
FunctionHAL_ADCEx_MultiModeGetValue
* @brief Returns the last ADC Master&Slave regular conversions results data * in the selected multi mode. * @param hadc: ADC handle of A
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:926
FunctionHAL_ADCEx_MultiModeStart_DMA
* @brief Enables ADC, starts conversion of regular group and transfers result * through DMA. * Multimode must have been previousl
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:675
FunctionHAL_ADCEx_MultiModeStop_DMA
* @brief Stop ADC conversion of regular group (and injected channels in * case of auto_injection mode), disable ADC DMA transfer, disable
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc_ex.c:801
FunctionHAL_ADC_AnalogWDGConfig
* @brief Configures the analog watchdog. * @note Analog watchdog thresholds can be modified while ADC conversion * is on going. *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:2110
FunctionHAL_ADC_DeInit
* @brief Deinitialize the ADC peripheral registers to their default reset * values, with deinitialization of the ADC MSP. * If ne
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:629
FunctionHAL_ADC_GetError
* @brief Return the ADC error code * @param hadc: ADC handle * @retval ADC Error Code */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:2208
FunctionHAL_ADC_IRQHandler
* @brief Handles ADC interrupt request * @param hadc: ADC handle * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1779
FunctionHAL_ADC_MspDeInit
Core/Src/adc.c:86
FunctionHAL_ADC_MspInit
Core/Src/adc.c:70
FunctionHAL_ADC_PollForEvent
* @brief Poll for conversion event. * @param hadc: ADC handle * @param EventType: the ADC event type. * This parameter can be one of
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1332
FunctionHAL_ADC_RegisterCallback
* @brief Register a User ADC Callback * To be used instead of the weak predefined callback * @param hadc Pointer to a ADC_HandleTypeDef
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:820
FunctionHAL_ADC_Start_DMA
* @brief Enables ADC, starts conversion of regular group and transfers result * through DMA. * Interruptions enabled in this func
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1553
FunctionHAL_ADC_Start_IT
* @brief Enables ADC, starts conversion of regular group with interruption. * Interruptions enabled in this function: * - EOC (e
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1385
FunctionHAL_ADC_Stop
* @brief Stop ADC conversion of regular group (and injected channels in * case of auto_injection mode), disable ADC peripheral. * @note:
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1149
FunctionHAL_ADC_Stop_DMA
* @brief Stop ADC conversion of regular group (and injected group in * case of auto_injection mode), disable ADC DMA transfer, disable
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1694
FunctionHAL_ADC_Stop_IT
* @brief Stop ADC conversion of regular group (and injected group in * case of auto_injection mode), disable interrution of * e
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:1496
FunctionHAL_ADC_UnRegisterCallback
* @brief Unregister a ADC Callback * ADC callback is redirected to the weak predefined callback * @param hadc Pointer to a ADC_HandleTyp
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_adc.c:924
FunctionHAL_DBGMCU_DisableDBGSleepMode
* @brief Disable the Debug Module during SLEEP mode * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM32F
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:507
FunctionHAL_DBGMCU_DisableDBGStandbyMode
* @brief Disable the Debug Module during STANDBY mode * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM3
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:585
FunctionHAL_DBGMCU_DisableDBGStopMode
* @brief Disable the Debug Module during STOP mode * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM32F1
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:553
FunctionHAL_DBGMCU_EnableDBGSleepMode
* @brief Enable the Debug Module during SLEEP mode * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:491
FunctionHAL_DBGMCU_EnableDBGStandbyMode
* @brief Enable the Debug Module during STANDBY mode * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM32
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:569
FunctionHAL_DBGMCU_EnableDBGStopMode
* @brief Enable the Debug Module during STOP mode * Note: On devices STM32F10xx8 and STM32F10xxB, * STM32F101xC/D/E and STM32F10
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:537
FunctionHAL_DMA_GetError
* @brief Return the DMA error code. * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * the configuration info
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:831
FunctionHAL_DMA_GetState
* @brief Return the DMA handle state. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configuration in
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:819
FunctionHAL_DMA_PollForTransfer
* @brief Polling for transfer complete. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configur
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:501
FunctionHAL_DMA_RegisterCallback
* @brief Register callbacks * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configuration information for
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:692
FunctionHAL_DMA_Start
* @brief Start the DMA Transfer. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configuration informa
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:318
FunctionHAL_DMA_UnRegisterCallback
* @brief UnRegister callbacks * @param hdma: pointer to a DMA_HandleTypeDef structure that contains * the configuration information f
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c:743
FunctionHAL_DeInit
* @brief This function de-Initializes common part of the HAL and stops the systick. * of time base. * @note This function is optional. *
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:175
FunctionHAL_EXTI_ClearConfigLine
* @brief Clear whole configuration of a dedicated Exti line. * @param hexti Exti handle. * @retval HAL Status. */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:316
FunctionHAL_EXTI_ClearPending
* @brief Clear interrupt pending bit of a dedicated line. * @param hexti Exti handle. * @param Edge Specify which pending edge as to be clear.
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:498
FunctionHAL_EXTI_GenerateSWI
* @brief Generate a software interrupt for a dedicated line. * @param hexti Exti handle. * @retval None. */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:522
FunctionHAL_EXTI_GetConfigLine
* @brief Get configuration of a dedicated Exti line. * @param hexti Exti handle. * @param pExtiConfig Pointer on structure to store Exti config
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:237
FunctionHAL_EXTI_GetHandle
* @brief Store line number as handle private field. * @param hexti Exti handle. * @param ExtiLine Exti line number. * This parameter
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:394
FunctionHAL_EXTI_GetPending
* @brief Get interrupt pending bit of a dedicated line. * @param hexti Exti handle. * @param Edge Specify which pending edge as to be checked.
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:466
FunctionHAL_EXTI_IRQHandler
* @brief Handle EXTI interrupt request. * @param hexti Exti handle. * @retval none. */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:434
FunctionHAL_EXTI_RegisterCallback
* @brief Register callback for a dedicated Exti line. * @param hexti Exti handle. * @param CallbackID User callback identifier. * Thi
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:369
FunctionHAL_EXTI_SetConfigLine
* @brief Set configuration of a dedicated Exti line. * @param hexti Exti handle. * @param pExtiConfig Pointer on EXTI configuration to be set.
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c:142
FunctionHAL_FLASHEx_Erase
* @brief Perform a mass erase or erase the specified FLASH memory pages * @note To correctly run this function, the @ref HAL_FLASH_Unlock() funct
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:157
FunctionHAL_FLASHEx_Erase_IT
* @brief Perform a mass erase or erase the specified FLASH memory pages with interrupt enabled * @note To correctly run this function, the @ref H
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:317
FunctionHAL_FLASHEx_OBGetConfig
* @brief Get the Option byte configuration * @param pOBInit pointer to an FLASH_OBInitStruct structure that * contains the configuration
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:525
FunctionHAL_FLASHEx_OBGetUserData
* @brief Get the Option byte user data * @param DATAAdress Address of the option byte DATA * This parameter can be one of the following
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:547
FunctionHAL_FLASHEx_OBProgram
* @brief Program option bytes * @note The function @ref HAL_FLASH_Unlock() should be called before to unlock the FLASH interface * The
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c:444
FunctionHAL_FLASH_GetError
* @brief Get the specific FLASH error flag. * @retval FLASH_ErrorCode The returned value can be: * @ref FLASH_Error_Codes */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:772
FunctionHAL_FLASH_Lock
* @brief Locks the FLASH control register access * @retval HAL Status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:693
FunctionHAL_FLASH_OB_Launch
* @brief Launch the option byte loading. * @note This function will reset automatically the MCU. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:743
FunctionHAL_FLASH_OB_Lock
* @brief Lock the FLASH Option Control Registers access. * @retval HAL Status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:730
FunctionHAL_FLASH_OB_Unlock
* @brief Unlock the FLASH Option Control Registers access. * @retval HAL Status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:710
FunctionHAL_FLASH_Program
* @brief Program halfword, word or double word at a specified address * @note The function HAL_FLASH_Unlock() should be called before to unlock t
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:166
FunctionHAL_FLASH_Program_IT
* @brief Program halfword, word or double word at a specified address with interrupt enabled. * @note The function HAL_FLASH_Unlock() should be
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:265
FunctionHAL_FLASH_Unlock
* @brief Unlock the FLASH control register access * @retval HAL Status */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c:655
FunctionHAL_GPIOEx_ConfigEventout
* @brief Configures the port and pin on which the EVENTOUT Cortex signal will be connected. * @param GPIO_PortSource Select the port used to outpu
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c:81
FunctionHAL_GPIOEx_DisableEventout
* @brief Disables the Event Output. * @retval None */
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c:104
← previousnext →601–700 of 1,903, ranked by callers