MCPcopy Create free account

hub / github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering / functions

Functions2,344 in github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering

↓ 6 callersFunctionHAL_UART_MspInit
joycon_spoofer/Src/stm32f0xx_hal_msp.c:217
↓ 6 callersFunctionI2C_Flush_TXDR
* @brief I2C Tx data register flush process. * @param hi2c I2C handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4285
↓ 6 callersFunctionI2C_Flush_TXDR
* @brief I2C Tx data register flush process. * @param hi2c I2C handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4285
↓ 6 callersFunctionI2C_WaitOnSTOPFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of STOP flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4539
↓ 6 callersFunctionI2C_WaitOnSTOPFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of STOP flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4539
↓ 6 callersFunctionUART_WaitOnFlagUntilTimeout
* @brief Handle UART Communication Timeout. * @param huart UART handle. * @param Flag Specifies the UART flag to check * @param Status Fl
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2351
↓ 6 callersFunctionUART_WaitOnFlagUntilTimeout
* @brief Handle UART Communication Timeout. * @param huart UART handle. * @param Flag Specifies the UART flag to check * @param Status Fl
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2351
↓ 5 callersFunctionHAL_PCDEx_PMAConfig
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c:99
↓ 5 callersFunctionHAL_PCDEx_PMAConfig
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd_ex.c:99
↓ 5 callersFunctionHAL_RCC_GetPCLK1Freq
* @brief Returns the PCLK1 frequency * @note Each time PCLK1 changes, this function must be called to update the * right PCLK1 v
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1152
↓ 5 callersFunctionHAL_RCC_GetPCLK1Freq
* @brief Returns the PCLK1 frequency * @note Each time PCLK1 changes, this function must be called to update the * right PCLK1 v
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1152
↓ 5 callersFunctionHAL_TIM_IC_CaptureCallback
* @brief Input Capture callback in non blocking mode * @param htim : TIM IC handle * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4322
↓ 5 callersFunctionHAL_TIM_IC_CaptureCallback
* @brief Input Capture callback in non blocking mode * @param htim : TIM IC handle * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4322
↓ 5 callersFunctionHAL_TIM_PWM_PulseFinishedCallback
* @brief PWM Pulse finished callback in non blocking mode * @param htim : TIM handle * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4337
↓ 5 callersFunctionHAL_TIM_PWM_PulseFinishedCallback
* @brief PWM Pulse finished callback in non blocking mode * @param htim : TIM handle * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4337
↓ 5 callersFunctionHAL_UART_ErrorCallback
* @brief UART error callback. * @param huart: UART handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1872
↓ 5 callersFunctionHAL_UART_ErrorCallback
* @brief UART error callback. * @param huart: UART handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1872
↓ 5 callersFunctionHAL_UART_MspDeInit
joycon_reader/Src/stm32f0xx_hal_msp.c:250
↓ 5 callersFunctionHAL_UART_MspInit
joycon_reader/Src/stm32f0xx_hal_msp.c:217
↓ 5 callersFunctionHAL_UART_MspInit
* @brief Initialize the UART MSP. * @param huart: UART handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:575
↓ 5 callersFunctionHAL_UART_MspInit
* @brief Initialize the UART MSP. * @param huart: UART handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:575
↓ 5 callersFunctionPCD_ReadPMA
* @brief Copy a buffer from user memory area to packet memory area (PMA) * @param USBx: USB peripheral instance register address. * @param p
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c:1171
↓ 5 callersFunctionPCD_ReadPMA
* @brief Copy a buffer from user memory area to packet memory area (PMA) * @param USBx: USB peripheral instance register address. * @param p
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c:1171
↓ 5 callersFunctionPCD_WritePMA
@addtogroup PCD_Private_Functions * @{ */ * @brief Copy a buffer from user memory area to packet memory area (PMA) * @param USBx: USB perip
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c:1145
↓ 5 callersFunctionPCD_WritePMA
@addtogroup PCD_Private_Functions * @{ */ * @brief Copy a buffer from user memory area to packet memory area (PMA) * @param USBx: USB perip
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_pcd.c:1145
↓ 5 callersFunctionTIM_ETR_SetConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx to select the TIM peripheral * @param TIM_ExtTRGPrescaler : The external
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5343
↓ 5 callersFunctionTIM_ETR_SetConfig
* @brief Configures the TIMx External Trigger (ETR). * @param TIMx to select the TIM peripheral * @param TIM_ExtTRGPrescaler : The external
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5343
↓ 5 callersFunctionUART_AdvFeatureConfig
* @brief Configure the UART peripheral advanced features. * @param huart: UART handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2216
↓ 5 callersFunctionUART_AdvFeatureConfig
* @brief Configure the UART peripheral advanced features. * @param huart: UART handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2216
↓ 5 callersFunctionUART_SetConfig
* @brief Configure the UART peripheral. * @param huart: UART handle. * @retval HAL status */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2111
↓ 5 callersFunctionUART_SetConfig
* @brief Configure the UART peripheral. * @param huart: UART handle. * @retval HAL status */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2111
↓ 5 callersFunctiongoto_next_arg
joycon_reader/Src/cmd_parser.c:63
↓ 5 callersFunctiongoto_next_arg
joycon_spoofer/Src/cmd_parser.c:63
↓ 5 callersFunctionpack_dac_data
joycon_reader/Src/max572x.c:90
↓ 5 callersFunctionpack_dac_data
joycon_spoofer/Src/max572x.c:90
↓ 4 callersFunctionHAL_DACEx_DualSetValue
* @brief Set the specified data holding register value for dual DAC channel. * @param hdac: pointer to a DAC_HandleTypeDef structure that contain
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c:1051
↓ 4 callersFunctionHAL_DACEx_DualSetValue
* @brief Set the specified data holding register value for dual DAC channel. * @param hdac: pointer to a DAC_HandleTypeDef structure that contain
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac_ex.c:1051
↓ 4 callersFunctionHAL_DAC_DeInit
* @brief Deinitialize the DAC peripheral registers to their default reset values. * @param hdac: pointer to a DAC_HandleTypeDef structure that co
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c:302
↓ 4 callersFunctionHAL_DAC_DeInit
* @brief Deinitialize the DAC peripheral registers to their default reset values. * @param hdac: pointer to a DAC_HandleTypeDef structure that co
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dac.c:302
↓ 4 callersFunctionHAL_SPI_TransmitReceive
* @brief Transmit and Receive an amount of data in blocking mode. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:910
↓ 4 callersFunctionHAL_SPI_TransmitReceive
* @brief Transmit and Receive an amount of data in blocking mode. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:910
↓ 4 callersFunctionHAL_TIM_OC_DelayElapsedCallback
* @brief Output Compare callback in non blocking mode * @param htim : TIM OC handle * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4308
↓ 4 callersFunctionHAL_TIM_OC_DelayElapsedCallback
* @brief Output Compare callback in non blocking mode * @param htim : TIM OC handle * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4308
↓ 4 callersFunctionHAL_UART_AbortReceive
* @brief Abort ongoing Receive transfer (blocking mode). * @param huart UART handle. * @note This procedure could be used for aborting any o
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1357
↓ 4 callersFunctionMX_USART2_UART_Init
USART2 init function */
joycon_spoofer/Src/main.c:331
↓ 4 callersFunctionTIM_OC2_SetConfig
* @brief Time Ouput Compare 2 configuration * @param TIMx to select the TIM peripheral * @param OC_Config : The ouput configuration structur
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4703
↓ 4 callersFunctionTIM_OC2_SetConfig
* @brief Time Ouput Compare 2 configuration * @param TIMx to select the TIM peripheral * @param OC_Config : The ouput configuration structur
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4703
↓ 4 callersFunctionUSBD_LL_Transmit
* @brief Transmits data over an endpoint. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @param pbuf: Pointer to data t
joycon_reader/Src/usbd_conf.c:628
↓ 4 callersFunctionUSBD_LL_Transmit
* @brief Transmits data over an endpoint. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @param pbuf: Pointer to data t
joycon_spoofer/Src/usbd_conf.c:628
↓ 4 callersFunction__CLZ
joycon_reader/Drivers/CMSIS/Include/arm_math.h:543
↓ 4 callersFunction__CLZ
joycon_spoofer/Drivers/CMSIS/Include/arm_math.h:543
↓ 4 callersFunction__WFE
\brief Wait For Event \details Wait For Event is a hint instruction that permits the processor to enter a low-power state until one of a num
joycon_reader/Drivers/CMSIS/Include/cmsis_gcc.h:394
↓ 4 callersFunction__WFE
\brief Wait For Event \details Wait For Event is a hint instruction that permits the processor to enter a low-power state until one of a num
joycon_spoofer/Drivers/CMSIS/Include/cmsis_gcc.h:394
↓ 4 callersFunctionmax572x_CODEn_LOADn
joycon_reader/Src/max572x.c:130
↓ 4 callersFunctionmax572x_CODEn_LOADn
joycon_spoofer/Src/max572x.c:130
↓ 3 callersFunctionFLASH_OB_GetWRP
* @brief Return the FLASH Write Protection Option Bytes value. * @retval The FLASH Write Protection Option Bytes value */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:908
↓ 3 callersFunctionFLASH_OB_GetWRP
* @brief Return the FLASH Write Protection Option Bytes value. * @retval The FLASH Write Protection Option Bytes value */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:908
↓ 3 callersFunctionFLASH_PageErase
* @brief Erase the specified FLASH memory page * @param PageAddress FLASH page to erase * The value of this parameter depend on device
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:981
↓ 3 callersFunctionFLASH_PageErase
* @brief Erase the specified FLASH memory page * @param PageAddress FLASH page to erase * The value of this parameter depend on device
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash_ex.c:981
↓ 3 callersFunctionFLASH_Program_HalfWord
* @brief Program a half-word (16-bit) at a specified address. * @param Address specify the address to be programmed. * @param Data specify
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:617
↓ 3 callersFunctionFLASH_Program_HalfWord
* @brief Program a half-word (16-bit) at a specified address. * @param Address specify the address to be programmed. * @param Data specify
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:617
↓ 3 callersFunctionHAL_GPIO_TogglePin
* @brief Toggle the specified GPIO pin. * @param GPIOx: where x can be (A..F) to select the GPIO peripheral for STM32F0 family * @param GPIO_
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:449
↓ 3 callersFunctionHAL_I2C_AddrCallback
* @brief Slave Address Match callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3098
↓ 3 callersFunctionHAL_I2C_AddrCallback
* @brief Slave Address Match callback. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configuration
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3098
↓ 3 callersFunctionHAL_RCC_GetHCLKFreq
* @brief Returns the HCLK frequency * @note Each time HCLK changes, this function must be called to update the * right HCLK valu
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1141
↓ 3 callersFunctionHAL_RCC_GetHCLKFreq
* @brief Returns the HCLK frequency * @note Each time HCLK changes, this function must be called to update the * right HCLK valu
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1141
↓ 3 callersFunctionHAL_SPI_AbortCpltCallback
* @brief SPI Abort Complete callback. * @param hspi SPI handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2501
↓ 3 callersFunctionHAL_SPI_AbortCpltCallback
* @brief SPI Abort Complete callback. * @param hspi SPI handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2501
↓ 3 callersFunctionHAL_SPI_RxCpltCallback
* @brief Rx Transfer completed callback. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuratio
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2403
↓ 3 callersFunctionHAL_SPI_RxCpltCallback
* @brief Rx Transfer completed callback. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuratio
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2403
↓ 3 callersFunctionHAL_UART_AbortCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1887
↓ 3 callersFunctionHAL_UART_AbortCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1887
↓ 3 callersFunctionHAL_UART_AbortReceive
* @brief Abort ongoing Receive transfer (blocking mode). * @param huart UART handle. * @note This procedure could be used for aborting any o
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1357
↓ 3 callersFunctionHAL_UART_AbortReceiveCpltCallback
* @brief UART Abort Receive Complete callback. * @param huart UART handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1917
↓ 3 callersFunctionHAL_UART_AbortReceiveCpltCallback
* @brief UART Abort Receive Complete callback. * @param huart UART handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1917
↓ 3 callersFunctionHAL_UART_AbortTransmitCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1902
↓ 3 callersFunctionHAL_UART_AbortTransmitCpltCallback
* @brief UART Abort Complete callback. * @param huart UART handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:1902
↓ 3 callersFunctionHAL_UART_Init
* @brief Initialize the UART mode according to the specified * parameters in the UART_InitTypeDef and initialize the associated handle. *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:293
↓ 3 callersFunctionHAL_UART_Init
* @brief Initialize the UART mode according to the specified * parameters in the UART_InitTypeDef and initialize the associated handle. *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:293
↓ 3 callersFunctionI2C_ITSlaveSequentialCplt
* @brief I2C Slave sequential complete process. * @param hi2c I2C handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3897
↓ 3 callersFunctionI2C_ITSlaveSequentialCplt
* @brief I2C Slave sequential complete process. * @param hi2c I2C handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3897
↓ 3 callersFunctionI2C_IsAcknowledgeFailed
* @brief This function handles Acknowledge failed detection during an I2C Communication. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4625
↓ 3 callersFunctionI2C_IsAcknowledgeFailed
* @brief This function handles Acknowledge failed detection during an I2C Communication. * @param hi2c Pointer to a I2C_HandleTypeDef structure t
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4625
↓ 3 callersFunctionI2C_RequestMemoryRead
* @brief Master sends target device address followed by internal memory address for read request. * @param hi2c Pointer to a I2C_HandleTypeDef st
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3708
↓ 3 callersFunctionI2C_RequestMemoryRead
* @brief Master sends target device address followed by internal memory address for read request. * @param hi2c Pointer to a I2C_HandleTypeDef st
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3708
↓ 3 callersFunctionI2C_RequestMemoryWrite
* @brief Master sends target device address followed by internal memory address for write request. * @param hi2c Pointer to a I2C_HandleTypeDef s
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3641
↓ 3 callersFunctionI2C_RequestMemoryWrite
* @brief Master sends target device address followed by internal memory address for write request. * @param hi2c Pointer to a I2C_HandleTypeDef s
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:3641
↓ 3 callersFunctionMX_USART2_UART_Init
USART2 init function */
joycon_reader/Src/main.c:324
↓ 3 callersFunctionSPI_EndRxTransaction
* @brief Handle the check of the RX transaction complete. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3496
↓ 3 callersFunctionSPI_EndRxTransaction
* @brief Handle the check of the RX transaction complete. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3496
↓ 3 callersFunctionTIM_OC1_SetConfig
* @brief Time Ouput Compare 1 configuration * @param TIMx to select the TIM peripheral * @param OC_Config : The ouput configuration structure
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4629
↓ 3 callersFunctionTIM_OC1_SetConfig
* @brief Time Ouput Compare 1 configuration * @param TIMx to select the TIM peripheral * @param OC_Config : The ouput configuration structure
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4629
↓ 3 callersFunctionTIM_TI1_ConfigInputStage
* @brief Configure the Polarity and Filter for TI1. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity : The Input Polarity
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5096
↓ 3 callersFunctionTIM_TI1_ConfigInputStage
* @brief Configure the Polarity and Filter for TI1. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity : The Input Polarity
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5096
↓ 3 callersFunctionTIM_TI1_SetConfig
* @brief Configure the TI1 as Input. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity : The Input Polarity. *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5049
↓ 3 callersFunctionTIM_TI1_SetConfig
* @brief Configure the TI1 as Input. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity : The Input Polarity. *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5049
↓ 3 callersFunctionUART_EndRxTransfer
* @brief End ongoing Rx transfer on UART peripheral (following error detection or Reception completion). * @param huart UART handle. * @retval
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2398
↓ 3 callersFunctionUART_EndRxTransfer
* @brief End ongoing Rx transfer on UART peripheral (following error detection or Reception completion). * @param huart UART handle. * @retval
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2398
↓ 3 callersFunctionUSBD_LL_CloseEP
* @brief Closes an endpoint of the Low Level Driver. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @retval USBD Status
joycon_reader/Src/usbd_conf.c:442
↓ 3 callersFunctionUSBD_LL_CloseEP
* @brief Closes an endpoint of the Low Level Driver. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @retval USBD Status
joycon_spoofer/Src/usbd_conf.c:442
← previousnext →101–200 of 2,344, ranked by callers