Searched refs:mt (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/samples/basic/minimal/ |
D | README.rst | 15 * :file:`mt.conf`: Enable multithreading 16 * :file:`no-mt.conf`: Disable multithreading 35 :build-dir: reel_board/mt/ 36 :conf: "common.conf mt.conf arm.conf" 48 :build-dir: reel_board/mt-no-preempt/ 49 :conf: "common.conf mt.conf no-preempt.conf arm.conf" 61 :build-dir: reel_board/mt-no-preempt-no-timers/ 62 :conf: "common.conf mt.conf no-preempt.conf no-timers.conf arm.conf" 74 :build-dir: reel_board/no-mt/ 75 :conf: "common.conf no-mt.conf arm.conf" [all …]
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/ |
D | CMakeLists.txt | 13 mt-http-server-cert.der 14 mt-http-server-key.der
|
D | Kconfig | 6 mainmenu "Networking dumb-http-server-mt sample application"
|
D | README.rst | 1 .. zephyr:code-sample:: socket-dumb-http-server-mt
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_list.py | 234 mt = type_env[self.member_type] 239 if isinstance(mt, KobjectType) and mt.name == STACK_TYPE: 251 o = mt.get_kobjects(a) 264 objs.update(mt.get_kobjects(addr + (i * mt.size))) 298 mt = type_env[self.member_type] 299 return mt.get_kobjects(addr + self.member_offset) 468 mt = type_env[type_offset] 469 if mt.has_kobject(): 470 if isinstance(mt, KobjectType) and mt.name == STACK_TYPE:
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_pe_common_internal.h | 349 const enum pd_ctrl_msg_type mt); 360 const enum pd_data_msg_type mt);
|
D | usbc_pe_common.c | 545 const enum pd_ctrl_msg_type mt) in received_control_message() argument 550 if (prl_rx->emsg.len == 0 && header.message_type == mt && header.extended == 0) { in received_control_message() 561 const enum pd_data_msg_type mt) in received_data_message() argument 566 if (prl_rx->emsg.len > 0 && header.message_type == mt && header.extended == 0) { in received_data_message()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_dw.c | 399 struct k_mutex mt; member 723 ret = k_mutex_lock(&data->mt, K_MSEC(1000)); in dw_i3c_xfers() 862 k_mutex_unlock(&data->mt); in dw_i3c_xfers() 944 ret = k_mutex_lock(&data->mt, K_MSEC(1000)); in dw_i3c_i2c_transfer() 1021 k_mutex_unlock(&data->mt); in dw_i3c_i2c_transfer() 1665 ret = k_mutex_lock(&data->mt, K_MSEC(1000)); in dw_i3c_do_ccc() 1767 k_mutex_unlock(&data->mt); in dw_i3c_do_ccc() 1878 ret = k_mutex_lock(&data->mt, K_MSEC(1000)); in dw_i3c_do_daa() 1901 k_mutex_unlock(&data->mt); in dw_i3c_do_daa() 2130 k_mutex_lock(&data->mt, K_FOREVER); in dw_i3c_target_tx_write() [all …]
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
D | tippy-bundle.umd.min.js | 6 …mt(t,e)}(a,(function(){Y.state.isShown=!0,at("onShown",[Y])}))}},function(){var t,e=Y.props.append… function
|
/Zephyr-latest/boards/nxp/hexiwear/doc/ |
D | index.rst | 333 https://itunes.apple.com/us/app/kinetis-ble-toolbox/id1049036961?mt=8
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 2941 * :github:`54335` - tests/kernel/fatal/no-multithreading/kernel.no-mt.cpu_exception failing on qemu…
|