Searched full:cut (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-latest/dts/bindings/ethernet/ |
D | microchip,lan865x.yaml | 12 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/ |
D | do_checkpatch.sh | 18 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
|
D | check_known_checkpatch_issues.sh | 91 awk '{print $1}' | cut -d\- -f 2-) \ 101 awk '{print $1}' | cut -d\+ -f 2-) \
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_lan865x_priv.h | 55 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 */
|
D | eth_adin2111_priv.h | 40 /* 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/ |
D | battery-cutoff.yaml | 12 Note: These properties are to be used with meaningful defaults in fuel gauge ICs that can cut off
|
/Zephyr-latest/tests/bsim/ |
D | compile.source | 87 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/ |
D | invensense,icm45686.yaml | 86 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/ |
D | Kconfig | 28 will be returned from command output, if your output gets cut, then
|
/Zephyr-latest/subsys/storage/stream/ |
D | Kconfig | 22 worth to disable the option to cut out some unneeded code.
|
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/ |
D | sbs_gauge.h | 68 /* Array SMBus word values to write to cut off the battery */
|
/Zephyr-latest/include/zephyr/drivers/ |
D | emul_fuel_gauge.h | 72 * @brief Check if the battery has been cut off.
|
/Zephyr-latest/boards/st/nucleo_f767zi/doc/ |
D | index.rst | 87 nucleo_f767zi with soc cut-A (Device marking A) has some ethernet 89 Use of cut-Z is advised.
|
/Zephyr-latest/cmake/modules/ |
D | west.cmake | 16 # Cut out any symbolic links, e.g. python3.x -> python
|
/Zephyr-latest/scripts/ |
D | coccicheck | 146 OPT=`grep "Options:" $COCCI | cut -d':' -f2` 147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adi,max22190-gpio.yaml | 91 wire is cut.
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 11 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/ |
D | index.rst | 129 | 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/ |
D | gen_vectors.py | 24 # Cadence) are not documented anywhere and just end up cut and pasted
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 45 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/ |
D | index.rst | 13 cut BOM costs and power consumption. Take advantage of the Zephyr community,
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | dut.c | 220 * 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/ |
D | main.c | 195 * the power was completely cut. in ZTEST()
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 112 $ pip3 show west | grep Location: | cut -f 2 -d ' '
|
12