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 callersFunctionrt_portal_detach
* This function will detach a portal device from resource management * * @param portal the portal device * * @return the operation status, RT_EOK
RT-Thread-1.2.2/components/drivers/src/portal.c:222
↓ 1 callersFunctionrt_portal_init
* This function will initialize a portal device and put it under control of * resource management. * * Portal is a device that connect devices *
RT-Thread-1.2.2/components/drivers/src/portal.c:170
↓ 1 callersFunctionrt_ringbuffer_getchar
* get a character from a ringbuffer */
RT-Thread-1.2.2/components/drivers/src/ringbuffer.c:262
↓ 1 callersFunctionrt_ringbuffer_put_force
* put a block of data into ring buffer * * When the buffer is full, it will discard the old data. */
RT-Thread-1.2.2/components/drivers/src/ringbuffer.c:99
↓ 1 callersFunctionrt_ringbuffer_putchar
* put a character into ring buffer */
RT-Thread-1.2.2/components/drivers/src/ringbuffer.c:197
↓ 1 callersFunctionrt_sdio_init
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:1380
↓ 1 callersFunctionrt_serial_putc
* This function will write a character to serial without interrupt enable mode * * @param c the char to write */
RT-Thread-1.2.2/libcpu/arm/s3c44b0/serial.c:104
↓ 1 callersFunctionrt_serial_savechar
save a char to serial buffer */
RT-Thread-1.2.2/libcpu/blackfin/bf53x/serial.c:58
↓ 1 callersFunctionrt_serial_savechar
save a char to serial buffer */
RT-Thread-1.2.2/libcpu/arm/s3c24x0/serial.c:57
↓ 1 callersFunctionrt_serial_savechar
save a char to serial buffer */
RT-Thread-1.2.2/libcpu/arm/sep4020/serial.c:57
↓ 1 callersFunctionrt_serial_savechar
save a char to serial buffer */
RT-Thread-1.2.2/libcpu/unicore32/sep6200/serial.c:65
↓ 1 callersFunctionrt_serial_set_baudrate
RT-Thread-1.2.2/libcpu/ppc/ppc405/serial.c:214
↓ 1 callersFunctionrt_soft_timer_check
* This function will check timer list, if a timeout event happens, the * corresponding timeout function will be invoked. */
RT-Thread-1.2.2/src/timer.c:561
↓ 1 callersFunctionrt_spi_bus_device_init
RT-Thread-1.2.2/components/drivers/spi/spi_dev.c:86
↓ 1 callersFunctionrt_spidev_device_init
RT-Thread-1.2.2/components/drivers/spi/spi_dev.c:166
↓ 1 callersFunctionrt_sprintf
* This function will fill a formatted string to buffer * * @param buf the buffer to save formatted string * @param format the format */
RT-Thread-1.2.2/src/kservice.c:1021
↓ 1 callersFunctionrt_system_module_init
* @ingroup SystemInit * * This function will initialize system module */
RT-Thread-1.2.2/src/module.c:83
↓ 1 callersFunctionrt_system_object_init
* @ingroup SystemInit * * This function will initialize system object management. * * @deprecated since 0.3.0, this function does not need to be i
RT-Thread-1.2.2/src/object.c:173
↓ 1 callersFunctionrt_system_scheduler_init
* @ingroup SystemInit * This function will initialize the system scheduler */
RT-Thread-1.2.2/src/scheduler.c:120
↓ 1 callersFunctionrt_system_tick_init
* This function will init system tick and set it to zero. * @ingroup SystemInit * * @deprecated since 1.1.0, this function does not need to be invo
RT-Thread-1.2.2/src/clock.c:45
↓ 1 callersFunctionrt_system_timer_init
* @ingroup SystemInit * * This function will initialize system timer */
RT-Thread-1.2.2/src/timer.c:662
↓ 1 callersFunctionrt_system_timer_thread_init
* @ingroup SystemInit * * This function will initialize system timer thread */
RT-Thread-1.2.2/src/timer.c:677
↓ 1 callersFunctionrt_thread_idle_excute
* @ingroup Thread * * This function will perform system background job when system idle. */
RT-Thread-1.2.2/src/idle.c:75
↓ 1 callersFunctionrt_thread_idle_init
* @ingroup SymstemInit * * This function will initialize idle thread, then start it. * * @note this function must be invoked when system init. */
RT-Thread-1.2.2/src/idle.c:189
↓ 1 callersFunctionrt_thread_idle_sethook
* This function will set a hook function to idle thread loop. * * @param hook the specified hook function * * @note the hook function must be simp
RT-Thread-1.2.2/src/idle.c:62
↓ 1 callersFunctionrt_thread_sleep
* This function will let current thread sleep for some ticks. * * @param tick the sleep ticks * * @return RT_EOK */
RT-Thread-1.2.2/src/thread.c:421
↓ 1 callersFunctionrt_timer_check
* This function will check timer list, if a timeout event happens, the * corresponding timeout function will be invoked. * * @note this function sh
RT-Thread-1.2.2/src/timer.c:486
↓ 1 callersFunctionrt_timer_count_height
RT-Thread-1.2.2/src/timer.c:132
↓ 1 callersFunctionrt_timer_create
* This function will create a timer * * @param name the name of timer * @param timeout the timeout function * @param parameter the parameter of ti
RT-Thread-1.2.2/src/timer.c:235
↓ 1 callersFunctionrt_timer_delete
* This function will delete a timer and release timer memory * * @param timer the timer to be deleted * * @return the operation status, RT_EOK on
RT-Thread-1.2.2/src/timer.c:263
↓ 1 callersFunctionrt_usb_adk_get_protocol
* This function will do USB_REQ_GET_PROTOCOL request to set idle period to the usb adk device * * @param ifinst the interface instance. * @duration
RT-Thread-1.2.2/components/drivers/usb/usbhost/class/adk.c:68
↓ 1 callersFunctionrt_usb_adk_start
* This function will do USB_REQ_START request to set idle period to the usb adk device * * @param ifinst the interface instance. * @duration the id
RT-Thread-1.2.2/components/drivers/usb/usbhost/class/adk.c:135
↓ 1 callersFunctionrt_usb_alloc_instance
* 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/usbhost/core/core.c:38
↓ 1 callersFunctionrt_usb_attatch_instance
* This function will attatch an usb device instance to a host controller, * and do device enumunation process. * * @param hcd the host controller d
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/core.c:78
↓ 1 callersFunctionrt_usb_class_driver_adk
* This function will register adk class driver to the usb class driver manager. * and it should be invoked in the usb system initialization. * * @
RT-Thread-1.2.2/components/drivers/usb/usbhost/class/adk.c:406
↓ 1 callersFunctionrt_usb_class_driver_find
* This function finds a usb class driver by specified class code and subclass code. * * @param class_code the usb class driver's class code. * @pa
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/driver.c:124
↓ 1 callersFunctionrt_usb_class_driver_hub
* This function will register hub class driver to the usb class driver manager. * and it should be invoked in the usb system initialization. * * @
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/hub.c:536
↓ 1 callersFunctionrt_usb_class_driver_init
* This function will initilize the usb class driver related data structure, * and it should be invoked in the usb system initialization. * * @retu
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/driver.c:37
↓ 1 callersFunctionrt_usb_class_driver_run
* This function will run an usb class driver. * * @param drv the pointer of usb class driver. * @param args the parameter of run function. * * @
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/driver.c:87
↓ 1 callersFunctionrt_usb_class_driver_stop
* This function will stop a usb class driver. * * @param drv the pointer of usb class driver structure. * @param args the argument of the stop func
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/driver.c:105
↓ 1 callersFunctionrt_usb_get_interface_descriptor
* This function will get an interface descriptor from the configuration descriptor. * * @param cfg_desc the point of configuration descriptor struct
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/core.c:396
↓ 1 callersFunctionrt_usb_host_init
* This function will initialize the usb host stack, all the usb class driver and * host controller driver are also be initialized here. * * @retur
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/usbhost.c:37
↓ 1 callersFunctionrt_usb_hub_port_debounce
* This function will do debouce, it is invoked when sub device attached to the hub port. * * @param uinst the usb instance. * @param port the hub p
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/hub.c:257
↓ 1 callersFunctionrt_usb_hub_reset_port
* This function will rest hub port, it is invoked when sub device attached to the hub port. * * @param ifinst the interface instance. * @param port
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/hub.c:220
↓ 1 callersFunctionrt_usb_hub_thread
* This function will initialize usb hub thread. * * @return none. * */
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/hub.c:605
↓ 1 callersFunctionrt_usb_set_address
* This function will set an address to the usb device. * * @param uinst the usb device instance. * * @return the error code, RT_EOK on successful
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/core.c:274
↓ 1 callersFunctionrt_usbd_class_cdc_create
* This function will create a cdc class instance. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/cdc_vcom.c:505
↓ 1 callersFunctionrt_usbd_class_mstorage_create
* This function will create a mass storage class instance. * * @param device the usb device object. * * @return RT_EOK on successful. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/mstorage.c:587
↓ 1 callersFunctionrt_usbd_config_create
* This function will create an usb configuration object. * * @param none. * * @return an usb configuration object. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:858
↓ 1 callersFunctionrt_usbd_core_init
* This function will initialize usb device thread. * * @return none. */
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1552
↓ 1 callersFunctionrt_usbd_device_add_config
* This function will add a configuration to an usb device. * * @param device the usb device object. * @param cfg the configuration object. * * @r
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1264
↓ 1 callersFunctionrt_usbd_device_create
* This function will create an usb device object. * * @param ustring the usb string array to contain string descriptor. * * @return an usb device
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:766
↓ 1 callersFunctionrt_usbd_device_set_controller
* This function will set an usb controller driver to a device. * * @param device the usb device object. * @param dcd the usb device controller driv
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:819
↓ 1 callersFunctionrt_usbd_find_altsetting
* This function will find an usb interface alternate setting object. * * @param device the usb device object. * @param value the alternate setting
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1176
↓ 1 callersFunctionrt_usbd_find_config
* This function will find an usb configuration object. * * @param device the usb device object. * @param value the configuration number. * * @ret
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1096
↓ 1 callersFunctionrt_usbd_find_device
* This function will find an usb device object. * * @dcd usd device controller driver. * * @return an usb device object on found or RT_NULL on not
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1067
↓ 1 callersFunctionrt_vsprintf
* This function will fill a formatted string to buffer * * @param buf the buffer to save formatted string * @param arg_ptr the arg_ptr * @param fo
RT-Thread-1.2.2/src/kservice.c:1009
↓ 1 callersFunctionrtthread_startup
��ʼ��RT-Thread���� ��������: void rtthread_startup(void) ��ڲ������� ���ڲ������� �� ע��Editor��Armink 2011-04-04 Company: BXXJS
APP/src/app_task.c:136
↓ 1 callersFunctionsched_yield
RT-Thread-1.2.2/components/pthreads/sched.c:26
↓ 1 callersFunctionsdio_init_card
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:815
↓ 1 callersFunctionsdio_initialize_function
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:689
↓ 1 callersFunctionsdio_irq_thread_create
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:1049
↓ 1 callersFunctionsdio_irq_thread_delete
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:1071
↓ 1 callersFunctionsdio_read_cccr
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:418
↓ 1 callersFunctionsdio_read_fbr
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:661
↓ 1 callersFunctionsdio_register_card
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:781
↓ 1 callersFunctionsdio_set_bus_wide
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:755
↓ 1 callersFunctionsdio_set_highspeed
RT-Thread-1.2.2/components/drivers/sdio/sdio.c:729
↓ 1 callersFunctionsearch_exception_table
RT-Thread-1.2.2/libcpu/ppc/ppc405/traps.c:96
↓ 1 callersFunctionsem_init
RT-Thread-1.2.2/components/pthreads/semaphore.c:189
↓ 1 callersFunctionsep6200_irq_mask
RT-Thread-1.2.2/libcpu/unicore32/sep6200/interrupt.c:129
↓ 1 callersFunctionsep6200_irq_unmask
RT-Thread-1.2.2/libcpu/unicore32/sep6200/interrupt.c:124
↓ 1 callersFunctionsep6200_poweroff
RT-Thread-1.2.2/libcpu/unicore32/sep6200/cpu.c:252
↓ 1 callersFunctionsep6200_reset
RT-Thread-1.2.2/libcpu/unicore32/sep6200/cpu.c:235
↓ 1 callersFunctionserial_flush_input
RT-Thread-1.2.2/libcpu/arm/s3c44b0/serial.c:28
↓ 1 callersFunctionserial_flush_output
RT-Thread-1.2.2/libcpu/arm/s3c44b0/serial.c:36
↓ 1 callersFunctionset_date
\brief set system date(time not modify). * * \param rt_uint32_t year e.g: 2012. * \param rt_uint32_t month e.g: 12 (1~12). * \param rt_uint32_t d
RT-Thread-1.2.2/components/drivers/rtc/rtc.c:81
↓ 1 callersFunctionset_time
\brief set system time(date not modify). * * \param rt_uint32_t hour e.g: 0~23. * \param rt_uint32_t minute e.g: 0~59. * \param rt_uint32_t seco
RT-Thread-1.2.2/components/drivers/rtc/rtc.c:129
↓ 1 callersFunctionset_tsr
RT-Thread-1.2.2/libcpu/ppc/ppc405/traps.c:21
↓ 1 callersFunctionshell_auto_complete
RT-Thread-1.2.2/components/finsh/shell.c:171
↓ 1 callersFunctionshell_push_history
RT-Thread-1.2.2/components/finsh/shell.c:255
↓ 1 callersFunctionsignal_mask
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:80
↓ 1 callersFunctionsimple_strtoll
* simple_strtoll - convert a string to a signed long long * @cp: The start of the string * @endp: A pointer to the end of the parsed string will be
RT-Thread-1.2.2/components/libc/minilibc/string.c:342
↓ 1 callersFunctionskip_atoi
RT-Thread-1.2.2/components/libc/minilibc/string.c:181
↓ 1 callersFunctionsscanf
* sscanf - Unformat a buffer into a list of arguments * @buf: input buffer * @fmt: formatting of buffer * @...: resulting arguments */
RT-Thread-1.2.2/components/libc/minilibc/string.c:541
↓ 1 callersFunctionstart_sys_timer
* Setup the systick timer to generate the tick interrupts at the required * frequency. */
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:501
↓ 1 callersFunctionstm32_hw_pin_init
BSP/src/gpio.c:146
↓ 1 callersFunctionstm32_hw_usart_init
BSP/src/usart.c:364
↓ 1 callersFunctionstrcspn
RT-Thread-1.2.2/components/libc/minilibc/string.c:568
↓ 1 callersFunctionstrspn
RT-Thread-1.2.2/components/libc/minilibc/string.c:553
↓ 1 callersFunctionstrtok_r
RT-Thread-1.2.2/components/libc/minilibc/string.c:583
↓ 1 callersFunctionthread_create
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:182
↓ 1 callersFunctionthread_resume
resume the thread */
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:213
↓ 1 callersFunctiontick_interrupt_isr
isr return value: 1, should not be masked, if 0, can be masked */
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:552
↓ 1 callersFunctiontoken_get_string
RT-Thread-1.2.2/components/finsh/finsh_token.c:93
↓ 1 callersFunctiontoken_match_name
RT-Thread-1.2.2/components/finsh/finsh_token.c:314
↓ 1 callersFunctiontoken_proc_char
RT-Thread-1.2.2/components/finsh/finsh_token.c:340
↓ 1 callersFunctiontoken_proc_escape
RT-Thread-1.2.2/components/finsh/finsh_token.c:413
↓ 1 callersFunctiontoken_proc_number
(0|0x|0X|0b|0B)number+(l|L) */
RT-Thread-1.2.2/components/finsh/finsh_token.c:473
↓ 1 callersFunctiontoken_proc_string
RT-Thread-1.2.2/components/finsh/finsh_token.c:384
← previousnext →901–1,000 of 3,120, ranked by callers