MCPcopy Create free account

hub / github.com/armink/FreeModbus_Slave-Master-RTT-STM32 / functions

Functions3,120 in github.com/armink/FreeModbus_Slave-Master-RTT-STM32

↓ 1 callersFunctionTIM_SetIC3Prescaler
* @brief Sets the TIMx Input Capture 3 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5 or 8 to select the TIM peripheral. * @param TIM_I
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c:2397
↓ 1 callersFunctionTIM_SetIC4Prescaler
* @brief Sets the TIMx Input Capture 4 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5 or 8 to select the TIM peripheral. * @param TIM_I
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c:2419
↓ 1 callersFunctionUSART_Cmd
* @brief Enables or disables the specified USART peripheral. * @param USARTx: Select the USART or the UART peripheral. * This parameter
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c:351
↓ 1 callersFunctionUSART_Init
* @brief Initializes the USARTx peripheral according to the specified * parameters in the USART_InitStruct . * @param USARTx: Select the
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c:176
↓ 1 callersFunctionWinThreadScheduler
RT-Thread-1.2.2/libcpu/sim/win32/cpu_port.c:389
↓ 1 callersFunction__DSB
Libaries/CMSIS_MDK/CM3/CoreSupport/core_cm3.h:1215
↓ 1 callersFunction__SMLALD
* @brief C custom defined SMLALD for M3 and M0 processors */
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:979
↓ 1 callersFunction__SMLALD
* @brief C custom defined SMLALD for M3 and M0 processors */
Libaries/CMSIS_EWARM/Include/arm_math.h:959
↓ 1 callersFunction__SMUAD
* @brief C custom defined SMUAD for M3 and M0 processors */
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:1005
↓ 1 callersFunction__SMUAD
* @brief C custom defined SMUAD for M3 and M0 processors */
Libaries/CMSIS_EWARM/Include/arm_math.h:985
↓ 1 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 ev
Libaries/CMSIS_EWARM/Include/core_cmInstr.h:308
↓ 1 callersFunction__dcache_writeback_all
RT-Thread-1.2.2/libcpu/mips/jz47xx/cache.c:81
↓ 1 callersFunction__icache_invalidate_all
RT-Thread-1.2.2/libcpu/mips/jz47xx/cache.c:61
↓ 1 callersFunction__tolower
RT-Thread-1.2.2/components/libc/minilibc/string.c:231
↓ 1 callersFunction__toupper
RT-Thread-1.2.2/components/libc/minilibc/string.c:238
↓ 1 callersFunction_cdc_descriptor_config
* This function will configure cdc descriptor. * * @param comm the communication interface number. * @param data the data interface number. * * @
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/cdc_vcom.c:486
↓ 1 callersFunction_cdc_get_line_coding
* This function will handle cdc_get_line_coding request. * * @param device the usb device object. * @param setup the setup request. * * @return R
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/cdc_vcom.c:296
↓ 1 callersFunction_cdc_set_line_coding
* This function will handle cdc_set_line_coding request. * * @param device the usb device object. * @param setup the setup request. * * @return R
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/cdc_vcom.c:323
↓ 1 callersFunction_class_request
* This function will handle class request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on succe
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:581
↓ 1 callersFunction_exception
RT-Thread-1.2.2/libcpu/ppc/ppc405/traps.c:88
↓ 1 callersFunction_get_config
* This function will handle get_config request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:284
↓ 1 callersFunction_get_config_descriptor
* This function will handle get_config_descriptor request. * * @param device the usb device object. * @param setup the setup request. * * @return
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:68
↓ 1 callersFunction_get_descriptor
* This function will handle get_descriptor request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:156
↓ 1 callersFunction_get_device_descriptor
* This function will handle get_device_descriptor request. * * @param device the usb device object. * @param setup the setup request. * * @return
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:40
↓ 1 callersFunction_get_gp
RT-Thread-1.2.2/libcpu/mips/pic32/cpuport.c:26
↓ 1 callersFunction_get_interface
* This function will handle get_interface request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:201
↓ 1 callersFunction_get_string_descriptor
* This function will handle get_string_descriptor request. * * @param device the usb device object. * @param setup the setup request. * * @return
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:97
↓ 1 callersFunction_inquiry_cmd
* This function will allocate an usb device instance from system. * * @param parent the hub instance to which the new allocated device attached. *
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:111
↓ 1 callersFunction_mode_sense_6
* This function will handle mode_sense_6 request. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:161
↓ 1 callersFunction_msh_exec_cmd
RT-Thread-1.2.2/components/finsh/msh.c:258
↓ 1 callersFunction_read_10
* This function will handle read_10 request. * * @param device the usb device object. * @param cbw the command block wrapper. * * @return RT_EOK
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:246
↓ 1 callersFunction_read_capacities
* This function will handle read_capacities request. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:182
↓ 1 callersFunction_read_capacity
* This function will handle read_capacity request. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:214
↓ 1 callersFunction_request_interface
* This function will handle standard request to * interface that defined in class-specifics * * @param device the usb device object. * @param set
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:418
↓ 1 callersFunction_request_sense
* This function will handle sense request. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:134
↓ 1 callersFunction_reset_notify
* This function will reset all class. * * @param device the usb device object. * * @return RT_EOK. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:746
↓ 1 callersFunction_rt_module_split_arg
RT-Thread-1.2.2/src/module.c:855
↓ 1 callersFunction_rt_scheduler_stack_check
RT-Thread-1.2.2/src/scheduler.c:88
↓ 1 callersFunction_run_notify
* This function will run all class. * * @param device the usb device object. * * @return RT_EOK. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:719
↓ 1 callersFunction_rym_do_fin
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:239
↓ 1 callersFunction_rym_do_handshake
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:118
↓ 1 callersFunction_rym_do_recv
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:287
↓ 1 callersFunction_rym_do_trans
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:190
↓ 1 callersFunction_rym_trans_data
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:159
↓ 1 callersFunction_serial_dma_rx
* Serial DMA routines */
RT-Thread-1.2.2/components/drivers/serial/serial.c:157
↓ 1 callersFunction_serial_dma_tx
RT-Thread-1.2.2/components/drivers/serial/serial.c:182
↓ 1 callersFunction_serial_int_rx
* Serial interrupt routines */
RT-Thread-1.2.2/components/drivers/serial/serial.c:87
↓ 1 callersFunction_serial_int_tx
RT-Thread-1.2.2/components/drivers/serial/serial.c:129
↓ 1 callersFunction_serial_poll_rx
* Serial poll routines */
RT-Thread-1.2.2/components/drivers/serial/serial.c:38
↓ 1 callersFunction_serial_poll_tx
RT-Thread-1.2.2/components/drivers/serial/serial.c:58
↓ 1 callersFunction_set_address
* This function will handle set_address request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:390
↓ 1 callersFunction_set_config
* This function will handle set_config request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:318
↓ 1 callersFunction_set_interface
* This function will handle set_interface request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:237
↓ 1 callersFunction_setup_request
* This function will handle setup request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on succe
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:623
↓ 1 callersFunction_sof_notify
* This function will notity sof event to all of class. * * @param device the usb device object. * * @return RT_EOK. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:665
↓ 1 callersFunction_standard_request
* This function will handle standard request. * * @param device the usb device object. * @param setup the setup request. * * @return RT_EOK on su
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:451
↓ 1 callersFunction_start_stop
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:320
↓ 1 callersFunction_verify_10
* This function will handle verify_10 request. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:308
↓ 1 callersFunction_write_10
* This function will handle write_10 request. * * @param device the usb device object. * @param cbw the command block wrapper. * * @return RT_EOK
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:282
↓ 1 callersFunctionalarm_wakeup
RT-Thread-1.2.2/components/drivers/rtc/alarm.c:88
↓ 1 callersFunctionasctime
RT-Thread-1.2.2/components/libc/minilibc/time.c:187
↓ 1 callersFunctionasctime_r
RT-Thread-1.2.2/components/libc/minilibc/time.c:166
↓ 1 callersFunctionatoi
RT-Thread-1.2.2/components/libc/minilibc/stdlib.c:20
↓ 1 callersFunctionbus_fault_track
RT-Thread-1.2.2/libcpu/arm/cortex-m3/cpuport.c:163
↓ 1 callersFunctioncache_enable
RT-Thread-1.2.2/libcpu/arm/arm926/cpuport.c:43
↓ 1 callersFunctioncache_enable
RT-Thread-1.2.2/libcpu/arm/s3c24x0/cpu.c:36
↓ 1 callersFunctioncache_enable
RT-Thread-1.2.2/libcpu/arm/sep4020/cpu.c:40
↓ 1 callersFunctioncistpl_funce_func
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:495
↓ 1 callersFunctioncistpl_funce_func0
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:478
↓ 1 callersFunctionclock_time_system_init
RT-Thread-1.2.2/components/pthreads/clock_time.c:30
↓ 1 callersFunctioncpu_usage_get
RT-Thread-1.2.2/src/cpuusage.c:57
↓ 1 callersFunctioncpu_usage_init
RT-Thread-1.2.2/src/cpuusage.c:66
↓ 1 callersFunctiondays_of_year_month
RT-Thread-1.2.2/components/drivers/rtc/alarm.c:233
↓ 1 callersFunctiondcache_disable
RT-Thread-1.2.2/libcpu/unicore32/sep6200/cpu.c:133
↓ 1 callersFunctiondcache_enable
RT-Thread-1.2.2/libcpu/unicore32/sep6200/cpu.c:162
↓ 1 callersFunctiondcache_flush
RT-Thread-1.2.2/libcpu/unicore32/sep6200/cpu.c:92
↓ 1 callersFunctiondcd_set_address
RT-Thread-1.2.2/components/drivers/include/drivers/usb_device.h:305
↓ 1 callersFunctiondivide
RT-Thread-1.2.2/src/kservice.c:523
↓ 1 callersFunctioneMBASCIIInit
----------------------- Start implementation -----------------------------*/
FreeModbus/modbus/ascii/mbascii.c:107
↓ 1 callersFunctioneMBEnable
FreeModbus/modbus/mb.c:296
↓ 1 callersFunctioneMBInit
----------------------- Start implementation -----------------------------*/
FreeModbus/modbus/mb.c:132
↓ 1 callersFunctioneMBMasterEnable
FreeModbus/modbus/mb_m.c:213
↓ 1 callersFunctioneMBMasterGetErrorType
Get Modbus Master current error event type. */
FreeModbus/modbus/mb_m.c:394
↓ 1 callersFunctioneMBMasterInit
----------------------- Start implementation -----------------------------*/
FreeModbus/modbus/mb_m.c:137
↓ 1 callersFunctioneMBMasterPoll
FreeModbus/modbus/mb_m.c:253
↓ 1 callersFunctioneMBMasterRTUInit
----------------------- Start implementation -----------------------------*/
FreeModbus/modbus/rtu/mbrtu_m.c:88
↓ 1 callersFunctioneMBMasterRegDiscreteCB
* Modbus master discrete callback function. * * @param pucRegBuffer discrete buffer * @param usAddress discrete address * @param usNDiscrete discr
FreeModbus/port/user_mb_app_m.c:247
↓ 1 callersFunctioneMBMasterRegInputCB
* Modbus master input register callback function. * * @param pucRegBuffer input register buffer * @param usAddress input register address * @param
FreeModbus/port/user_mb_app_m.c:55
↓ 1 callersFunctioneMBMasterReqWriteCoil
* This function will request write one coil. * * @param ucSndAddr salve address * @param usCoilAddr coil start address * @param usCoilData data to
FreeModbus/modbus/functions/mbfunccoils_m.c:193
↓ 1 callersFunctioneMBPoll
FreeModbus/modbus/mb.c:336
↓ 1 callersFunctioneMBRTUInit
----------------------- Start implementation -----------------------------*/
FreeModbus/modbus/rtu/mbrtu.c:80
↓ 1 callersFunctioneMBRegDiscreteCB
* Modbus slave discrete callback function. * * @param pucRegBuffer discrete buffer * @param usAddress discrete address * @param usNDiscrete discre
FreeModbus/port/user_mb_app.c:242
↓ 1 callersFunctioneMBRegInputCB
* Modbus slave input register callback function. * * @param pucRegBuffer input register buffer * @param usAddress input register address * @param
FreeModbus/port/user_mb_app.c:54
↓ 1 callersFunctioneMBTCPDoInit
----------------------- Start implementation -----------------------------*/
FreeModbus/modbus/tcp/mbtcp.c:80
↓ 1 callersFunctionfinsh_block_merge
RT-Thread-1.2.2/components/finsh/finsh_heap.c:248
↓ 1 callersFunctionfinsh_block_split
* split block */
RT-Thread-1.2.2/components/finsh/finsh_heap.c:232
↓ 1 callersFunctionfinsh_compile
RT-Thread-1.2.2/components/finsh/finsh_compiler.c:43
↓ 1 callersFunctionfinsh_compiler_run
RT-Thread-1.2.2/components/finsh/finsh_compiler.c:903
↓ 1 callersFunctionfinsh_disassemble
RT-Thread-1.2.2/components/finsh/finsh_vm.c:149
↓ 1 callersFunctionfinsh_error_string
RT-Thread-1.2.2/components/finsh/finsh_error.c:71
← previousnext →601–700 of 3,120, ranked by callers