Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/armink/FreeModbus_Slave-Master-RTT-STM32
/ functions
Functions
3,120 in github.com/armink/FreeModbus_Slave-Master-RTT-STM32
⨍
Functions
3,120
◇
Types & classes
856
↓ 1 callers
Function
posix_sem_system_init
RT-Thread-1.2.2/components/pthreads/semaphore.c:32
↓ 1 callers
Function
probe_cache
RT-Thread-1.2.2/libcpu/mips/loongson_1b/cache.c:77
↓ 1 callers
Function
probe_cache
RT-Thread-1.2.2/libcpu/mips/loongson/cache.c:53
↓ 1 callers
Function
proc_inclusive_or_expr
expr_inclusive_or -> expr_exclusive_or | expr_inclusive_or '|' expr_exclusive_or */
RT-Thread-1.2.2/components/finsh/finsh_parser.c:467
↓ 1 callers
Function
proc_param_list
param_list -> empty | expr_assign | param_list ',' expr_assign */
RT-Thread-1.2.2/components/finsh/finsh_parser.c:864
↓ 1 callers
Function
proc_postfix_expr
expr_postfix -> expr_primary | expr_postfix INC | expr_postfix DEC | expr_postfix '(' param_list ')' */
RT-Thread-1.2.2/components/finsh/finsh_parser.c:758
↓ 1 callers
Function
proc_primary_expr
expr_primary -> literal | '(' expr ')' | identifier */
RT-Thread-1.2.2/components/finsh/finsh_parser.c:814
↓ 1 callers
Function
proc_unary_expr
20050921, add '*' and '&' expr_unary -> expr_postfix | ADD expr_cast | INC expr_cast | SUB expr_cast | DEC expr_cast | '~' expr_cast | '*' expr_
RT-Thread-1.2.2/components/finsh/finsh_parser.c:710
↓ 1 callers
Function
prvucMBCHAR2BIN
FreeModbus/modbus/ascii/mbascii.c:433
↓ 1 callers
Function
prvvTIMERExpiredISR
FreeModbus/port/rtt/porttimer_m.c:97
↓ 1 callers
Function
prvvTIMERExpiredISR
FreeModbus/port/rtt/porttimer.c:55
↓ 1 callers
Function
prvvUARTRxISR
* Create an interrupt handler for the receive interrupt for your target * processor. This function should then call pxMBFrameCBByteReceived( ). The
FreeModbus/port/rtt/portserial_m.c:190
↓ 1 callers
Function
prvvUARTRxISR
* Create an interrupt handler for the receive interrupt for your target * processor. This function should then call pxMBFrameCBByteReceived( ). The
FreeModbus/port/rtt/portserial.c:189
↓ 1 callers
Function
prvvUARTTxReadyISR
* Create an interrupt handler for the transmit buffer empty interrupt * (or an equivalent) for your target processor. This function should then * ca
FreeModbus/port/rtt/portserial_m.c:179
↓ 1 callers
Function
prvvUARTTxReadyISR
* Create an interrupt handler for the transmit buffer empty interrupt * (or an equivalent) for your target processor. This function should then * ca
FreeModbus/port/rtt/portserial.c:178
↓ 1 callers
Function
pthread_attr_setdetachstate
RT-Thread-1.2.2/components/pthreads/pthread_attr.c:63
↓ 1 callers
Function
pthread_cond_signal
RT-Thread-1.2.2/components/pthreads/pthread_cond.c:168
↓ 1 callers
Function
pthread_create
RT-Thread-1.2.2/components/pthreads/pthread.c:74
↓ 1 callers
Function
pthread_key_system_init
RT-Thread-1.2.2/components/pthreads/pthread_tls.c:30
↓ 1 callers
Function
pthread_mutex_destroy
RT-Thread-1.2.2/components/pthreads/pthread_mutex.c:149
↓ 1 callers
Function
pthread_mutex_trylock
RT-Thread-1.2.2/components/pthreads/pthread_mutex.c:232
↓ 1 callers
Function
pthread_mutexattr_init
RT-Thread-1.2.2/components/pthreads/pthread_mutex.c:33
↓ 1 callers
Function
pthread_mutexattr_settype
RT-Thread-1.2.2/components/pthreads/pthread_mutex.c:77
↓ 1 callers
Function
quicksort
Quicksort with 3-way partitioning, ala Sedgewick */ Blame him for the scary variable names */ http://www.cs.princeton.edu/~rs/talks/QuicksortIsOptimal
RT-Thread-1.2.2/components/libc/minilibc/qsort.c:18
↓ 1 callers
Function
rand_r
RT-Thread-1.2.2/components/libc/minilibc/rand.c:13
↓ 1 callers
Function
rt_alarm_stop
\brief stop an alarm * * \param alarm pointer to alarm * \return RT_EOK */
RT-Thread-1.2.2/components/drivers/rtc/alarm.c:501
↓ 1 callers
Function
rt_application_init
ϵͳ��ʼ������ ��������: int rt_application_init(void) ��ڲ������� ���ڲ������� �� ע��Editor��Liuqiuhu 2013-1-31 Company: BXXJS
APP/src/app_task.c:108
↓ 1 callers
Function
rt_completion_done
RT-Thread-1.2.2/components/drivers/src/completion.c:109
↓ 1 callers
Function
rt_data_queue_init
RT-Thread-1.2.2/components/drivers/src/dataqueue.c:35
↓ 1 callers
Function
rt_data_queue_peak
RT-Thread-1.2.2/components/drivers/src/dataqueue.c:265
↓ 1 callers
Function
rt_data_queue_pop
RT-Thread-1.2.2/components/drivers/src/dataqueue.c:159
↓ 1 callers
Function
rt_data_queue_push
RT-Thread-1.2.2/components/drivers/src/dataqueue.c:65
↓ 1 callers
Function
rt_device_init_all
* This function initializes all registered device driver * * @return the error code, RT_EOK on successfully. */
RT-Thread-1.2.2/src/device.c:83
↓ 1 callers
Function
rt_device_pin_register
RT-Thread-1.2.2/components/drivers/misc/pin.c:79
↓ 1 callers
Function
rt_event_delete
* This function will delete an event object and release the memory * * @param event the event object * * @return the error code */
RT-Thread-1.2.2/src/ipc.c:971
↓ 1 callers
Function
rt_event_detach
* This function will detach an event object from resource management * * @param event the event object * * @return the operation status, RT_EOK on
RT-Thread-1.2.2/src/ipc.c:916
↓ 1 callers
Function
rt_hw_board_init
This function will initial STM32 board**/
BSP/src/bsp.c:47
↓ 1 callers
Function
rt_hw_context_switch_interrupt
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:397
↓ 1 callers
Function
rt_hw_context_switch_to
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:403
↓ 1 callers
Function
rt_hw_cpu_icache_disable
* This function will disable I-Cache of CPU * */
RT-Thread-1.2.2/libcpu/arm/s3c44b0/cpu.c:58
↓ 1 callers
Function
rt_hw_cpu_icache_enable
* This function will enable I-Cache of CPU * */
RT-Thread-1.2.2/libcpu/arm/s3c44b0/cpu.c:27
↓ 1 callers
Function
rt_hw_cpu_icache_status
* this function will get the status of I-Cache * */
RT-Thread-1.2.2/libcpu/arm/s3c44b0/cpu.c:71
↓ 1 callers
Function
rt_hw_idt_init
* this function initializes the interrupt descript table * */
RT-Thread-1.2.2/libcpu/ia32/trap.c:42
↓ 1 callers
Function
rt_hw_interrupt_enable
RT-Thread-1.2.2/libcpu/sim/posix/cpu_port.c:255
↓ 1 callers
Function
rt_hw_interrupt_handle
RT-Thread-1.2.2/libcpu/ia32/interrupt.c:67
↓ 1 callers
Function
rt_hw_interrupt_install
RT-Thread-1.2.2/libcpu/ppc/ppc405/interrupt.c:81
↓ 1 callers
Function
rt_hw_interrupt_install
* This function will install a interrupt service routine to a interrupt. * @param vector the interrupt number * @param new_handler the interrupt ser
RT-Thread-1.2.2/libcpu/arm/AT91SAM7S/interrupt.c:82
↓ 1 callers
Function
rt_hw_interrupt_install
* This function will install a interrupt service routine to a interrupt. * @param vector the interrupt number * @param new_handler the interrupt ser
RT-Thread-1.2.2/libcpu/xilinx/microblaze/trap.c:89
↓ 1 callers
Function
rt_hw_interrupt_mask
RT-Thread-1.2.2/libcpu/ppc/ppc405/interrupt.c:102
↓ 1 callers
Function
rt_hw_interrupt_umask
* This function will un-mask a interrupt. * @param vector the interrupt number */
RT-Thread-1.2.2/libcpu/arm/AT91SAM7S/interrupt.c:71
↓ 1 callers
Function
rt_hw_interrupt_umask
* This function will un-mask a interrupt. * @param vector the interrupt number */
RT-Thread-1.2.2/libcpu/xilinx/microblaze/trap.c:78
↓ 1 callers
Function
rt_hw_interrupt_unmask
RT-Thread-1.2.2/libcpu/ppc/ppc405/interrupt.c:107
↓ 1 callers
Function
rt_hw_pic_init
* This function initializes 8259 interrupt controller */
RT-Thread-1.2.2/libcpu/ia32/interrupt.c:37
↓ 1 callers
Function
rt_hw_rtc_get
* This function get rtc time */
RT-Thread-1.2.2/libcpu/arm/s3c24x0/rtc.c:32
↓ 1 callers
Function
rt_hw_rtc_set
* This function set rtc time */
RT-Thread-1.2.2/libcpu/arm/s3c24x0/rtc.c:73
↓ 1 callers
Function
rt_hw_serial_isr
ISR for serial interrupt */
RT-Thread-1.2.2/components/drivers/serial/serial.c:511
↓ 1 callers
Function
rt_hw_serial_register
* serial register */
RT-Thread-1.2.2/components/drivers/serial/serial.c:484
↓ 1 callers
Function
rt_hw_set_divider
RT-Thread-1.2.2/libcpu/arm/s3c24x0/system_clock.c:93
↓ 1 callers
Function
rt_hw_set_mpll_clock
RT-Thread-1.2.2/libcpu/arm/s3c24x0/system_clock.c:83
↓ 1 callers
Function
rt_hw_set_system_clock
RT-Thread-1.2.2/libcpu/arm/sep4020/clk.c:38
↓ 1 callers
Function
rt_hw_set_upll_clock
RT-Thread-1.2.2/libcpu/arm/s3c24x0/system_clock.c:88
↓ 1 callers
Function
rt_hw_set_usb_clock
RT-Thread-1.2.2/libcpu/arm/sep4020/clk.c:52
↓ 1 callers
Function
rt_hw_stack_init
* This function will initialize thread stack * * @param tentry the entry of thread * @param parameter the parameter of entry * @param stack_addr
RT-Thread-1.2.2/libcpu/ia32/stack.c:33
↓ 1 callers
Function
rt_hw_vector_init
RT-Thread-1.2.2/libcpu/arm/am335x/interrupt.c:58
↓ 1 callers
Function
rt_i2c_bus_device_device_init
RT-Thread-1.2.2/components/drivers/i2c/i2c_dev.c:112
↓ 1 callers
Function
rt_i2c_bus_device_register
RT-Thread-1.2.2/components/drivers/i2c/i2c_core.c:29
↓ 1 callers
Function
rt_i2c_master_recv
RT-Thread-1.2.2/components/drivers/i2c/i2c_core.c:116
↓ 1 callers
Function
rt_i2c_master_send
RT-Thread-1.2.2/components/drivers/i2c/i2c_core.c:97
↓ 1 callers
Function
rt_mb_delete
* This function will delete a mailbox object and release the memory * * @param mb the mailbox object * * @return the error code */
RT-Thread-1.2.2/src/ipc.c:1363
↓ 1 callers
Function
rt_mb_detach
* This function will detach a mailbox from resource management * * @param mb the mailbox object * * @return the operation status, RT_EOK on succes
RT-Thread-1.2.2/src/ipc.c:1291
↓ 1 callers
Function
rt_mb_init
* This function will initialize a mailbox and put it under control of resource * management. * * @param mb the mailbox object * @param name the na
RT-Thread-1.2.2/src/ipc.c:1253
↓ 1 callers
Function
rt_mb_recv
* This function will receive a mail from mailbox object, if there is no mail * in mailbox object, the thread shall wait for a specified time. * * @
RT-Thread-1.2.2/src/ipc.c:1551
↓ 1 callers
Function
rt_mb_send
* This function will send a mail to mailbox object, if there are threads * suspended on mailbox object, it will be waked up. This function will retur
RT-Thread-1.2.2/src/ipc.c:1535
↓ 1 callers
Function
rt_mb_send_wait
* This function will send a mail to mailbox object. If the mailbox is full, * current thread will be suspended until timeout. * * @param mb the mai
RT-Thread-1.2.2/src/ipc.c:1404
↓ 1 callers
Function
rt_memheap_init
* The initialized memory pool will be: * +-----------------------------------+--------------------------+ * | whole freed memory block | Us
RT-Thread-1.2.2/src/memheap.c:60
↓ 1 callers
Function
rt_memheap_realloc
RT-Thread-1.2.2/src/memheap.c:291
↓ 1 callers
Function
rt_mmcsd_blk_probe
RT-Thread-1.2.2/components/drivers/sdio/block_dev.c:324
↓ 1 callers
Function
rt_mmcsd_blk_remove
RT-Thread-1.2.2/components/drivers/sdio/block_dev.c:448
↓ 1 callers
Function
rt_module_destroy
* This function will destroy a module and release its resource. * * @param module the module to be destroyed. * * @return the operation status, RT
RT-Thread-1.2.2/src/module.c:1207
↓ 1 callers
Function
rt_module_do_main
* This function will load a module with a main function from memory and create a * main thread for it * * @param name the name of module, which sh
RT-Thread-1.2.2/src/module.c:923
↓ 1 callers
Function
rt_module_exec_cmd
* This function will do a excutable program with main function and parameters. * * @param path the full path of application module * @cmd_line the
RT-Thread-1.2.2/src/module.c:1128
↓ 1 callers
Function
rt_module_load
* This function will load a module from memory and create a thread for it * * @param name the name of module, which shall be unique * @param module
RT-Thread-1.2.2/src/module.c:758
↓ 1 callers
Function
rt_module_malloc_page
* This function will allocate the numbers page with specified size * in page memory. * * @param size the size of memory to be allocated. * @note t
RT-Thread-1.2.2/src/module.c:1516
↓ 1 callers
Function
rt_module_open
* This function will load a module from a file * * @param path the full path of application module * * @return the module object */
RT-Thread-1.2.2/src/module.c:1054
↓ 1 callers
Function
rt_module_realloc
* rt_module_realloc - realloc memory block in free list */
RT-Thread-1.2.2/src/module.c:1830
↓ 1 callers
Function
rt_module_unload
* This function will unload a module from memory and release resources * * @param module the module to be unloaded * * @return the operation statu
RT-Thread-1.2.2/src/module.c:1416
↓ 1 callers
Function
rt_mp_alloc
* This function will allocate a block from memory pool * * @param mp the memory pool object * @param time the waiting time * * @return the alloca
RT-Thread-1.2.2/src/mempool.c:321
↓ 1 callers
Function
rt_mp_create
* This function will create a mempool object and allocate the memory pool from * heap. * * @param name the name of memory pool * @param block_coun
RT-Thread-1.2.2/src/mempool.c:197
↓ 1 callers
Function
rt_mp_delete
* This function will delete a memory pool and release the object memory. * * @param mp the memory pool object * * @return RT_EOK */
RT-Thread-1.2.2/src/mempool.c:260
↓ 1 callers
Function
rt_mp_detach
* This function will detach a memory pool from system object management. * * @param mp the memory pool object * * @return RT_EOK */
RT-Thread-1.2.2/src/mempool.c:146
↓ 1 callers
Function
rt_mp_free
* This function will release a memory block * * @param block the address of memory block to be released */
RT-Thread-1.2.2/src/mempool.c:414
↓ 1 callers
Function
rt_mq_detach
* This function will detach a message queue object from resource management * * @param mq the message queue object * * @return the operation statu
RT-Thread-1.2.2/src/ipc.c:1795
↓ 1 callers
Function
rt_mq_init
* This function will initialize a message queue and put it under control of * resource management. * * @param mq the message object * @param name
RT-Thread-1.2.2/src/ipc.c:1738
↓ 1 callers
Function
rt_mtd_nand_write
RT-Thread-1.2.2/components/drivers/include/drivers/mtd_nand.h:100
↓ 1 callers
Function
rt_mutex_create
* This function will create a mutex from system resource * * @param name the name of mutex * @param flag the flag of mutex * * @return the create
RT-Thread-1.2.2/src/ipc.c:581
↓ 1 callers
Function
rt_mutex_delete
* This function will delete a mutex object and release the memory * * @param mutex the mutex object * * @return the error code * * @see rt_mutex
RT-Thread-1.2.2/src/ipc.c:616
↓ 1 callers
Function
rt_mutex_detach
* This function will detach a mutex from resource management * * @param mutex the mutex object * * @return the operation status, RT_EOK on success
RT-Thread-1.2.2/src/ipc.c:556
↓ 1 callers
Function
rt_page_init
* Initialize the page allocator */
RT-Thread-1.2.2/src/slab.c:337
↓ 1 callers
Function
rt_pipe_detach
* This function will detach a pipe device from resource management * * @param pipe the pipe device * * @return the operation status, RT_EOK on suc
RT-Thread-1.2.2/components/drivers/src/pipe.c:248
↓ 1 callers
Function
rt_pipe_init
* This function will initialize a pipe device and put it under control of * resource management. * * @param pipe the pipe device * @param name the
RT-Thread-1.2.2/components/drivers/src/pipe.c:210
← previous
next →
801–900 of 3,120, ranked by callers