MCPcopy Create free account

hub / github.com/but0n/Avem / functions

Functions3,872 in github.com/but0n/Avem

↓ 2 callersFunctionResume_Init
* Function Name : Resume_Init * Description : Handles wake-up restoring normal operations * Input : None. * Output : None. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_pwr.c:222
↓ 2 callersFunctionResume_Init
* Function Name : Resume_Init * Description : Handles wake-up restoring normal operations * Input : None. * Output : None. *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/JoyStickMouse/src/usb_pwr.c:222
↓ 2 callersFunctionSCSI_Address_Management
* Function Name : SCSI_Address_Management * Description : Test the received address. * Input : uint8_t Cmd : the command can be SCSI_RE
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_scsi.c:410
↓ 2 callersFunctionSCSI_Address_Management
* Function Name : SCSI_Address_Management * Description : Test the received address. * Input : uint8_t Cmd : the command can be SCSI_RE
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_scsi.c:410
↓ 2 callersFunctionSCSI_Read10_Cmd
* Function Name : SCSI_Read10_Cmd * Description : SCSI Read10 Command routine. * Input : None. * Output : None. * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_scsi.c:229
↓ 2 callersFunctionSCSI_Read10_Cmd
* Function Name : SCSI_Read10_Cmd * Description : SCSI Read10 Command routine. * Input : None. * Output : None. * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_scsi.c:229
↓ 2 callersFunctionSCSI_Start_Stop_Unit_Cmd
* Function Name : SCSI_Start_Stop_Unit_Cmd * Description : SCSI Start_Stop_Unit Command routine. * Input : None. * Output : No
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_scsi.c:217
↓ 2 callersFunctionSCSI_Start_Stop_Unit_Cmd
* Function Name : SCSI_Start_Stop_Unit_Cmd * Description : SCSI Start_Stop_Unit Command routine. * Input : None. * Output : No
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_scsi.c:217
↓ 2 callersFunctionSCSI_Write10_Cmd
* Function Name : SCSI_Write10_Cmd * Description : SCSI Write10 Command routine. * Input : None. * Output : None. * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/usb_scsi.c:264
↓ 2 callersFunctionSCSI_Write10_Cmd
* Function Name : SCSI_Write10_Cmd * Description : SCSI Write10 Command routine. * Input : None. * Output : None. * Return
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/usb_scsi.c:264
↓ 2 callersFunctionSDEnWideBus
* @brief Enables or disables the SDIO wide bus mode. * @param NewState: new state of the SDIO wide bus mode. * This parameter can be: ENABLE
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_sdio_sd.c:2404
↓ 2 callersFunctionSDEnWideBus
* @brief Enables or disables the SDIO wide bus mode. * @param NewState: new state of the SDIO wide bus mode. * This parameter can be: ENABLE
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:2402
↓ 2 callersFunctionSDIO_GetPowerState
* @brief Gets the power status of the controller. * @param None * @retval Power status of the controller. The returned value can * be one
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_sdio.c:348
↓ 2 callersFunctionSD_GetCardInfo
* @brief Returns information about specific card. * @param cardinfo: pointer to a SD_CardInfo structure that contains all SD * card i
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:183
↓ 2 callersFunctionSD_GetDataResponse
* @brief Get SD card data response. * @param None * @retval The SD status: Read data response xxx0<status>1 * - status 010: Data ac
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:693
↓ 2 callersFunctionSD_GetDataResponse
* @brief Get SD card data response. * @param None * @retval The SD status: Read data response xxx0<status>1 * - status 010: Data ac
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_sd.c:689
↓ 2 callersFunctionSD_GetDataResponse
* @brief Get SD card data response. * @param None * @retval The SD status: Read data response xxx0<status>1 * - status 010: Data ac
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_spi_sd.c:689
↓ 2 callersFunctionSD_GetDataResponse
* @brief Get SD card data response. * @param None * @retval The SD status: Read data response xxx0<status>1 * - status 010: Data ac
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval_spi_sd.c:694
↓ 2 callersFunctionSD_LowLevel_DMA_RxConfig
* @brief Configures the DMA2 Channel4 for SDIO Rx request. * @param BufferDST: pointer to the destination buffer * @param BufferSize: buffer
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval.c:507
↓ 2 callersFunctionSD_LowLevel_DMA_RxConfig
* @brief Configures the DMA2 Channel4 for SDIO Rx request. * @param BufferDST: pointer to the destination buffer * @param BufferSize: buffer
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval.c:480
↓ 2 callersFunctionSD_LowLevel_DMA_TxConfig
* @brief Configures the DMA2 Channel4 for SDIO Tx request. * @param BufferSRC: pointer to the source buffer * @param BufferSize: buffer size
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval.c:474
↓ 2 callersFunctionSD_LowLevel_DMA_TxConfig
* @brief Configures the DMA2 Channel4 for SDIO Tx request. * @param BufferSRC: pointer to the source buffer * @param BufferSize: buffer size
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval.c:444
↓ 2 callersFunctionSD_ProcessDMAIRQ
* @brief This function waits until the SDIO DMA data transfer is finished. * @param None. * @retval None. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:2041
↓ 2 callersFunctionSD_ProcessIRQSrc
* @brief Allows to process all the interrupts that are high. * @param None * @retval SD_Error: SD Card Error code. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:1996
↓ 2 callersFunctionSD_ReadMultiBlocks
* @brief Reads multiple block of data from the SD. * @param pBuffer: pointer to the buffer that receives the data read from the *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:262
↓ 2 callersFunctionSD_StopTransfer
* @brief Aborts an ongoing data transfer. * @param None * @retval SD_Error: SD Card Error code. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_sdio_sd.c:1727
↓ 2 callersFunctionSD_StopTransfer
* @brief Aborts an ongoing data transfer. * @param None * @retval SD_Error: SD Card Error code. */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:1725
↓ 2 callersFunctionSD_WaitReadOperation
* @brief This function waits until the SDIO DMA data transfer is finished. * This function should be called after SDIO_ReadMultiBlocks()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:1365
↓ 2 callersFunctionSD_WaitWriteOperation
* @brief This function waits until the SDIO DMA data transfer is finished. * This function should be called after SDIO_WriteBlock() and
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210E_EVAL/stm3210e_eval_sdio_sd.c:1656
↓ 2 callersFunctionSD_WriteMultiBlocks
* @brief Writes many blocks on the SD * @param pBuffer: pointer to the buffer containing the data to be written on * the SD.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_sd.c:380
↓ 2 callersFunctionSOF_Callback
* Function Name : SOF_Callback / INTR_SOFINTR_Callback * Description : * Input : None. * Output : None. * Return : No
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Virtual_COM_Port/src/usb_endp.c:127
↓ 2 callersFunctionSPI_I2S_ReceiveData16
* @brief Returns the most recent received data by the SPIx peripheral. * @param SPIx: To select the SPIx/I2Sx peripheral, where x can be: 1, 2 o
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_spi.c:882
↓ 2 callersFunctionSTM_EVAL_COMInit
* @brief Configures COM port. * @param COM: Specifies the COM port to be configured. * 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:334
↓ 2 callersFunctionSYSCFG_I2CFastModePlusConfig
* @brief Configures the I2C fast mode plus driving capability. * @param SYSCFG_I2CFastModePlus: selects the pin. * This parameter can be one
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_syscfg.c:293
↓ 2 callersFunctionSYSCFG_USBPuCmd
* @brief Control the internal pull-up on USB DP line. * @param NewState: New state of the internal pull-up on USB DP line. * This parameter
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_syscfg.c:175
↓ 2 callersFunctionSetVar_SendDummyData
* Function Name : SetVar_SendDummyData * Description : Set the SendDummyData variable to 1. * Input : None * Output : None *
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:767
↓ 2 callersFunctionStandard_ClearFeature
* Function Name : Standard_ClearFeature. * Description : Clear or disable a specific feature. * Input : None. * Output : None.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32_USB-FS-Device_Driver/src/usb_core.c:253
↓ 2 callersFunctionSystemInit
* @brief Setup the microcontroller system * Initialize the Embedded Flash Interface, the PLL and update the * SystemCoreClock
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Custom_HID/src/system_stm32f10x.c:218
↓ 2 callersFunctionTIM_ClearITPendingBit
* @brief Clears the TIMx's interrupt pending bits. * @param TIMx: where x can be 1, 2, 3, 4, 6, 7, 8, 15, 16 or 17 to select the TIM peripheral.
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_tim.c:3142
↓ 2 callersFunctionTIM_ETRConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx: where x can be 1, 2, 3, 4 or 8 to select the TIM peripheral. * @param TI
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_tim.c:3637
↓ 2 callersFunctionTIM_ETRConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx: where x can be 2, 3, 4, 5, 9, 10 or 11 to select the TIM peripheral. * @pa
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c:2505
↓ 2 callersFunctionTIM_ETRConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx: where x can be 2, 3, 4, 5 and 19 to select the TIM peripheral. * @param T
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_tim.c:2842
↓ 2 callersFunctionTIM_GetITStatus
* @brief Checks whether the TIM interrupt has occurred or not. * @param TIMx: where x can be 1, 2, 3, 4, 6, 7, 8, 15, 16 or 17 to select the TIM
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_tim.c:3101
↓ 2 callersFunctionTIM_ITConfig
* @brief Enables or disables the specified TIM interrupts. * @param TIMx: where x can be 1, 2, 3, 4, 6, 7, 8, 15, 16 or 17 to select the TIMx per
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_tim.c:2956
↓ 2 callersFunctionTIM_SelectInputTrigger
* @brief Selects the Input Trigger source * @param TIMx: where x can be 1, 2, 3, 4, 8 or 15 * to select the TIM peripheral. * @p
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_tim.c:3476
↓ 2 callersFunctionTIM_SelectInputTrigger
* @brief Selects the Input Trigger source * @param TIMx: where x can be 2, 3, 4, 5, or 9 to select the TIM peripheral. * @param TIM_InputTrig
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c:2386
↓ 2 callersFunctionTIM_SelectInputTrigger
* @brief Selects the Input Trigger source * @param TIMx: where x can be 2, 3, 4, 5, 12, 15 and 19 to select the TIM peripheral. * @param TIM_
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F37x_StdPeriph_Driver/src/stm32f37x_tim.c:2726
↓ 2 callersFunctionTIM_TimeBaseInit
* @brief Initializes the TIMx Time Base Unit peripheral according to * the specified parameters in the TIM_TimeBaseInitStruct. * @para
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/STM32F30x_StdPeriph_Driver/src/stm32f30x_tim.c:267
↓ 2 callersFunctionUSART_GetFlagStatus
* @brief Checks whether the specified USART flag is set or not. * @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:1902
↓ 2 callersFunctionUSB_Cable_Config
* Function Name : USB_Cable_Config * Description : Software Connection/Disconnection of USB Cable * Input : None. * Return : S
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Virtual_COM_Port/src/hw_config.c:267
↓ 2 callersFunctionUSB_Cable_Config
* Function Name : USB_Cable_Config * Description : Software Connection/Disconnection of USB Cable. * Input : None. * Return :
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Mass_Storage/src/hw_config.c:328
↓ 2 callersFunctionUSB_Cable_Config
* Function Name : USB_Cable_Config * Description : Software Connection/Disconnection of USB Cable * Input : None. * Return : S
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/VirtualComport_Loopback/src/hw_config.c:262
↓ 2 callersFunctionUSB_Cable_Config
* Function Name : USB_Cable_Config. * Description : Software Connection/Disconnection of USB Cable. * Input : NewState: new state. * O
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Custom_HID/src/hw_config.c:309
↓ 2 callersFunctionUSB_Cable_Config
* Function Name : USB_Cable_Config. * Description : Software Connection/Disconnection of USB Cable. * Input : NewState: new state. * O
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/hw_config.c:336
↓ 2 callersFunctionUSB_Cable_Config
* Function Name : USB_Cable_Config. * Description : Software Connection/Disconnection of USB Cable. * Input : NewState: new state. * O
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/JoyStickMouse/src/hw_config.c:363
↓ 2 callersFunction__REV16
\brief Reverse byte order (16 bit) This function reverses the byte order in two unsigned short values. \param [in] value Value to r
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Include/core_cmInstr.h:114
↓ 2 callersFunctionaddClass
(ele,cls)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/dynsections.js:11
↓ 2 callersFunctionexpandNode
(o, node, imm)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/navtree.js:154
↓ 2 callersFunctionexpandNode
(o, node, imm)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/navtree.js:192
↓ 2 callersFunctionexpandNode
(o, node, imm)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/navtree.js:195
↓ 2 callersFunctionexpandNode
(o, node, imm)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/navtree.js:187
↓ 2 callersFunctionfindNavTreePage
(url, data)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/navtree.js:194
↓ 2 callersFunctionfindNavTreePage
(url, data)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/navtree.js:232
↓ 2 callersFunctionfindNavTreePage
(url, data)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/navtree.js:235
↓ 2 callersFunctionfindNavTreePage
(url, data)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/navtree.js:227
↓ 2 callersFunctiongetNode
(o, po)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/navtree.js:182
↓ 2 callersFunctiongetNode
(o, po)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/navtree.js:220
↓ 2 callersFunctiongetNode
(o, po)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/navtree.js:223
↓ 2 callersFunctiongetNode
(o, po)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/navtree.js:215
↓ 2 callersFunctioni
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:21
↓ 2 callersFunctioni
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:21
↓ 2 callersFunctioni
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:21
↓ 2 callersFunctioni
(F,E)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:21
↓ 2 callersFunctionk
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/jquery.js:21
↓ 2 callersFunctionk
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/jquery.js:21
↓ 2 callersFunctionk
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/jquery.js:21
↓ 2 callersFunctionk
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/jquery.js:21
↓ 2 callersFunctionremoveClass
(ele,cls)
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/dynsections.js:15
↓ 2 callersFunctionresizeHeight
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/resize.js:52
↓ 2 callersFunctionresizeHeight
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/resize.js:52
↓ 2 callersFunctionresizeHeight
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/resize.js:52
↓ 2 callersFunctionresizeHeight
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/resize.js:52
↓ 2 callersFunctionresizeWidth
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/General/html/resize.js:37
↓ 2 callersFunctionresizeWidth
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/RTOS/html/resize.js:37
↓ 2 callersFunctionresizeWidth
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/Core/html/resize.js:37
↓ 2 callersFunctionresizeWidth
()
libs/STM32_USB-FS-Device_Lib_V4.0.0/Libraries/CMSIS/Documentation/SVD/html/resize.js:37
↓ 2 callersFunctionsEE_LowLevel_DMAConfig
* @brief Initializes DMA channel used by the I2C EEPROM driver. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval.c:841
↓ 2 callersFunctionsEE_LowLevel_DMAConfig
* @brief Initializes DMA channel used by the I2C EEPROM driver. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152_EVAL/stm32l152_eval.c:698
↓ 2 callersFunctionsEE_WriteEnable
* @brief Enables the write access to the EEPROM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_spi_ee.c:361
↓ 2 callersFunctionsEE_WriteEnable
* @brief Enables the write access to the EEPROM. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_spi_ee.c:347
↓ 2 callersFunctionsFLASH_SendHalfWord
* @brief Sends a Half Word through the SPI interface and return the Half Word * received from the SPI bus. * @param HalfWord: Half Wor
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_flash.c:464
↓ 2 callersFunctionsFLASH_StartReadSequence
* @brief Initiates a read data byte (READ) sequence from the Flash. * This is done by driving the /CS line low to select the device, then the RE
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM3210B_EVAL/stm3210b_eval_spi_flash.c:408
↓ 2 callersFunctionuart_short2char
libs/module/avm_uart.c:92
↓ 1 callersFunctionADC_Configuration
* Function Name : ADC_Configuration. * Description : Configure the ADC and DMA. * Input : None. * Output : None. * Return value
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Custom_HID/src/hw_config.c:432
↓ 1 callersFunctionADC_Configuration
* Function Name : ADC_Configuration. * Description : Configure the ADC and DMA. * Input : None. * Output : None. * Return value
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Composite_Example/src/hw_config.c:460
↓ 1 callersFunctionAudioFile_Init
* Function Name : AudioFile_Init * Description : Initializes the SPI_Flash and returns the Wavadatalength variable. * Input : None * O
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/i2s_codec.c:897
↓ 1 callersFunctionAudio_Config
* Function Name : USB_Interrupts_Config * Description : Configures the USB interrupts * Input : None. * Return : None. ******
libs/STM32_USB-FS-Device_Lib_V4.0.0/Projects/Audio_Speaker/src/hw_config.c:235
↓ 1 callersFunctionAudio_MAL_DeInit
* @brief Restore default state of the used Media. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32303C_EVAL/stm32303c_eval_audio_codec.c:1478
↓ 1 callersFunctionAudio_MAL_DeInit
* @brief Restore default state of the used Media. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32L152D_EVAL/stm32l152d_eval_audio_codec.c:1311
↓ 1 callersFunctionAudio_MAL_DeInit
* @brief Restore default state of the used Media. * @param None * @retval None */
libs/STM32_USB-FS-Device_Lib_V4.0.0/Utilities/STM32_EVAL/STM32373C_EVAL/stm32373c_eval_audio_codec.c:1278
← previousnext →601–700 of 3,872, ranked by callers