Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ functions
Functions
4,450 in github.com/EmbeddedRPC/erpc
⨍
Functions
4,450
◇
Types & classes
989
↓ 2 callers
Function
_node_int_prop
This function takes a 'node' and will look to see if that 'node' has a property called 'prop' and if that 'prop' is an integer type will ret
scripts/kconfig/kconfigfunctions.py:196
↓ 2 callers
Function
_node_ph_array_prop
This function takes a 'node', a property name ('prop'), index ('index') and a cell ('cell') and it will look to see if that node has a proper
scripts/kconfig/kconfigfunctions.py:249
↓ 2 callers
Function
_node_reg_size
(node, index, unit)
scripts/kconfig/kconfigfunctions.py:180
↓ 2 callers
Method
_open_config
(self, filename)
scripts/kconfig/kconfiglib.py:2182
↓ 2 callers
Function
_ordered_unique
(lst)
scripts/kconfig/kconfiglib.py:6455
↓ 2 callers
Function
_parent_menu
(node)
scripts/kconfig/menuconfig.py:1477
↓ 2 callers
Method
_parse_prompt
(self, node)
scripts/kconfig/kconfiglib.py:3378
↓ 2 callers
Function
_prompt_info
(sc)
scripts/kconfig/menuconfig.py:2593
↓ 2 callers
Function
_quit_dialog
()
scripts/kconfig/menuconfig.py:938
↓ 2 callers
Method
_rec_invalidate
(self)
scripts/kconfig/kconfiglib.py:5563
↓ 2 callers
Method
_rec_invalidate_if_has_prompt
(self)
scripts/kconfig/kconfiglib.py:5000
↓ 2 callers
Function
_resize_input_dialog
(win, title, info_lines)
scripts/kconfig/menuconfig.py:1767
↓ 2 callers
Function
_resize_key_dialog
(win, text)
scripts/kconfig/menuconfig.py:1968
↓ 2 callers
Function
_safe_move
(win, *args)
scripts/kconfig/menuconfig.py:3250
↓ 2 callers
Function
_safe_vline
(win, *args)
scripts/kconfig/menuconfig.py:3243
↓ 2 callers
Function
_save_dialog
(save_fn, default_filename, description)
scripts/kconfig/menuconfig.py:1868
↓ 2 callers
Function
_select_next_menu_entry
()
scripts/kconfig/menuconfig.py:1221
↓ 2 callers
Function
_select_prev_menu_entry
()
scripts/kconfig/menuconfig.py:1242
↓ 2 callers
Function
_select_selected_choice_sym
()
scripts/kconfig/menuconfig.py:1123
↓ 2 callers
Method
_selection_from_defaults
(self)
scripts/kconfig/kconfiglib.py:5544
↓ 2 callers
Function
_set_style
(win, style)
scripts/kconfig/menuconfig.py:2853
↓ 2 callers
Method
_set_type
(self, sc, new_type)
scripts/kconfig/kconfiglib.py:3368
↓ 2 callers
Function
_split_expr_info
(expr, indent)
scripts/kconfig/menuconfig.py:2693
↓ 2 callers
Function
_split_expr_info
(expr, indent)
scripts/kconfig/guiconfig.py:2168
↓ 2 callers
Function
_strcmp
(s1, s2)
scripts/kconfig/kconfiglib.py:6473
↓ 2 callers
Function
_sym_to_num
(sym)
scripts/kconfig/kconfiglib.py:6479
↓ 2 callers
Method
_test_nots
(self, endPos: int)
erpcgen/test/conftest.py:828
↓ 2 callers
Function
_toggle_show_all
()
scripts/kconfig/menuconfig.py:1277
↓ 2 callers
Function
_touch_dep_file
(path, sym_name)
scripts/kconfig/kconfiglib.py:6490
↓ 2 callers
Function
_trace_write
(var, fn)
scripts/kconfig/guiconfig.py:2027
↓ 2 callers
Function
_tree_toggle_open
(item)
scripts/kconfig/guiconfig.py:1017
↓ 2 callers
Function
_try_save
(save_fn, filename, description)
scripts/kconfig/menuconfig.py:1898
↓ 2 callers
Method
_undef_assign
(self, name, val, filename, linenr)
scripts/kconfig/kconfiglib.py:1373
↓ 2 callers
Function
_update_jump_to_display
()
scripts/kconfig/guiconfig.py:1921
↓ 2 callers
Function
_update_menu
()
scripts/kconfig/menuconfig.py:1673
↓ 2 callers
Function
_visibility
(sc)
scripts/kconfig/kconfiglib.py:6398
↓ 2 callers
Function
_visible
(node)
scripts/kconfig/menuconfig.py:1559
↓ 2 callers
Function
_warn_verbose_deprecated
(fn_name)
scripts/kconfig/kconfiglib.py:6856
↓ 2 callers
Method
addCase
erpcgen/src/types/Type.cpp:586
↓ 2 callers
Method
addDirToSymbolsMap
erpcgen/src/types/Type.cpp:399
↓ 2 callers
Method
addInterface
erpcgen/src/types/Type.cpp:393
↓ 2 callers
Method
addSearchPath
erpcgen/src/SearchPath.cpp:40
↓ 2 callers
Method
add_client_parameter
(self, parameter: str)
test/run_unit_tests.py:191
↓ 2 callers
Method
add_source
(self, path)
erpcgen/test/conftest.py:269
↓ 2 callers
Method
array
Return bytea array from code's buffer. @return buffer data
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/Codec.java:27
↓ 2 callers
Method
baseReceive
(int count)
erpc_java/src/main/java/io/github/embeddedrpc/erpc/transport/FramedTransport.java:96
↓ 2 callers
Function
callSecondSide
test/test_arbitrator/test_arbitrator_server_impl.cpp:50
↓ 2 callers
Method
checkNotNull
Check if Object is null. @param object Object to be checked @param errorMessage Message for exception
erpc_java/src/main/java/io/github/embeddedrpc/erpc/auxiliary/Utils.java:46
↓ 2 callers
Function
checkString
test/test_struct/test_struct_server_impl.cpp:76
↓ 2 callers
Method
checkUInt16
Check if UInt16 value is in valid range. @param value UInt16 value
erpc_java/src/main/java/io/github/embeddedrpc/erpc/auxiliary/Utils.java:34
↓ 2 callers
Method
client
(self)
test/run_unit_tests.py:486
↓ 2 callers
Method
cmake_generate
Generate cmake project in build dir from erpc as source. Conf file, C and C++ compiler can be defined @return: Command return code
test/run_unit_tests.py:511
↓ 2 callers
Method
create
Create new empty Codec. @return Empty Codec
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/CodecFactory.java:18
↓ 2 callers
Method
createCodec
()
erpc_java/src/main/java/io/github/embeddedrpc/erpc/codec/CodecFactory.java:32
↓ 2 callers
Function
createStudent
test/test_struct/test_struct_server_impl.cpp:131
↓ 2 callers
Function
create_MatrixMultiplyService_service
examples/zephyr/matrix_multiply_tcp/src/service/c_erpc_matrix_multiply_server.cpp:41
↓ 2 callers
Method
create_failed_test_suite_xml
Create empty failed xml result if test timeout. @param test_case: Name of the test_case @param result_file: Output file
test/run_unit_tests.py:301
↓ 2 callers
Function
create_id_token
erpcgen/src/cpptemplate/cpptempl.cpp:827
↓ 2 callers
Function
destroy_MatrixMultiplyService_service
examples/zephyr/matrix_multiply_tcp/src/service/c_erpc_matrix_multiply_server.cpp:63
↓ 2 callers
Function
dump_data
erpcgen/src/cpptemplate/cpptempl.cpp:746
↓ 2 callers
Function
edit_width
()
scripts/kconfig/menuconfig.py:1730
↓ 2 callers
Function
erpc_client_set_error_handler
erpc_c/setup/erpc_client_setup.cpp:118
↓ 2 callers
Function
erpc_free
erpc_c/port/erpc_port_threadx.cpp:63
↓ 2 callers
Function
erpc_free
erpc_c/port/erpc_port_zephyr.cpp:61
↓ 2 callers
Function
erpc_free
erpc_c/port/erpc_port_memmanager.cpp:65
↓ 2 callers
Function
erpc_free
erpc_c/port/erpc_port_freertos.cpp:62
↓ 2 callers
Function
erpc_transport_cmsis_uart_init
erpc_c/setup/erpc_setup_uart_cmsis.cpp:27
↓ 2 callers
Function
erpc_transport_zephyr_mbox_init
erpc_c/setup/erpc_setup_mbox_zephyr.cpp:24
↓ 2 callers
Method
erpcgen
(self, language: str, output_dir: str | Path, idl_file: str | Path, package: str | None = None,
test/run_unit_tests.py:344
↓ 2 callers
Function
err
(msg)
scripts/kconfig/lint.py:327
↓ 2 callers
Function
executable
()
scripts/kconfig/lint.py:335
↓ 2 callers
Function
fillMatrix
(size, maxRandomValue)
examples/matrix_multiply_python/matrix_multiply.py:40
↓ 2 callers
Method
fillMatrix
(int[][] matrix)
examples/matrix_multiply_java/src/main/java/io/github/embeddedrpc/erpc/example/Main.java:118
↓ 2 callers
Function
fill_matrices
! * @brief Fill matrices by random values */
examples/zephyr/matrix_multiply_rpmsglite/src/main.cpp:41
↓ 2 callers
Function
fill_matrices
! * @brief Fill matrices by random values */
examples/zephyr/matrix_multiply_mbox/src/main.cpp:41
↓ 2 callers
Function
filter_braces
(text: str)
erpcgen/test/conftest.py:163
↓ 2 callers
Method
firstReceiveInt
(self)
test/python_impl_tests/test_arbitrator/test_arbitrator.py:299
↓ 2 callers
Method
firstSendInt
(self, a)
test/python_impl_tests/test_arbitrator/test_arbitrator.py:294
↓ 2 callers
Method
generate_shim_code
(self)
test/run_unit_tests.py:543
↓ 2 callers
Method
getAnnStringValue
erpcgen/src/Generator.cpp:642
↓ 2 callers
Method
getArbitrator
! * @brief Gets the transport arbitrator instance. * * @return TransportArbitrator * Transport arbitrator instance. */
erpc_c/infra/erpc_arbitrated_client_manager.hpp:62
↓ 2 callers
Method
getConnectionFromSystemProperties
Create transport based on properties: -Dserver or -Dclient (default: client) - Server or client -Dhost=HOST_NAME (default: localhost) - Host name -Dpo
test/java_impl_tests/src/test/java/io/github/embeddedrpc/erpc/tests/Connection.java:27
↓ 2 callers
Method
getContainList
! * @brief This function set information about if member contains list data type. * * @return Information about if member contains list
erpcgen/src/types/StructMember.hpp:129
↓ 2 callers
Method
getContainString
! * @brief This function set information about if member contains string data type. * * @return Information about if member contains st
erpcgen/src/types/StructMember.hpp:143
↓ 2 callers
Method
getGetNumberFunction
Core0Interface interface getGetNumberFunction function client shim.
examples/MCUXPRESSO_SDK/erpc_two_way_rpc/service/erpc_two_way_rpc_Core0Interface_client.cpp:99
↓ 2 callers
Method
getHandler
return service interface handler.
examples/MCUXPRESSO_SDK/erpc_two_way_rpc/service/erpc_two_way_rpc_Core0Interface_server.cpp:47
↓ 2 callers
Method
getLang
! * @brief This function returns programming language type for which is annotation intended. * * @return Programming language type.
erpcgen/src/types/Annotation.hpp:105
↓ 2 callers
Method
getLastLine
! * @brief This function returns last line of token from token location * (location from analyzed file). * * @return Return last l
erpcgen/src/Token.hpp:299
↓ 2 callers
Function
getMember
test/test_struct/test_struct_server_impl.cpp:30
↓ 2 callers
Function
getMemberTest2
test/test_struct/test_struct_server_impl.cpp:50
↓ 2 callers
Method
getNumberFromCore1
Core0Interface interface getNumberFromCore1 function client shim.
examples/MCUXPRESSO_SDK/erpc_two_way_rpc/service/erpc_two_way_rpc_Core0Interface_client.cpp:211
↓ 2 callers
Method
getOutputFilename
! * @brief This function returns output file name. * * @return Return name of output file. */
erpcgen/src/InterfaceDefinition.hpp:121
↓ 2 callers
Method
getOutputLevel
\brief Returns the current logging output level.
erpcgen/src/Logging.hpp:81
↓ 2 callers
Method
getParentStruct
! * @brief Returns the struct owning this union. */
erpcgen/src/types/UnionType.hpp:66
↓ 2 callers
Method
getProgramName
! * @brief This function returns program name. * * @return Return name of program. */
erpcgen/src/InterfaceDefinition.hpp:107
↓ 2 callers
Method
getPtr
! * @brief This function returns pointer to mutex. * * @return Pointer to mutex. */
erpc_c/port/erpc_threading.h:404
↓ 2 callers
Function
getResultFromSecondSide
test/common/unit_test_arbitrator_app1.cpp:214
↓ 2 callers
Method
getServiceId
! * @brief Return service id number. * * @return Service id number. */
erpc_c/infra/erpc_server.hpp:59
↓ 2 callers
Method
getSharedTransport
erpc_c/infra/erpc_transport_arbitrator.cpp:160
↓ 2 callers
Method
getString
(String key)
examples/hello_world/java/src/main/java/org/example/Config.java:45
← previous
next →
701–800 of 4,450, ranked by callers