MCPcopy Create free account

hub / github.com/but0n/Avem / functions

Functions3,872 in github.com/but0n/Avem

↓ 9 callersFunctionsEE_WritePage
* @brief Writes more than one byte to the EEPROM with a single WRITE cycle * (Page WRITE sequence). * @note The number of byte can't
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_ee.c:153
↓ 9 callersFunctionsEE_WritePage
* @brief Writes more than one byte to the EEPROM with a single WRITE cycle. * * @note The number of bytes (combined to write start address) m
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_i2c_ee.c:422
↓ 9 callersFunctionsEE_WritePage
* @brief Writes more than one byte to the EEPROM with a single WRITE cycle * (Page WRITE sequence). * @note The number of byte can't
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_spi_ee.c:150
↓ 9 callersFunctionsEE_WritePage
* @brief Writes more than one byte to the EEPROM with a single WRITE cycle. * * @note The number of bytes (combined to write start address) m
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_i2c_ee.c:398
↓ 9 callersFunctionsEE_WritePage
* @brief Writes more than one byte to the EEPROM with a single WRITE cycle. * * @note The number of bytes (combined to write start address) m
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_i2c_ee.c:427
↓ 9 callersFunctionsEE_WritePage
* @brief Writes more than one byte to the EEPROM with a single WRITE cycle. * * @note The number of bytes (combined to write start address) m
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_i2c_ee.c:396
↓ 9 callersFunctionsFLASH_WritePage
* @brief Writes more than one byte to the FLASH with a single WRITE cycle * (Page WRITE sequence). * @note The number of byte can't
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_spi_flash.c:221
↓ 8 callersFunctionADC_RegularChannelConfig
* @brief Configures for the selected ADC regular channel its corresponding * rank in the sequencer and its sample time. * @param ADCx:
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_adc.c:1162
↓ 8 callersFunctionCEC_OwnAddressClear
* @brief Clears the Own Address of the CEC device. * @param CEC_OwnAddress: The CEC own address. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_cec.c:281
↓ 8 callersFunctionCTR_LP
* Function Name : CTR_LP. * Description : Low priority Endpoint Correct Transfer interrupt's service * routine. * Input
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_int.c:53
↓ 8 callersFunctionClear_Status_Out
* Function Name : Clear_Status_Out * Description : Clear the Status Out of the related Endpoint * Input : bEpNum: Endpoint Number. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:323
↓ 8 callersFunctionLCD_GLASS_Clear
* @brief This function Clear the whole LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_glass_lcd.c:609
↓ 8 callersFunctionLCD_GLASS_ClearTextZone
* @brief This function Clears the LCD Glass Text Zone. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_glass_lcd.c:666
↓ 8 callersFunctionLCD_WriteRAM
* @brief Writes to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1410
↓ 8 callersFunctionRCC_USBCLKConfig
* @brief Configures the USB clock (USBCLK). * @param RCC_USBCLKSource: specifies the USB clock source. This clock is * derived from the PLL
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1254
↓ 8 callersFunctionSDIO_DMACmd
* @brief Enables or disables the SDIO DMA request. * @param NewState: new state of the selected SDIO DMA request. * This parameter can be: E
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:376
↓ 8 callersFunctionSDIO_Init
* @brief Initializes the SDIO peripheral according to the specified * parameters in the SDIO_InitStruct. * @param SDIO_InitStruct : pointer
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:261
↓ 8 callersFunctionSTM_EVAL_LEDToggle
* @brief Toggles the selected LED. * @param Led: Specifies the Led to be toggled. * This parameter can be one of following parameters: *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval.c:236
↓ 8 callersFunctionUSB_Init
* Function Name : USB_Init * Description : USB system initialization * Input : None. * Output : None. * Return : None
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_init.c:66
↓ 8 callersFunctionUSB_SIL_Init
* Function Name : USB_SIL_Init * Description : Initialize the USB Device IP and the Endpoint 0. * Input : None. * Output : Non
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_sil.c:48
↓ 8 callersFunctiona
(F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:21
↓ 8 callersFunctiona
(F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:21
↓ 8 callersFunctiona
(F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:21
↓ 8 callersFunctiona
(F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:21
↓ 8 callersFunctionuart_sendStr
libs/module/avm_uart.c:168
↓ 7 callersFunctionFSMC_NAND_AddressIncrement
* Function Name : NAND_AddressIncrement * Description : Increment the NAND memory address * Input : - Address: address to be incremente
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/fsmc_nand.c:477
↓ 7 callersFunctionFSMC_NAND_AddressIncrement
* Function Name : NAND_AddressIncrement * Description : Increment the NAND memory address * Input : - Address: address to be incremente
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/fsmc_nand.c:477
↓ 7 callersFunctionFSMC_NAND_WriteSmallPage
* Function Name : FSMC_NAND_WriteSmallPage * Description : This routine is for writing one or several 512 Bytes Page size. * Input : -
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/fsmc_nand.c:152
↓ 7 callersFunctionFSMC_NAND_WriteSmallPage
* Function Name : FSMC_NAND_WriteSmallPage * Description : This routine is for writing one or several 512 Bytes Page size. * Input : -
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/fsmc_nand.c:152
↓ 7 callersFunctionFSMC_NORSRAMInit
* @brief Initializes the FSMC NOR/SRAM Banks according to the specified * parameters in the FSMC_NORSRAMInitStruct. * @param FSMC_NORSRAMIni
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_fsmc.c:129
↓ 7 callersFunctionHDMI_CEC_TransmitMessage
* @brief Transmit message by taking data from typedef struct CEC_Meassage * @param CEC_TX_MessageStructure: pointer to an CEC_Message structure t
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_cec.c:366
↓ 7 callersFunctionI2C_SoftwareResetCmd
* @brief Enables or disables the specified I2C software reset. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @retval No
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_i2c.c:302
↓ 7 callersFunctionLCD_WriteRAM
* @brief Writes to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1490
↓ 7 callersFunctionLCD_WriteRAM
* @brief Writes to the LCD RAM. * @param RGB_Code: the pixel color in RGB mode (5-6-5). * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1444
↓ 7 callersFunctionLM75_DMA_Config
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_i2c_tsensor.c:171
↓ 7 callersFunctionLM75_DMA_Config
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_i2c_tsensor.c:171
↓ 7 callersFunctionLM75_DMA_Config
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_i2c_tsensor.c:171
↓ 7 callersFunctionLM75_DMA_Config
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_i2c_tsensor.c:171
↓ 7 callersFunctionNAND_Write_Cleanup
* Function Name : NAND_Write_Cleanup * Description : None * Input : None * Output : None * Return : Status *********
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/nand_if.c:403
↓ 7 callersFunctionNAND_Write_Cleanup
* Function Name : NAND_Write_Cleanup * Description : None * Input : None * Output : None * Return : Status *********
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/nand_if.c:403
↓ 7 callersFunctionRCC_I2CCLKConfig
* @brief Configures the I2C clock (I2CCLK). * @param RCC_I2CCLK: defines the I2C clock source. This clock is derived * from the HSI o
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_rcc.c:1139
↓ 7 callersFunctionRTC_EnterInitMode
* @brief Enters the RTC Initialization mode. * @note The RTC Initialization mode is write protected, use the * RTC_WriteProtectionCm
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c:491
↓ 7 callersFunctionSetBTABLE
* Function Name : SetBTABLE * Description : Set the BTABLE. * Input : wRegValue: New register value. * Output : None. * Retur
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:130
↓ 7 callersFunctionj
(E,F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:13
↓ 7 callersFunctionj
(E,F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:13
↓ 7 callersFunctionj
(E,F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:13
↓ 7 callersFunctionj
(E,F)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:13
↓ 6 callersFunctionADC_Cmd
* @brief Enables or disables the specified ADC peripheral. * @param ADCx: where x can be 1, 2, 3 or 4 to select the ADC peripheral. * @param
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_adc.c:379
↓ 6 callersFunctionADC_DMACmd
* @brief Enables or disables the specified ADC DMA request. * @param ADCx: where x can be 1, 2, 3 or 4 to select the ADC peripheral. * @param
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_adc.c:1775
↓ 6 callersFunctionADC_Init
* @brief Initializes the ADCx peripheral according to the specified parameters * in the ADC_InitStruct. * @param ADCx: where x can be
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_adc.c:168
↓ 6 callersFunctionAES_ClearFlag
* @brief Clears the AES flags. * @param AES_FLAG: specifies the flag to clear. * This parameter can be: * @arg AES_FLAG_CCF: Co
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:490
↓ 6 callersFunctionAES_GetFlagStatus
* @brief Checks whether the specified AES flag is set or not. * @param AES_FLAG specifies the flag to check. * This parameter can be one of
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:458
↓ 6 callersFunctionAES_Init
* @brief Initializes the AES peripheral according to the specified parameters * in the AES_InitStruct: * - AES_Operation: spe
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:135
↓ 6 callersFunctionAES_KeyInit
* @brief Initializes the AES Keys according to the specified parameters in the AES_KeyInitStruct. * @param AES_KeyInitStruct: pointer to an AES_K
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_aes.c:165
↓ 6 callersFunctionI2S_Init
* @brief Initializes the SPIx peripheral according to the specified * parameters in the I2S_InitStruct. * @param SPIx:To select the SPIx pe
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:391
↓ 6 callersFunctionIIC_Send
libs/module/avm_i2c.c:88
↓ 6 callersFunctionIIC_Wait_Ack
libs/module/avm_i2c.c:71
↓ 6 callersFunctionLCD_WriteRAM_Prepare
* @brief Prepare to write to the LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:1528
↓ 6 callersFunctionLCD_WriteRAM_Prepare
* @brief Prepare to write to the LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_lcd.c:1382
↓ 6 callersFunctionLCD_nCS_StartByte
* @brief Reset LCD control line(/CS) and Send Start-Byte * @param Start_Byte: the Start-Byte to be sent * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1252
↓ 6 callersFunctionMPU_GetData
libs/module/avm_mpu6050.c:55
↓ 6 callersFunctionRTC_ExitInitMode
* @brief Exits the RTC Initialization mode. * @note When the initialization sequence is complete, the calendar restarts * counting a
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c:536
↓ 6 callersFunctionSDIO_GetCommandResponse
* @brief Returns command index of last command for which response received. * @param None * @retval Returns the command index of the last comm
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:460
↓ 6 callersFunctionSDIO_SetPowerState
* @brief Sets the power status of the controller. * @param SDIO_PowerState: new state of the Power state. * This parameter can be one of th
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:331
↓ 6 callersFunctionSOF_Callback
* Function Name : USB_Istr * Description : Start of frame callback function. * Input : None. * Output : None. * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/usb_istr.c:241
↓ 6 callersFunctionTransfer_Data_Request
* Function Name : Transfer_Data_Request * Description : Send the request response to the PC HOST. * Input : uint8_t* Data_Address : poi
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_bot.c:283
↓ 6 callersFunctionTransfer_Data_Request
* Function Name : Transfer_Data_Request * Description : Send the request response to the PC HOST. * Input : uint8_t* Data_Address : poi
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_bot.c:283
↓ 6 callersFunctionUSART_Cmd
* @brief Enables or disables the specified USART peripheral. * @param USARTx: Select the USART peripheral. This parameter can be one of the *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_usart.c:406
↓ 6 callersFunctionUSART_Init
* @brief Initializes the USARTx peripheral according to the specified * parameters in the USART_InitStruct . * @param USARTx: Select t
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_usart.c:217
↓ 6 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
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Include/core_cmInstr.h:308
↓ 6 callersFunctione
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:12
↓ 6 callersFunctione
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:12
↓ 6 callersFunctione
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:12
↓ 6 callersFunctione
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:12
↓ 6 callersFunctiont
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:21
↓ 6 callersFunctiont
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:21
↓ 6 callersFunctiont
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:21
↓ 6 callersFunctiont
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:21
↓ 5 callersFunctionClearDTOG_RX
* Function Name : ClearDTOG_RX. * Description : Clear the DTOG_RX bit. * Input : bEpNum: Endpoint Number. * Output : None. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:433
↓ 5 callersFunctionClearDTOG_TX
* Function Name : ClearDTOG_TX. * Description : Clear the DTOG_TX bit. * Input : bEpNum: Endpoint Number. * Output : None. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_regs.c:444
↓ 5 callersFunctionF
(Y,U,ab,ac)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:20
↓ 5 callersFunctionF
(Y,U,ab,ac)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:20
↓ 5 callersFunctionF
(Y,U,ab,ac)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:20
↓ 5 callersFunctionF
(Y,U,ab,ac)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:20
↓ 5 callersFunctionFSMC_NAND_GetStatus
* Function Name : FSMC_NAND_GetStatus * Description : Get the NAND operation status * Input : None * Output : None * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/fsmc_nand.c:413
↓ 5 callersFunctionFSMC_NAND_GetStatus
* Function Name : FSMC_NAND_GetStatus * Description : Get the NAND operation status * Input : None * Output : None * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/fsmc_nand.c:413
↓ 5 callersFunctionLCD_DisplayStringLine
* @brief Displays a maximum of 20 char on the LCD. * @param Line: the Line where to display the character shape . * This parameter can be on
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:664
↓ 5 callersFunctionLCD_GetFont
* @brief Gets the Text Font. * @param None. * @retval the used font. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_lcd.c:522
↓ 5 callersFunctionLCD_ReadReg
* @brief Reads the selected LCD Register. * @param LCD_Reg: address of the selected register. * @retval LCD Register Value. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_lcd.c:1308
↓ 5 callersFunctionLCD_WriteRAM_Prepare
* @brief Prepare to write to the LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1431
↓ 5 callersFunctionLCD_WriteRAM_Prepare
* @brief Prepare to write to the LCD RAM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1414
↓ 5 callersFunctionLCD_WriteRegIndex
* @brief Writes index to select the LCD register. * @param LCD_Reg: address of the selected register. * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_lcd.c:1268
↓ 5 callersFunctionLCD_nCS_StartByte
* @brief Reset LCD control line(/CS) and Send Start-Byte * @param Start_Byte: the Start-Byte to be sent * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_lcd.c:1301
↓ 5 callersFunctionMPU_Sigle_Write
libs/module/avm_mpu6050.c:21
↓ 5 callersFunctionNAND_BuildLUT
* Function Name : NAND_BuildLUT * Description : Build the look up table * Input : None * Output : None * Return : Sta
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/nand_if.c:484
↓ 5 callersFunctionNAND_BuildLUT
* Function Name : NAND_BuildLUT * Description : Build the look up table * Input : None * Output : None * Return : Sta
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/nand_if.c:484
↓ 5 callersFunctionNAND_GetStatus
* @brief Get the NAND operation status. * @param None * @retval New status of the NAND operation. This parameter can be: * - N
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_fsmc_nand.c:445
↓ 5 callersFunctionPMAToUserBufferCopy
* Function Name : PMAToUserBufferCopy * Description : Copy a buffer from user memory area to packet memory area (PMA) * Input : - pbUsr
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_mem.c:74
↓ 5 callersFunctionQ
(T)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:20
↓ 5 callersFunctionQ
(T)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:20
← previousnext →201–300 of 3,872, ranked by callers