MCPcopy Create free account

hub / github.com/ARMmbed/DAPLink / functions

Functions6,218 in github.com/ARMmbed/DAPLink

↓ 2 callersFunctionTIM_OC4_SetConfig
* @brief Time Ouput Compare 4 configuration * @param TIMx to select the TIM peripheral * @param OC_Config : The ouput configuration structure
source/hic_hal/stm32/stm32f103xb/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:4822
↓ 2 callersFunctionTIM_SlaveTimer_SetConfig
* @brief Time Slave configuration * @param htim: pointer to a TIM_HandleTypeDef structure that contains * the configuration infor
source/hic_hal/stm32/stm32f103xb/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:4882
↓ 2 callersFunctionTIM_TI2_ConfigInputStage
* @brief Configure the Polarity and Filter for TI2. * @param TIMx to select the TIM peripheral. * @param TIM_ICPolarity : The Input Polarity.
source/hic_hal/stm32/stm32f103xb/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:5156
↓ 2 callersFunctionTIM_TI2_SetConfig
* @brief Configure the TI2 as Input. * @param TIMx to select the TIM peripheral * @param TIM_ICPolarity : The Input Polarity. * Thi
source/hic_hal/stm32/stm32f103xb/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c:5116
↓ 2 callersFunctionTPM_GetInstance
* Code ******************************************************************************/
source/hic_hal/freescale/kl27z/fsl_tpm.c:64
↓ 2 callersFunctionThreadFlagsSet
Set Thread Flags. \param[in] thread thread object. \param[in] flags specifies the flags to set. \return thread flags after settin
source/rtos2/RTX/Source/rtx_thread.c:43
↓ 2 callersFunctionTimerInsert
Insert Timer into the Timer List sorted by Time. \param[in] timer timer object. \param[in] tick timer tick.
source/rtos2/RTX/Source/rtx_timer.c:42
↓ 2 callersFunctionUART_EnableRx
! * @brief Enables or disables the UART receiver. * * This function enables or disables the UART receiver. * * @param base UART peripheral base a
source/hic_hal/freescale/k26f/fsl_uart.h:517
↓ 2 callersFunctionUART_EnableRxDMA
! * @brief Enables or disables the UART receiver DMA. * * This function enables or disables the receiver data register full flag, S1[RDRF], to gene
source/hic_hal/freescale/k26f/fsl_uart.h:459
↓ 2 callersFunctionUART_EnableTx
! * @brief Enables or disables the UART transmitter. * * This function enables or disables the UART transmitter. * * @param base UART peripheral
source/hic_hal/freescale/k26f/fsl_uart.h:497
↓ 2 callersFunctionUART_EnableTxDMA
! * @brief Enables or disables the UART transmitter DMA request. * * This function enables or disables the transmit data register empty flag, S1[TD
source/hic_hal/freescale/k26f/fsl_uart.h:429
↓ 2 callersFunctionUART_GetDataRegisterAddress
! * @brief Gets the UART data register address. * * This function returns the UART data register address, which is mainly used by DMA/eDMA. * * @
source/hic_hal/freescale/k26f/fsl_uart.h:416
↓ 2 callersFunctionUART_Get_Status
Get UART Status return: status
source/daplink/cmsis-dap/DAP_UART.c:158
↓ 2 callersFunctionUART_Init
Init UART return: DAP_OK or DAP_ERROR
source/daplink/cmsis-dap/DAP_UART.c:120
↓ 2 callersFunctionUART_IntrEna
source/hic_hal/atmel/sam3u2c/uart.c:198
↓ 2 callersFunctionUART_ReadNonBlocking
source/hic_hal/freescale/k26f/fsl_uart.c:791
↓ 2 callersFunctionUART_TransferAbortReceiveEDMA
! * brief Aborts the receive data using eDMA. * * This function aborts receive data using eDMA. * * param base UART peripheral base address. * p
source/hic_hal/freescale/k26f/fsl_uart_edma.c:346
↓ 2 callersFunctionUART_TransferAbortSendEDMA
! * brief Aborts the sent data using eDMA. * * This function aborts sent data using eDMA. * * param base UART peripheral base address. * param h
source/hic_hal/freescale/k26f/fsl_uart_edma.c:324
↓ 2 callersFunctionUART_TransferGetRxRingBufferLength
! * brief Get the length of received data in RX ring buffer. * * param handle UART handle pointer. * return Length of received data in RX ring buf
source/hic_hal/freescale/k26f/fsl_uart.c:153
↓ 2 callersFunctionUART_TransferIsRxRingBufferFull
source/hic_hal/freescale/k26f/fsl_uart.c:171
↓ 2 callersFunctionUART_Transmit
Transmit available data to target via UART
source/daplink/cmsis-dap/DAP_UART.c:279
↓ 2 callersFunctionUART_Uninit
Un-Init UART
source/daplink/cmsis-dap/DAP_UART.c:149
↓ 2 callersFunctionUSART0_DeinitPins
source/hic_hal/nxp/lpc55xx/pin_mux.c:64
↓ 2 callersFunctionUSART0_InitPins
source/hic_hal/nxp/lpc55xx/pin_mux.c:28
↓ 2 callersFunctionUSART3_DeinitPins
source/hic_hal/nxp/lpc55xx/pin_mux.c:126
↓ 2 callersFunctionUSART3_InitPins
source/hic_hal/nxp/lpc55xx/pin_mux.c:105
↓ 2 callersFunctionUSART_CommonControl
* Common control function used by usart_NonBlockingControl/usart_DmaControl/usart_EdmaControl */
source/hic_hal/nxp/lpc55xx/LPC55S69/drivers/fsl_usart_cmsis.c:115
↓ 2 callersFunctionUSART_DisableInterrupts
! * @brief Disables USART interrupts according to a provided mask. * * This function disables the USART interrupts according to a provided mask. Th
source/hic_hal/nxp/lpc55xx/LPC55S69/drivers/fsl_usart.h:392
↓ 2 callersFunctionUSART_GetInstance
Get the index corresponding to the USART */ ! brief Returns instance number for USART peripheral base address. */
source/hic_hal/nxp/lpc55xx/LPC55S69/drivers/fsl_usart.c:55
↓ 2 callersFunctionUSART_RxLineIntHandler
\fn uint32_t USART_RxLineIntHandler (USART_RESOURCES *usart) \brief Receive line interrupt handler \param[in] usart Pointer t
source/hic_hal/nxp/lpc4322/RTE_Driver/USART_LPC43xx.c:1035
↓ 2 callersFunctionUSART_SetBaudRate
! * brief Sets the USART instance baud rate. * * This function configures the USART module baud rate. This function is used to update * the USART
source/hic_hal/nxp/lpc55xx/LPC55S69/drivers/fsl_usart.c:341
↓ 2 callersFunctionUSART_TransferGetRxRingBufferLength
! * brief Get the length of received data in RX ring buffer. * * param handle USART handle pointer. * return Length of received data in RX ring bu
source/hic_hal/nxp/lpc55xx/LPC55S69/drivers/fsl_usart.c:77
↓ 2 callersFunctionUSART_TransferIsRxRingBufferFull
source/hic_hal/nxp/lpc55xx/LPC55S69/drivers/fsl_usart.c:97
↓ 2 callersFunctionUSART_TransmitReceive_IT
* @brief Full-Duplex Send receive an amount of data in full-duplex mode (non-blocking). * @param husart: Pointer to a USART_HandleTypeDef structu
source/hic_hal/stm32/stm32f103xb/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_usart.c:1727
↓ 2 callersFunctionUSBD_BULK_EP_BULKIN_Event
source/usb/bulk/usbd_bulk.c:51
↓ 2 callersFunctionUSBD_CDC_ACM_DataFree
\brief Number of free bytes in the Send buffer */
source/usb/cdc/usbd_cdc_acm.c:290
↓ 2 callersFunctionUSBD_CDC_ACM_DataRead
source/usb/cdc/usbd_cdc_acm.c:380
↓ 2 callersFunctionUSBD_CDC_ACM_DataReceived
source/usb/cdc/usbd_cdc_acm.c:92
↓ 2 callersFunctionUSBD_CDC_ACM_EP_BULKIN_Event
source/usb/cdc/usbd_cdc_acm.c:722
↓ 2 callersFunctionUSBD_CDC_ACM_EP_BULKIN_HandleData
source/usb/cdc/usbd_cdc_acm.c:612
↓ 2 callersFunctionUSBD_CDC_ACM_EP_BULKOUT_Event
source/usb/cdc/usbd_cdc_acm.c:689
↓ 2 callersFunctionUSBD_CDC_ACM_EP_BULKOUT_HandleData
source/usb/cdc/usbd_cdc_acm.c:575
↓ 2 callersFunctionUSBD_CDC_ACM_PortGetLineCoding
@brief Vitual COM Port retrieve communication settings * * The function retrieves communication settings of the port used as the * Virtual COM Po
source/daplink/usb2uart/usbd_user_cdc_acm.c:105
↓ 2 callersFunctionUSBD_CDC_ACM_PortSetLineCoding
source/usb/cdc/usbd_cdc_acm.c:73
↓ 2 callersFunctionUSBD_CDC_ACM_Reset_Event
source/usb/cdc/usbd_cdc_acm.c:483
↓ 2 callersFunctionUSBD_CalcSizeEP
source/hic_hal/atmel/sam3u2c/usbd_ATSAM3U2C.c:38
↓ 2 callersFunctionUSBD_CalcSizeEP
source/hic_hal/atmel/sam3u2c/unused_usb_driver/usbd_SAM3U2C.c:28
↓ 2 callersFunctionUSBD_ConfigEP
source/hic_hal/freescale/usbd_kinetis.c:324
↓ 2 callersFunctionUSBD_Configure
source/hic_hal/freescale/usbd_kinetis.c:313
↓ 2 callersFunctionUSBD_EnableEP
source/hic_hal/freescale/usbd_kinetis.c:358
↓ 2 callersFunctionUSBD_HID_Configure_Event
source/usb/hid/usbd_hid.c:334
↓ 2 callersFunctionUSBD_HID_EP_INTOUT_Event
source/usb/hid/usbd_hid.c:300
↓ 2 callersFunctionUSBD_HID_SOF_Event
source/usb/hid/usbd_hid.c:379
↓ 2 callersFunctionUSBD_Handler
source/hic_hal/freescale/usbd_kinetis.c:633
↓ 2 callersFunctionUSBD_Intr
source/hic_hal/nxp/lpc4322/usbd_LPC43xx_USB0.c:102
↓ 2 callersFunctionUSBD_Intr
source/hic_hal/freescale/k26f/usbd_MK26F.c:101
↓ 2 callersFunctionUSBD_MSC_EP_BULKIN_Event
source/usb/msc/usbd_msc.c:1126
↓ 2 callersFunctionUSBD_MSC_EP_BULKOUT_Event
source/usb/msc/usbd_msc.c:1138
↓ 2 callersFunctionUSBD_MSC_GetCBW
source/usb/msc/usbd_msc.c:849
↓ 2 callersFunctionUSBD_MSC_MemoryRead
source/usb/msc/usbd_msc.c:175
↓ 2 callersFunctionUSBD_MSC_Reset
source/usb/msc/usbd_msc.c:114
↓ 2 callersFunctionUSBD_MSC_Reset_Event
source/usb/msc/usbd_msc.c:1115
↓ 2 callersFunctionUSBD_ReqSetClrFeature
source/usb/usbd_core.c:240
↓ 2 callersFunctionUSBD_Reset
source/hic_hal/nxp/lpc4322/usbd_LPC43xx_USB0.c:187
↓ 2 callersFunctionUSBD_Reset
source/hic_hal/nxp/lpc55xx/usbd_LPC55xx.c:198
↓ 2 callersFunctionUSBD_Reset
source/hic_hal/nxp/lpc11u35/usbd_LPC11Uxx.c:157
↓ 2 callersFunctionUSBD_Reset
source/hic_hal/freescale/k26f/usbd_MK26F.c:177
↓ 2 callersFunctionUSBD_SetAddress
source/hic_hal/freescale/usbd_kinetis.c:299
↓ 2 callersFunctionUSBD_WakeUpCfg
source/hic_hal/freescale/usbd_kinetis.c:287
↓ 2 callersFunction_SetBaudrate
source/hic_hal/atmel/sam3u2c/uart.c:141
↓ 2 callersFunction__LDREXW
\brief LDR Exclusive (32 bit) \details Executes a exclusive LDR instruction for 32 bit values. \param [in] ptr Pointer to data \return
source/cmsis-core/cmsis_gcc.h:1151
↓ 2 callersFunction__RBIT
\brief Reverse bit order of value \details Reverses the bit order of the given value. \param [in] value Value to reverse \return
source/cmsis-core/cmsis_gcc.h:1048
↓ 2 callersFunction__STREXW
\brief STR Exclusive (32 bit) \details Executes a exclusive STR instruction for 32 bit values. \param [in] value Value to store \param [in]
source/cmsis-core/cmsis_gcc.h:1202
↓ 2 callersFunction__get_CONTROL
\brief Get Control Register \details Returns the content of the Control Register. \return Control Register value */
source/cmsis-core/cmsis_gcc.h:218
↓ 2 callersFunction__get_MSP
\brief Get Main Stack Pointer \details Returns the current value of the Main Stack Pointer (MSP). \return MSP Register value */
source/cmsis-core/cmsis_gcc.h:368
↓ 2 callersMethod__init__
(self, data, sector=None)
test/tests/usb_msd.py:302
↓ 2 callersFunction_compute_crc
(hex_file_path)
test/board.py:153
↓ 2 callersFunction_extract_symbols
Fill 'symbols' field with required flash algo symbols
tools/flash_algo.py:172
↓ 2 callersMethod_print_msg
(msg)
test/test_info.py:171
↓ 2 callersFunction_run_chkdsk
(drive)
test/board.py:182
↓ 2 callersFunction_set_usb_test_mode
Set to True to enable USB testing mode
test/tests/test_usb.py:431
↓ 2 callersFunction_unique_id_to_host_id
Return the chip id unique to the daplink host procesor Unique ID has the following fomat Board ID - 4 bytes Version - 4 bytes Host I
test/board.py:80
↓ 2 callersFunctionadc_init
source/board/microbitv2/kl27z/adc.c:27
↓ 2 callersFunctionadd_list_path
(input_path_list, ouput_path_dict)
tools/mbedcli_tools/generate_mbedignore.py:21
↓ 2 callersMethodadd_mock_dirs
Add a list of directoies
test/tests/test_msd.py:139
↓ 2 callersMethodadd_mock_dirs_after_load
Add a list of directoies
test/tests/test_msd.py:147
↓ 2 callersMethodadd_mock_files
Add a list of tuples containing a file and contents
test/tests/test_msd.py:135
↓ 2 callersMethodadd_mock_files_after_load
Add a list of tuples containing a file and contents
test/tests/test_msd.py:143
↓ 2 callersFunctionatomic_chk32_all
source/rtos2/RTX/Source/rtx_core_cm.h:638
↓ 2 callersFunctionatomic_chk32_any
source/rtos2/RTX/Source/rtx_core_cm.h:713
↓ 2 callersFunctionatomic_clr32
source/rtos2/RTX/Source/rtx_core_cm.h:578
↓ 2 callersFunctionatomic_inc16_lim
source/rtos2/RTX/Source/rtx_core_cm.h:890
↓ 2 callersFunctionatomic_inc16_lt
source/rtos2/RTX/Source/rtx_core_cm.h:829
↓ 2 callersFunctionbusy_wait
source/hic_hal/freescale/k26f/hic_init.c:29
↓ 2 callersFunctioncgu_WaitUS
/ * * @brief Rough approximation of a delay function with microsecond resolution. * * Used during initial clock setup as the Timers are not configu
source/hic_hal/nxp/lpc4322/lpc43xx_cgu.c:180
↓ 2 callersFunctionchanging_state
source/daplink/drag-n-drop/vfs_manager.c:374
↓ 2 callersFunctionconfig_get_detect_incompatible_target
source/daplink/settings/settings_rom.c:195
↓ 2 callersFunctionconfig_init
source/daplink/settings/settings.c:78
↓ 2 callersFunctionconfig_ram_get_assert
source/daplink/settings/settings.c:163
↓ 2 callersFunctionconfig_ram_set_disable_msd
source/daplink/settings/settings.c:237
← previousnext →801–900 of 6,218, ranked by callers