Home
last modified time | relevance | path

Searched full:front (Results 1 – 25 of 125) sorted by relevance

12345

/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-channel-cluster.yaml7 front-left:
9 description: Front Left channel present in the cluster
11 front-right:
13 description: Front Right channel present in the cluster
15 front-center:
17 description: Front Center channel present in the cluster
31 front-left-of-center:
33 description: Front Left of Center channel present in the cluster
35 front-right-of-center:
37 description: Front Right of Center channel present in the cluster
[all …]
/Zephyr-latest/tests/subsys/usb/uac2/
Dapp.overlay28 front-left;
29 front-right;
60 front-left;
115 front-left;
116 front-right;
/Zephyr-latest/tests/kernel/mem_protect/stackprot/src/
Dmapped_stack.c24 * @param p1 0 if testing rear guard page, 1 if testing front guard page.
43 /* Middle of front guard page. */ in mapped_thread()
62 * @param is_front True if testing front guard page, false if testing rear guard page.
95 * @brief Test faulting on front guard page
123 * @brief Test faulting on front guard page in user mode
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/
Dapp.overlay27 front-left;
28 front-right;
49 front-left;
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/
Dapp.overlay27 front-left;
28 front-right;
/Zephyr-latest/dts/bindings/gpio/
Dmicrobit,edge-connector.yaml20 Only the pins on the front are connected to signals. The back rings are
21 connected to the front rings, but the back small strips are unconnected.
Dnordic,nrf-gpio-forwarder.yaml16 combined with a nRF21540 Front-End module. Consider the following node
18 the details of the nRF21540 Front-End module's interface:
28 Since the nRF21540 Front-End module should be controlled by the nRF5340
/Zephyr-latest/tests/subsys/usb/device_next/
Dbuild_all.overlay29 front-left;
30 front-right;
/Zephyr-latest/dts/bindings/net/wireless/
Dnordic,nrf21540-fem-spi.yaml6 This is a SPI device interface to the nRF21540 Radio Front-End module
Dnordic,nrf-radio.yaml15 Front-End Module (FEM) support
18 External front-end modules are range extenders used for boosting
123 Phandle linking the RADIO node to its external front-end module.
Dgeneric-fem-two-ctrl-pins.yaml5 This is a representation of generic radio Front-End Module (FEM)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/
Dradio_vendor_hal.h10 * required for handling radio front-end modules with PA/LNAs.
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst197 Front left (0x00000001)
198 Front right (0x00000002)
207 Front left (0x00000001)
214 Front right (0x00000002)
250 Front left (0x00000001)
251 Front right (0x00000002)
260 Front left (0x00000001)
267 Front right (0x00000002)
408 Front left (0x00000001)
409 Front right (0x00000002)
[all …]
/Zephyr-latest/dts/bindings/display/panel/
Dpanel-timing.yaml70 Horizontal front porch duration of panel driven by this controller,
77 Vertical front porch duration of panel driven by this controller, in lines
/Zephyr-latest/scripts/west_commands/runners/
Dxtensa.py13 '''Runner front-end for xt-gdb.'''
Decpprog.py12 """Runner front-end for programming the FPGA flash at some offset."""
Dhifive1.py13 '''Runner front-end for the HiFive1 board, using openocd.'''
Dteensy.py14 '''Runner front-end for teensy.'''
/Zephyr-latest/dts/bindings/display/
Dsolomon,ssd1327fb.yaml14 description: Front clock divider / oscillator frequency
/Zephyr-latest/tests/subsys/usb/uac2/src/
Duac2_desc.c47 0x03, 0x00, 0x00, 0x00, /* bmChannelConfig = Front Left, Front Right */
90 0x01, 0x00, 0x00, 0x00, /* bmChannelConfig = Front Left */
133 0x01, 0x00, 0x00, 0x00, /* bmChannelConfig = Front Left */
160 0x03, 0x00, 0x00, 0x00, /* bmChannelConfig = Front Left, Front Right */
234 0x03, 0x00, 0x00, 0x00, /* bmChannelConfig = Front Left, Front Right */
264 0x03, 0x00, 0x00, 0x00, /* bmChannelConfig = Front Left, Front Right */
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h593 /** Front Left */
595 /** Front Right */
597 /** Front Center */
605 /** Front Left of Center */
607 /** Front Right of Center */
617 /** Top Front Left */
619 /** Top Front Right */
621 /** Top Front Center */
635 /** Bottom Front Center */
637 /** Bottom Front Left */
[all …]
/Zephyr-latest/boards/arduino/nano_33_ble/doc/
Dindex.rst155 Debugging with TRACE32 (GDB Front-End)
163 `Lauterbach TRACE32 GDB Front-End Debugger for Nano 33 BLE`_
175 The TRACE32 is `TRACE32 as GDB Front-End`_ version.
226 .. _Lauterbach TRACE32 GDB Front-End Debugger for Nano 33 BLE:
229 .. _TRACE32 as GDB Front-End:
/Zephyr-latest/doc/services/retention/
Dindex.rst17 Optionally, a magic header can be used to check if the front of
67 * at the front of the data
90 * at the front of the data
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1072 * @brief Bosch M_CAN driver front-end callback for reading a register value
1085 * @brief Bosch M_CAN driver front-end callback for writing a register value
1098 * @brief Bosch M_CAN driver front-end callback for reading from Message RAM
1113 * @brief Bosch M_CAN driver front-end callback for writing to Message RAM
1128 * @brief Bosch M_CAN driver front-end callback for clearing Message RAM
1143 * @brief Bosch M_CAN driver front-end operations.
1288 * @param _ops Pointer to front-end @a can_mcan_ops
1289 * @param _cbs Pointer to front-end @a can_mcan_callbacks
1320 * @param _ops Pointer to front-end @a can_mcan_ops
1321 * @param _cbs Pointer to front-end @a can_mcan_callbacks
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/include/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt_config.h13 * MGMT_HDR_SIZE - header that is placed in front of buffer and not

12345