Home
last modified time | relevance | path

Searched full:cut (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/dts/bindings/ethernet/
Dmicrochip,lan865x.yaml12 tx-cut-through-mode:
14 description: Enable TX cut through mode
15 rx-cut-through-mode:
17 description: Enable RX cut through mode
/Zephyr-latest/scripts/checkpatch/
Ddo_checkpatch.sh18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types
19 grep WARNING: $1 |cut -d : -f 3,4 |sort -u > $1_warning.types
Dcheck_known_checkpatch_issues.sh91 awk '{print $1}' | cut -d\- -f 2-) \
101 awk '{print $1}' | cut -d\+ -f 2-) \
/Zephyr-latest/drivers/ethernet/
Deth_lan865x_priv.h55 bool tx_cut_through_mode; /* 1 - tx cut through, 0 - Store and forward */
56 bool rx_cut_through_mode; /* 1 - rx cut through, 0 - Store and forward */
Deth_adin2111_priv.h40 /* Transmit Cut Through Enable */
42 /* Receive Cut Through Enable. Must be 0 for Generic SPI */
53 /* Enable Cut Through from Port to Port */
/Zephyr-latest/dts/bindings/fuel-gauge/
Dbattery-cutoff.yaml12 Note: These properties are to be used with meaningful defaults in fuel gauge ICs that can cut off
/Zephyr-latest/tests/bsim/
Dcompile.source87 nm ${exe_name} | grep -v " [U|w] " | sort | cut -d" " -f1,3 > ${map_file_name}
88 sed -i "1i $(wc -l ${map_file_name} | cut -d" " -f1)" ${map_file_name}
/Zephyr-latest/dts/bindings/sensor/
Dinvensense,icm45686.yaml86 Specify the accelerometer low pass filter cut-off frequency
152 Specify the gyro low pass filter cut-off frequency
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig28 will be returned from command output, if your output gets cut, then
/Zephyr-latest/subsys/storage/stream/
DKconfig22 worth to disable the option to cut out some unneeded code.
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
Dsbs_gauge.h68 /* Array SMBus word values to write to cut off the battery */
/Zephyr-latest/include/zephyr/drivers/
Demul_fuel_gauge.h72 * @brief Check if the battery has been cut off.
/Zephyr-latest/boards/st/nucleo_f767zi/doc/
Dindex.rst87 nucleo_f767zi with soc cut-A (Device marking A) has some ethernet
89 Use of cut-Z is advised.
/Zephyr-latest/cmake/modules/
Dwest.cmake16 # Cut out any symbolic links, e.g. python3.x -> python
/Zephyr-latest/scripts/
Dcoccicheck146 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml91 wire is cut.
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/
Dindex.rst11 channels and the SPI host. Cut through mode is also available between Port 1 and Port 2 and can
19 Alternatively, the board can operate in cut-through mode between Port 1 and Port 2 (unmanaged
/Zephyr-latest/boards/nordic/nrf52dk/doc/
Dindex.rst129 | 7 | Cut off |
133 | 9 | Cut off |
156 | 7 | Cut off | N/A |
158 | 8 | Cut off | N/A |
183 | 7 | Cut off |
185 | 8 | Cut off |
/Zephyr-latest/arch/xtensa/core/
Dgen_vectors.py24 # Cadence) are not documented anywhere and just end up cut and pasted
/Zephyr-latest/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst45 based on cut 2.1 of the STM32WB55VGY microcontroller. Revision X is based on
46 cut 2.2.
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/
Dindex.rst13 cut BOM costs and power consumption. Take advantage of the Zephyr community,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Ddut.c220 * To achieve that, we use the BabbleSim magic modem (see run.sh) to cut in entrypoint_dut()
/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c195 * the power was completely cut. in ZTEST()
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst112 $ pip3 show west | grep Location: | cut -f 2 -d ' '

12