Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
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
↓ 4 callers
Function
__CLZ
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:494
↓ 4 callers
Function
__CLZ
Libaries/CMSIS_EWARM/Include/arm_math.h:475
↓ 4 callers
Function
__isleap
RT-Thread-1.2.2/components/libc/minilibc/time.c:26
↓ 4 callers
Function
_rym_read_code
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:69
↓ 4 callers
Function
clip_q31_to_q15
* @brief Clips Q31 to Q15 values. */
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:464
↓ 4 callers
Function
clip_q31_to_q15
* @brief Clips Q31 to Q15 values. */
Libaries/CMSIS_EWARM/Include/arm_math.h:442
↓ 4 callers
Function
finsh_system_var_init
RT-Thread-1.2.2/components/finsh/shell.c:549
↓ 4 callers
Function
finsh_var_insert
RT-Thread-1.2.2/components/finsh/finsh_var.c:44
↓ 4 callers
Function
localtime
RT-Thread-1.2.2/components/libc/minilibc/time.c:80
↓ 4 callers
Function
m_pow
RT-Thread-1.2.2/libcpu/mips/jz47xx/mipscfg.c:29
↓ 4 callers
Function
m_pow
RT-Thread-1.2.2/libcpu/mips/loongson_1b/mipscfg.c:29
↓ 4 callers
Function
m_pow
RT-Thread-1.2.2/libcpu/mips/loongson/mipscfg.c:29
↓ 4 callers
Function
mmu_setmtt
RT-Thread-1.2.2/libcpu/arm/am335x/mmu.c:417
↓ 4 callers
Function
panic
RT-Thread-1.2.2/libcpu/ppc/ppc405/traps.c:83
↓ 4 callers
Function
print_backtrace
RT-Thread-1.2.2/libcpu/ppc/ppc405/traps.c:38
↓ 4 callers
Function
print_number
RT-Thread-1.2.2/src/kservice.c:568
↓ 4 callers
Function
proc_expr_statement
statement_expr -> ';' | expr ';' */
RT-Thread-1.2.2/components/finsh/finsh_parser.c:412
↓ 4 callers
Function
rt_calloc
* This function will contiguously allocate enough space for count objects * that are size bytes of memory each and returns a pointer to the allocated
RT-Thread-1.2.2/src/mem.c:481
↓ 4 callers
Function
rt_hw_cpu_shutdown
* shutdown CPU * */
RT-Thread-1.2.2/libcpu/arm/am335x/cpu.c:153
↓ 4 callers
Function
rt_hw_show_register
RT-Thread-1.2.2/libcpu/arm/am335x/trap.c:37
↓ 4 callers
Function
rt_malloc
* This function will allocate a block from system heap memory. * - If the nbytes is less than zero, * or * - If there is no nbytes sized memory val
RT-Thread-1.2.2/src/slab.c:488
↓ 4 callers
Function
rt_memheap_alloc
RT-Thread-1.2.2/src/memheap.c:146
↓ 4 callers
Function
rt_memmove
* This function will move memory content from source address to destination * address. * * @param dest the address of destination memory * @param
RT-Thread-1.2.2/src/kservice.c:293
↓ 4 callers
Function
rt_module_find
* This function will find the specified module. * * @param name the name of module finding * * @return the module */
RT-Thread-1.2.2/src/module.c:1472
↓ 4 callers
Function
rt_module_free_page
* This function will release the previously allocated memory page * by rt_malloc_page. * * @param page_ptr the page address to be released. * @par
RT-Thread-1.2.2/src/module.c:1550
↓ 4 callers
Function
rt_mq_recv
* This function will receive a message from message queue object, if there is * no message in message queue object, the thread shall wait for a speci
RT-Thread-1.2.2/src/ipc.c:2095
↓ 4 callers
Function
rt_mq_send
* This function will send a message to message queue object, if there are * threads suspended on message queue object, it will be waked up. * * @pa
RT-Thread-1.2.2/src/ipc.c:1924
↓ 4 callers
Function
rt_page_alloc
RT-Thread-1.2.2/src/slab.c:246
↓ 4 callers
Function
rt_page_free
RT-Thread-1.2.2/src/slab.c:282
↓ 4 callers
Function
rt_pin_write
RT-Thread-1.2.2/components/drivers/misc/pin.c:108
↓ 4 callers
Function
rt_ringbuffer_get
* get data from ring buffer */
RT-Thread-1.2.2/components/drivers/src/ringbuffer.c:150
↓ 4 callers
Function
rt_sem_detach
* This function will detach a semaphore from resource management * * @param sem the semaphore object * * @return the operation status, RT_EOK on s
RT-Thread-1.2.2/src/ipc.c:243
↓ 4 callers
Function
rt_tick_from_millisecond
* This function will calculate the tick from millisecond. * * @param ms the specified millisecond * * @return the calculated tick */
RT-Thread-1.2.2/src/clock.c:114
↓ 4 callers
Function
rt_tick_increase
* This function will notify kernel there is one tick passed. Normally, * this function is invoked by clock ISR. */
RT-Thread-1.2.2/src/clock.c:83
↓ 4 callers
Function
rt_timer_detach
* This function will detach a timer from timer management. * * @param timer the static timer object * * @return the operation status, RT_EOK on OK
RT-Thread-1.2.2/src/timer.c:202
↓ 4 callers
Function
rt_usb_class_driver_register
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/driver.c:52
↓ 4 callers
Function
rt_usb_get_descriptor
* This function will do USB_REQ_GET_DESCRIPTO' request for the usb device instance, * * @param uinst the usb device instance. * @param type the ty
RT-Thread-1.2.2/components/drivers/usb/usbhost/core/core.c:247
↓ 4 callers
Function
rt_usbd_find_endpoint
* This function will find an usb endpoint object. * * @param device the usb device object. * @param ep_addr endpoint address. * * @return an usb
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1214
↓ 4 callers
Function
rt_usbd_find_interface
* This function will find an usb interface object. * * @param device the usb device object. * @param value the interface number. * * @return an u
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1130
↓ 4 callers
Function
rt_usbd_set_altsetting
* This function will set an alternate setting for an interface. * * @param intf_desc the interface descriptor. * @param value the alternate setting
RT-Thread-1.2.2/components/drivers/usb/usbdevice/core/core.c:1412
↓ 4 callers
Function
str_common
RT-Thread-1.2.2/components/finsh/cmd.c:704
↓ 4 callers
Function
strcat
RT-Thread-1.2.2/components/libc/minilibc/string.c:87
↓ 4 callers
Function
strncpy
RT-Thread-1.2.2/components/libc/minilibc/string.c:31
↓ 4 callers
Function
usMBCRC16
FreeModbus/modbus/rtu/mbcrc.c:84
↓ 4 callers
Function
vMBMasterSetErrorType
Set Modbus Master current error event type. */
FreeModbus/modbus/mb_m.c:399
↓ 4 callers
Function
zget_hex
decode two lower case hex digits into an 8 bit byte value */
RT-Thread-1.2.2/components/utilities/zmodem/zcore.c:753
↓ 4 callers
Function
zsend_ascii
convert to ascii */
RT-Thread-1.2.2/components/utilities/zmodem/zcore.c:711
↓ 4 callers
Function
zsend_bin_header
send binary header */
RT-Thread-1.2.2/components/utilities/zmodem/zcore.c:79
↓ 4 callers
Function
zwrite_file
write file */
RT-Thread-1.2.2/components/utilities/zmodem/rz.c:373
↓ 4 callers
Function
zxor_read
* @read a character from the modem line with timeout. * @eat parity, XON and XOFF characters. */
RT-Thread-1.2.2/components/utilities/zmodem/zcore.c:841
↓ 3 callers
Function
CRC16
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:47
↓ 3 callers
Function
NVIC_Configuration
BSP/src/usart.c:352
↓ 3 callers
Function
OTGD_FS_EPClearStall
* Function Name : OTGD_FS_EPClearStall * Description : Clear the EP STALL * Input : None * Output : None * Return : Statu
Libaries/USB-FS-Device_Driver/src/otgd_fs_cal.c:973
↓ 3 callers
Function
OTGD_FS_FlushTxFifo
* Function Name : OTGD_FS_FlushTxFifo * Description : Flush a Tx FIFO * Input : FIFO num * Output : None * Return : statu
Libaries/USB-FS-Device_Driver/src/otgd_fs_cal.c:255
↓ 3 callers
Function
OTGD_FS_ReadPacket
* Function Name : OTGD_FS_ReadPacket * Description : Reads a packet from the Rx FIFO * Input : None * Output : None * Return
Libaries/USB-FS-Device_Driver/src/otgd_fs_cal.c:73
↓ 3 callers
Function
PCD_EP_Open
* Function Name : PCD_EP_Open * Description : Configure an Endpoint * Input : None * Output : None * Return : status ****
Libaries/USB-FS-Device_Driver/src/otgd_fs_pcd.c:109
↓ 3 callers
Function
PCD_EP_Read
* Function Name : PCD_EP_Read * Description : Read data from Fifo * Input : Endpoint address. * Output : None * Return :
Libaries/USB-FS-Device_Driver/src/otgd_fs_pcd.c:175
↓ 3 callers
Function
Post0_Process
* Function Name : Post0_Process * Description : Stall the Endpoint 0 in case of error. * Input : None. * Output : None. * Return
Libaries/USB-FS-Device_Driver/src/usb_core.c:1014
↓ 3 callers
Function
RTC_EnterConfigMode
* @brief Enters the RTC configuration mode. * @param None * @retval None */
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c:111
↓ 3 callers
Function
RTC_ExitConfigMode
* @brief Exits from the RTC configuration mode. * @param None * @retval None */
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c:122
↓ 3 callers
Function
SetEPTxCount
* Function Name : SetEPTxCount. * Description : Set the Tx count. * Input : bEpNum: Endpoint Number. * wCount: new count
Libaries/USB-FS-Device_Driver/src/usb_regs.c:514
↓ 3 callers
Function
Setup0_Process
* Function Name : Setup0_Process * Description : Get the device request data and dispatch to individual process. * Input : None. * Output
Libaries/USB-FS-Device_Driver/src/usb_core.c:877
↓ 3 callers
Function
TIM_SetIC1Prescaler
* @brief Sets the TIMx Input Capture 1 prescaler. * @param TIMx: where x can be 1 to 17 except 6 and 7 to select the TIM peripheral. * @param T
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c:2353
↓ 3 callers
Function
TIM_SetIC2Prescaler
* @brief Sets the TIMx Input Capture 2 prescaler. * @param TIMx: where x can be 1, 2, 3, 4, 5, 8, 9, 12 or 15 to select the TIM peripheral. * @p
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c:2375
↓ 3 callers
Function
USART_GetFlagStatus
* @brief Checks whether the specified USART flag is set or not. * @param USARTx: Select the USART or the UART peripheral. * This parameter ca
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c:874
↓ 3 callers
Function
__QADD
* @brief C custom defined QADD for M3 and M0 processors */
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:920
↓ 3 callers
Function
__QADD
* @brief C custom defined QADD for M3 and M0 processors */
Libaries/CMSIS_EWARM/Include/arm_math.h:900
↓ 3 callers
Function
__QSUB
* @brief C custom defined QSUB for M3 and M0 processors */
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:930
↓ 3 callers
Function
__QSUB
* @brief C custom defined QSUB for M3 and M0 processors */
Libaries/CMSIS_EWARM/Include/arm_math.h:910
↓ 3 callers
Function
__logtrace_vfmtout
RT-Thread-1.2.2/components/utilities/logtrace/log_trace.c:258
↓ 3 callers
Function
_lg_parse_lvl
parse the level info in fmt * * @param flen the length of the format. * @param lvlp the pointer to level. It will store the level in the memory the
RT-Thread-1.2.2/components/utilities/logtrace/log_trace.c:189
↓ 3 callers
Function
_rym_read_data
the caller should at least alloc _RYM_STX_PKG_SZ buffer */
RT-Thread-1.2.2/components/utilities/ymodem/ymodem.c:93
↓ 3 callers
Function
_vcom_reset_state
RT-Thread-1.2.2/components/drivers/usb/usbdevice/class/cdc_vcom.c:164
↓ 3 callers
Function
alarm_update
RT-Thread-1.2.2/components/drivers/rtc/alarm.c:160
↓ 3 callers
Function
blast_icache16
RT-Thread-1.2.2/libcpu/mips/common/cache.h:210
↓ 3 callers
Function
clip_q63_to_q31
* @brief Clips Q63 to Q31 values. */
RT-Thread-1.2.2/components/CMSIS/Include/arm_math.h:434
↓ 3 callers
Function
clip_q63_to_q31
* @brief Clips Q63 to Q31 values. */
Libaries/CMSIS_EWARM/Include/arm_math.h:412
↓ 3 callers
Function
clock_time_to_tick
RT-Thread-1.2.2/components/pthreads/clock_time.c:51
↓ 3 callers
Function
eMBMasterRegCoilsCB
* Modbus master coils callback function. * * @param pucRegBuffer coils buffer * @param usAddress coils address * @param usNCoils coils number * @
FreeModbus/port/user_mb_app_m.c:167
↓ 3 callers
Function
eMBRegCoilsCB
* Modbus slave coils callback function. * * @param pucRegBuffer coils buffer * @param usAddress coils address * @param usNCoils coils number * @p
FreeModbus/port/user_mb_app.c:165
↓ 3 callers
Function
finsh_errno
RT-Thread-1.2.2/components/finsh/finsh_error.c:66
↓ 3 callers
Function
finsh_error_init
RT-Thread-1.2.2/components/finsh/finsh_error.c:52
↓ 3 callers
Function
finsh_node_init
RT-Thread-1.2.2/components/finsh/finsh_node.c:38
↓ 3 callers
Function
get_pin
BSP/src/gpio.c:37
↓ 3 callers
Function
i2c_delay2
RT-Thread-1.2.2/components/drivers/i2c/i2c-bit-ops.c:43
↓ 3 callers
Function
i2c_send_address
RT-Thread-1.2.2/components/drivers/i2c/i2c-bit-ops.c:295
↓ 3 callers
Function
i2c_writeb
RT-Thread-1.2.2/components/drivers/i2c/i2c-bit-ops.c:144
↓ 3 callers
Function
mmcsd_go_idle
RT-Thread-1.2.2/components/drivers/sdio/mmcsd_core.c:98
↓ 3 callers
Function
mmcsd_set_clock
* Sets the host clock to the highest possible frequency that * is below "hz". */
RT-Thread-1.2.2/components/drivers/sdio/mmcsd_core.c:405
↓ 3 callers
Function
msh_is_used
RT-Thread-1.2.2/components/finsh/msh.c:44
↓ 3 callers
Function
mtd_dump_hex
RT-Thread-1.2.2/components/drivers/mtd/mtd_nand.c:100
↓ 3 callers
Function
posix_mq_find
RT-Thread-1.2.2/components/pthreads/mqueue.c:72
↓ 3 callers
Function
posix_sem_delete
RT-Thread-1.2.2/components/pthreads/semaphore.c:43
↓ 3 callers
Function
posix_sem_find
RT-Thread-1.2.2/components/pthreads/semaphore.c:74
↓ 3 callers
Function
pthread_cond_destroy
RT-Thread-1.2.2/components/pthreads/pthread_cond.c:113
↓ 3 callers
Function
pthread_cond_wait
RT-Thread-1.2.2/components/pthreads/pthread_cond.c:210
↓ 3 callers
Function
pthread_kill
RT-Thread-1.2.2/components/pthreads/pthread.c:354
↓ 3 callers
Function
rt_console_get_device
* This function returns the device using in console. * * @return the device using in console or RT_NULL */
RT-Thread-1.2.2/src/kservice.c:1042
↓ 3 callers
Function
rt_device_init
* This function will initialize the specified device * * @param dev the pointer of device driver structure * * @return the result */
RT-Thread-1.2.2/src/device.c:176
↓ 3 callers
Function
rt_device_set_tx_complete
* This function will set the indication callback function when device has * written data to physical hardware. * * @param dev the pointer of device
RT-Thread-1.2.2/src/device.c:427
← previous
next →
201–300 of 3,120, ranked by callers