Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering
/ functions
Functions
2,344 in github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering
⨍
Functions
2,344
◇
Types & classes
26
↓ 112 callers
Function
HAL_GetTick
* @brief Provides a tick value in millisecond. * @note This function is declared as __weak to be overwritten in case of other * impl
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:297
↓ 112 callers
Function
HAL_GetTick
* @brief Provides a tick value in millisecond. * @note This function is declared as __weak to be overwritten in case of other * impl
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:297
↓ 58 callers
Function
HAL_DMA_Start_IT
* @brief Start the DMA Transfer with interrupt enabled. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:347
↓ 58 callers
Function
HAL_DMA_Start_IT
* @brief Start the DMA Transfer with interrupt enabled. * @param hdma: pointer to a DMA_HandleTypeDef structure that contains *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:347
↓ 56 callers
Function
TIM_CCxChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel x. * @param TIMx to select the TIM peripheral * @param Channel : specifies the
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5373
↓ 56 callers
Function
TIM_CCxChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel x. * @param TIMx to select the TIM peripheral * @param Channel : specifies the
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5373
↓ 37 callers
Function
__DSB
\brief Data Synchronization Barrier \details Acts as a special kind of Data Memory Barrier. It completes when all explicit memory acc
joycon_reader/Drivers/CMSIS/Include/cmsis_gcc.h:427
↓ 37 callers
Function
__DSB
\brief Data Synchronization Barrier \details Acts as a special kind of Data Memory Barrier. It completes when all explicit memory acc
joycon_spoofer/Drivers/CMSIS/Include/cmsis_gcc.h:427
↓ 35 callers
Function
I2C_TransferConfig
* @brief Handles I2Cx communication when starting transfer or during transfer (TC or TCR flag are set). * @param hi2c I2C handle. * @param De
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4691
↓ 35 callers
Function
I2C_TransferConfig
* @brief Handles I2Cx communication when starting transfer or during transfer (TC or TCR flag are set). * @param hi2c I2C handle. * @param De
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4691
↓ 35 callers
Function
transmit_with_cts
joycon_spoofer/Src/joycon_cmd.c:67
↓ 28 callers
Function
get_packet
joycon_reader/temp.c:160
↓ 28 callers
Function
get_packet
joycon_spoofer/temp.c:130
↓ 27 callers
Function
HAL_UART_Transmit
* @brief Send an amount of data in blocking mode. * @param huart: UART handle. * @param pData: Pointer to data buffer. * @param Size: Amount
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:693
↓ 27 callers
Function
HAL_UART_Transmit
* @brief Send an amount of data in blocking mode. * @param huart: UART handle. * @param pData: Pointer to data buffer. * @param Size: Amount
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:693
↓ 26 callers
Function
FLASH_WaitForLastOperation
* @brief Wait for a FLASH operation to complete. * @param Timeout maximum flash operation timeout * @retval HAL Status */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:634
↓ 26 callers
Function
FLASH_WaitForLastOperation
* @brief Wait for a FLASH operation to complete. * @param Timeout maximum flash operation timeout * @retval HAL Status */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:634
↓ 26 callers
Function
HAL_DMA_Abort
* @brief Abort the DMA Transfer. * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * the configuration i
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:403
↓ 26 callers
Function
HAL_DMA_Abort
* @brief Abort the DMA Transfer. * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * the configuration i
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:403
↓ 25 callers
Function
I2C_Enable_IRQ
* @brief Manage the enabling of Interrupts. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configur
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4721
↓ 25 callers
Function
I2C_Enable_IRQ
* @brief Manage the enabling of Interrupts. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configur
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4721
↓ 23 callers
Function
HAL_Delay
* @brief This function provides accurate delay (in milliseconds) based * on variable incremented. * @note In the default implementation
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:313
↓ 21 callers
Function
HAL_Delay
* @brief This function provides accurate delay (in milliseconds) based * on variable incremented. * @note In the default implementation
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c:313
↓ 21 callers
Function
I2C_WaitOnFlagUntilTimeout
* @brief This function handles I2C Communication Timeout. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4473
↓ 21 callers
Function
I2C_WaitOnFlagUntilTimeout
* @brief This function handles I2C Communication Timeout. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4473
↓ 20 callers
Function
USBD_CtlError
joycon_reader/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:716
↓ 20 callers
Function
USBD_CtlError
joycon_spoofer/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:716
↓ 19 callers
Function
fatal_error
joycon_reader/Src/joycon_cmd.c:29
↓ 19 callers
Function
fatal_error
joycon_spoofer/Src/joycon_cmd.c:33
↓ 18 callers
Function
HAL_SPI_Transmit
* @brief Transmit an amount of data in blocking mode. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * th
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:500
↓ 18 callers
Function
HAL_SPI_Transmit
* @brief Transmit an amount of data in blocking mode. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * th
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:500
↓ 18 callers
Function
I2C_Disable_IRQ
* @brief Manage the disabling of Interrupts. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configu
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4794
↓ 18 callers
Function
I2C_Disable_IRQ
* @brief Manage the disabling of Interrupts. * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains * the configu
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4794
↓ 17 callers
Function
HAL_GPIO_Init
* @brief Initialize the GPIOx peripheral according to the specified parameters in the GPIO_Init. * @param GPIOx: where x can be (A..F) to select
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:188
↓ 17 callers
Function
__SSAT
joycon_reader/Drivers/CMSIS/Include/arm_math.h:666
↓ 17 callers
Function
__SSAT
joycon_spoofer/Drivers/CMSIS/Include/arm_math.h:666
↓ 16 callers
Function
HAL_GPIO_Init
* @brief Initialize the GPIOx peripheral according to the specified parameters in the GPIO_Init. * @param GPIOx: where x can be (A..F) to select
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:188
↓ 16 callers
Function
HAL_GPIO_WritePin
* @brief Set or clear the selected data port bit. * @note This function uses GPIOx_BSRR and GPIOx_BRR registers to allow atomic read/modify *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:427
↓ 16 callers
Function
HAL_GPIO_WritePin
* @brief Set or clear the selected data port bit. * @note This function uses GPIOx_BSRR and GPIOx_BRR registers to allow atomic read/modify *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:427
↓ 16 callers
Function
TIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel : specifies the
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1988
↓ 16 callers
Function
TIM_CCxNChannelCmd
* @brief Enables or disables the TIM Capture Compare Channel xN. * @param TIMx to select the TIM peripheral * @param Channel : specifies the
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim_ex.c:1988
↓ 15 callers
Function
delay_us
joycon_reader/Src/delay_us.c:12
↓ 15 callers
Function
delay_us
joycon_spoofer/Src/delay_us.c:12
↓ 14 callers
Function
Error_Handler
* @brief This function is executed in case of error occurrence. * @param None * @retval None */
joycon_reader/Src/main.c:426
↓ 14 callers
Function
Error_Handler
* @brief This function is executed in case of error occurrence. * @param None * @retval None */
joycon_spoofer/Src/main.c:433
↓ 14 callers
Function
__ISB
\brief Instruction Synchronization Barrier \details Instruction Synchronization Barrier flushes the pipeline in the processor, so tha
joycon_reader/Drivers/CMSIS/Include/cmsis_gcc.h:416
↓ 14 callers
Function
__ISB
\brief Instruction Synchronization Barrier \details Instruction Synchronization Barrier flushes the pipeline in the processor, so tha
joycon_spoofer/Drivers/CMSIS/Include/cmsis_gcc.h:416
↓ 13 callers
Function
HAL_DMA_Abort_IT
* @brief Abort the DMA Transfer in Interrupt mode. * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * t
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:429
↓ 13 callers
Function
HAL_DMA_Abort_IT
* @brief Abort the DMA Transfer in Interrupt mode. * @param hdma : pointer to a DMA_HandleTypeDef structure that contains * t
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_dma.c:429
↓ 13 callers
Function
linear_buf_reset
joycon_reader/Src/helpers.c:19
↓ 13 callers
Function
linear_buf_reset
joycon_spoofer/Src/helpers.c:19
↓ 12 callers
Function
SPI_WaitFlagStateUntilTimeout
* @brief Handle SPI Communication Timeout. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuratio
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3385
↓ 12 callers
Function
SPI_WaitFlagStateUntilTimeout
* @brief Handle SPI Communication Timeout. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuratio
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3385
↓ 12 callers
Function
USBD_CtlSendStatus
* @brief USBD_CtlSendStatus * send zero lzngth packet on the ctl pipe * @param pdev: device instance * @retval status */
joycon_reader/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:177
↓ 12 callers
Function
USBD_CtlSendStatus
* @brief USBD_CtlSendStatus * send zero lzngth packet on the ctl pipe * @param pdev: device instance * @retval status */
joycon_spoofer/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:177
↓ 11 callers
Function
HAL_SPI_ErrorCallback
* @brief SPI error callback. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuration informatio
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2483
↓ 11 callers
Function
HAL_SPI_ErrorCallback
* @brief SPI error callback. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configuration informatio
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:2483
↓ 11 callers
Function
__NOP
\brief No Operation \details No Operation does nothing. This instruction can be used for code alignment purposes. */
joycon_reader/Drivers/CMSIS/Include/cmsis_gcc.h:373
↓ 11 callers
Function
__NOP
\brief No Operation \details No Operation does nothing. This instruction can be used for code alignment purposes. */
joycon_spoofer/Drivers/CMSIS/Include/cmsis_gcc.h:373
↓ 10 callers
Function
SPI_WaitFifoStateUntilTimeout
* @brief Handle SPI FIFO Communication Timeout. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configu
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3437
↓ 10 callers
Function
SPI_WaitFifoStateUntilTimeout
* @brief Handle SPI FIFO Communication Timeout. * @param hspi: pointer to a SPI_HandleTypeDef structure that contains * the configu
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3437
↓ 9 callers
Function
HAL_UART_Receive_IT
* @brief Receive an amount of data in interrupt mode. * @param huart: UART handle. * @param pData: pointer to data buffer. * @param Size: amo
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:919
↓ 9 callers
Function
HAL_UART_Receive_IT
* @brief Receive an amount of data in interrupt mode. * @param huart: UART handle. * @param pData: pointer to data buffer. * @param Size: amo
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:919
↓ 9 callers
Function
SPI_EndRxTxTransaction
* @brief Handle the check of the RXTX or TX transaction complete. * @param hspi: SPI handle * @param Timeout: Timeout duration * @param T
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3532
↓ 9 callers
Function
SPI_EndRxTxTransaction
* @brief Handle the check of the RXTX or TX transaction complete. * @param hspi: SPI handle * @param Timeout: Timeout duration * @param T
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c:3532
↓ 9 callers
Function
USBD_GetString
* @brief USBD_GetString * Convert Ascii string into unicode one * @param desc : descriptor buffer * @param unicode : Formatted str
joycon_reader/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:732
↓ 9 callers
Function
USBD_GetString
* @brief USBD_GetString * Convert Ascii string into unicode one * @param desc : descriptor buffer * @param unicode : Formatted str
joycon_spoofer/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c:732
↓ 9 callers
Function
USBD_LL_PrepareReceive
* @brief Prepares an endpoint for reception. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @param pbuf: Pointer to dat
joycon_reader/Src/usbd_conf.c:666
↓ 9 callers
Function
USBD_LL_PrepareReceive
* @brief Prepares an endpoint for reception. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @param pbuf: Pointer to dat
joycon_spoofer/Src/usbd_conf.c:666
↓ 8 callers
Function
HAL_GPIO_DeInit
* @brief De-initialize the GPIOx peripheral registers to their default reset values. * @param GPIOx: where x can be (A..F) to select the GPIO per
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:313
↓ 8 callers
Function
HAL_GPIO_ReadPin
* @brief Read the specified input port pin. * @param GPIOx: where x can be (A..F) to select the GPIO peripheral for STM32F0 family * @param G
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:394
↓ 8 callers
Function
UART_CheckIdleState
* @brief Check the UART Idle State. * @param huart UART handle. * @retval HAL status */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2290
↓ 8 callers
Function
UART_CheckIdleState
* @brief Check the UART Idle State. * @param huart UART handle. * @retval HAL status */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_uart.c:2290
↓ 8 callers
Function
hex_string
(data)
packet_parse/joycon_crc.py:50
↓ 8 callers
Function
transmit_as_console
transmit to joycon via serial with flow control
joycon_reader/Src/joycon_cmd.c:60
↓ 7 callers
Function
HAL_GPIO_DeInit
* @brief De-initialize the GPIOx peripheral registers to their default reset values. * @param GPIOx: where x can be (A..F) to select the GPIO per
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:313
↓ 7 callers
Function
HAL_NVIC_SetPriority
* @brief Sets the priority of an interrupt. * @param IRQn: External interrupt number . * This parameter can be an enumerator of IRQn_T
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:154
↓ 7 callers
Function
HAL_NVIC_SetPriority
* @brief Sets the priority of an interrupt. * @param IRQn: External interrupt number . * This parameter can be an enumerator of IRQn_T
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_cortex.c:154
↓ 7 callers
Function
HAL_RCC_GetSysClockFreq
* @brief Returns the SYSCLK frequency * @note The system frequency computed by this function is not the real * frequency in the
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1066
↓ 7 callers
Function
HAL_RCC_GetSysClockFreq
* @brief Returns the SYSCLK frequency * @note The system frequency computed by this function is not the real * frequency in the
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_rcc.c:1066
↓ 7 callers
Function
I2C_ITError
* @brief I2C interrupts error process. * @param hi2c I2C handle. * @param ErrorCode Error code to handle. * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4183
↓ 7 callers
Function
I2C_ITError
* @brief I2C interrupts error process. * @param hi2c I2C handle. * @param ErrorCode Error code to handle. * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4183
↓ 7 callers
Function
I2C_WaitOnTXISFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of TXIS flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4502
↓ 7 callers
Function
I2C_WaitOnTXISFlagUntilTimeout
* @brief This function handles I2C Communication Timeout for specific usage of TXIS flag. * @param hi2c Pointer to a I2C_HandleTypeDef structure
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_i2c.c:4502
↓ 7 callers
Function
TIM_Base_SetConfig
* @brief Time Base configuration * @param TIMx : TIM periheral * @param Structure : TIM Base configuration structure * @retval None */
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4581
↓ 7 callers
Function
TIM_Base_SetConfig
* @brief Time Base configuration * @param TIMx : TIM periheral * @param Structure : TIM Base configuration structure * @retval None */
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:4581
↓ 7 callers
Function
TIM_ITRx_SetConfig
* @brief Selects the Input Trigger source * @param TIMx to select the TIM peripheral * @param InputTriggerSource : The Input Trigger source.
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5313
↓ 7 callers
Function
TIM_ITRx_SetConfig
* @brief Selects the Input Trigger source * @param TIMx to select the TIM peripheral * @param InputTriggerSource : The Input Trigger source.
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_tim.c:5313
↓ 7 callers
Function
USBD_CtlSendData
* @brief USBD_CtlSendData * send data on the ctl pipe * @param pdev: device instance * @param buff: pointer to data buffer * @param le
joycon_reader/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:95
↓ 7 callers
Function
USBD_CtlSendData
* @brief USBD_CtlSendData * send data on the ctl pipe * @param pdev: device instance * @param buff: pointer to data buffer * @param le
joycon_spoofer/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c:95
↓ 7 callers
Function
USBD_LL_OpenEP
* @brief Opens an endpoint of the Low Level Driver. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @param ep_type: Endp
joycon_reader/Src/usbd_conf.c:402
↓ 7 callers
Function
USBD_LL_OpenEP
* @brief Opens an endpoint of the Low Level Driver. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @param ep_type: Endp
joycon_spoofer/Src/usbd_conf.c:402
↓ 7 callers
Function
USBD_LL_StallEP
* @brief Sets a Stall condition on an endpoint of the Low Level Driver. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @
joycon_reader/Src/usbd_conf.c:508
↓ 7 callers
Function
USBD_LL_StallEP
* @brief Sets a Stall condition on an endpoint of the Low Level Driver. * @param pdev: Device handle * @param ep_addr: Endpoint Number * @
joycon_spoofer/Src/usbd_conf.c:508
↓ 7 callers
Function
get_msg
joycon_spoofer/Src/joycon_cmd.c:99
↓ 7 callers
Function
get_msg_as_console
joycon_reader/Src/joycon_cmd.c:130
↓ 6 callers
Function
HAL_FLASH_EndOfOperationCallback
* @brief FLASH end of operation interrupt callback * @param ReturnValue: The value saved in this parameter depends on the ongoing procedure *
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:446
↓ 6 callers
Function
HAL_FLASH_EndOfOperationCallback
* @brief FLASH end of operation interrupt callback * @param ReturnValue: The value saved in this parameter depends on the ongoing procedure *
joycon_spoofer/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_flash.c:446
↓ 6 callers
Function
HAL_GPIO_ReadPin
* @brief Read the specified input port pin. * @param GPIOx: where x can be (A..F) to select the GPIO peripheral for STM32F0 family * @param G
joycon_reader/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_gpio.c:394
↓ 6 callers
Function
HAL_UART_MspDeInit
joycon_spoofer/Src/stm32f0xx_hal_msp.c:250
next →
1–100 of 2,344, ranked by callers