Home
last modified time | relevance | path

Searched refs:view (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-4.1.0/subsys/bluetooth/host/
Dbuf.c202 struct net_buf *bt_buf_make_view(struct net_buf *view, in bt_buf_make_view() argument
208 __ASSERT_NO_MSG(view); in bt_buf_make_view()
216 LOG_DBG("make-view %p viewsize %zu meta %p", view, len, meta); in bt_buf_make_view()
218 net_buf_simple_clone(&parent->b, &view->b); in bt_buf_make_view()
219 view->size = net_buf_headroom(parent) + len; in bt_buf_make_view()
220 view->len = len; in bt_buf_make_view()
221 view->flags = NET_BUF_EXTERNAL_DATA; in bt_buf_make_view()
237 return view; in bt_buf_make_view()
240 void bt_buf_destroy_view(struct net_buf *view, struct bt_buf_view_meta *meta) in bt_buf_destroy_view() argument
242 LOG_DBG("destroy-view %p meta %p", view, meta); in bt_buf_destroy_view()
[all …]
Dbuf_view.h56 struct net_buf *bt_buf_make_view(struct net_buf *view,
83 void bt_buf_destroy_view(struct net_buf *view, struct bt_buf_view_meta *meta);
/Zephyr-4.1.0/boards/nxp/ucans32k1sic/support/
Dstartup.cmm34 AREA.view
80 AREA.view
111 Frame.view
113 Register.view /SpotLight
117 AREA.view
/Zephyr-4.1.0/boards/arduino/nano_33_ble/support/
Dstartup.cmm122 Frame.view
124 Register.view /SpotLight
133 TERM.view
/Zephyr-4.1.0/boards/renesas/rcar_h3ulcb/doc/
Drcar_h3ulcb_r7.rst76 `H3SK top view`_
78 `H3SK bottom view`_
87 `Kingfisher top view`_
89 `Kingfisher bottom view`_
260 .. _H3SK top view:
263 .. _H3SK bottom view:
269 .. _Kingfisher top view:
272 .. _Kingfisher bottom view:
/Zephyr-4.1.0/boards/nxp/mr_canhubk3/support/
Dstartup.cmm87 AREA.view
119 Frame.view
121 Register.view /SpotLight
/Zephyr-4.1.0/samples/drivers/led/sx1509b_intensity/
DREADME.rst22 The log is configured to output to RTT. Segger J-Link RTT Viewer can be used to view the log.
/Zephyr-4.1.0/boards/shields/adafruit_pca9685/doc/
Dindex.rst45 https://learn.adafruit.com/adafruit-16-channel-pwm-slash-servo-shield?view=all
/Zephyr-4.1.0/samples/net/vlan/
DREADME.rst5 Setup two virtual LAN networks and use net-shell to view the networks' settings.
11 The application sample enables net-shell and allows users to view VLAN settings.
/Zephyr-4.1.0/doc/connectivity/bluetooth/
Dbluetooth-qual.rst34 Use the `Bluetooth Qualification website`_ to view and edit the ICS.
/Zephyr-4.1.0/samples/subsys/demand_paging/
DREADME.rst49 To actually view the underlying demand paging subsystem at work, debug
/Zephyr-4.1.0/.github/ISSUE_TEMPLATE/
D003_rfc-proposal.md24 A brief summary of the proposed change - the 10,000 ft view on what it will
/Zephyr-4.1.0/doc/develop/optimizations/
Dtools.rst14 The build system offers 3 targets to view and analyse RAM, ROM and stack usage
166 the files and view their ROM, RAM, and stack usage.
190 To view worst-case stack usage analysis, build this with the
/Zephyr-4.1.0/boards/native/native_sim/
DKconfig24 a native_posix board from kconfig point of view, to allow using it directly with
/Zephyr-4.1.0/doc/build/dts/
Dintro-scope-purpose.rst28 Here is a simplified view of the process:
/Zephyr-4.1.0/cmake/usage/
Dusage.cmake29 message(" puncover - Local web server to view RAM, ROM and stack usage (requires puncover pip …
/Zephyr-4.1.0/boards/shields/amg88xx/doc/
Dindex.rst15 Grid-EYE is available in different varieties which differ in field of view,
17 degree field of view, a high gain amplification factor and 3.3V operating
/Zephyr-4.1.0/boards/ite/it82xx2_evb/doc/
Dindex.rst167 #. Split first and second terminal windows to view both of them.
188 .. _ITE's website: https://www.ite.com.tw/zh-tw/product/view?mid=169
/Zephyr-4.1.0/boards/
DKconfig72 give deterministic execution times from the guest point of view.
90 times from the guest point of view.
/Zephyr-4.1.0/samples/subsys/usb/midi/
DREADME.rst47 On Mac OS you can use the system tool "Audio MIDI Setup" to view the device,
/Zephyr-4.1.0/boards/arm/fvp_baser_aemv8r/doc/
Daarch32.rst14 "programmer's view", which gives you a comprehensive model on which to build
Daarch64.rst19 "programmer's view", which gives you a comprehensive model on which to build
/Zephyr-4.1.0/doc/contribute/documentation/
Dgeneration.rst19 view this content either in its raw form as .rst markup files, or you
20 can generate the HTML content and view it with a web browser directly on
221 collect and generate the HTML content. When done, you can view the HTML
/Zephyr-4.1.0/boards/ezurio/bt510/doc/
Dbt510.rst26 :alt: Sentrius BT510 Sensor, rear view
28 Sentrius BT510 Sensor, rear view
/Zephyr-4.1.0/doc/
Dindex.rst21 Use the version selection menu on the left to view

1234