Home
last modified time | relevance | path

Searched +full:fifop +full:- +full:gpios (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/dts/bindings/ieee802154/
Dti,cc2520.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: spi-device.yaml
11 vreg-en-gpios:
12 type: phandle-array
15 reset-gpios:
16 type: phandle-array
19 fifo-gpios:
20 type: phandle-array
23 cca-gpios:
24 type: phandle-array
[all …]
/Zephyr-Core-3.5.0/tests/drivers/build_all/ieee802154/boards/
Dnative_posix.overlay5 * SPDX-License-Identifier: Apache-2.0
10 #address-cells = <1>;
11 #size-cells = <1>;
15 gpio-controller;
17 #gpio-cells = <0x2>;
22 #address-cells = <1>;
23 #size-cells = <0>;
27 clock-frequency = <2000000>;
30 cs-gpios = <&test_gpio 0 0>,
38 spi-max-frequency = <0>;
[all …]
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_cc2520.c1 /* ieee802154_cc2520.c - TI CC2520 driver */
8 * SPDX-License-Identifier: Apache-2.0
47 * 1 - Debug related functions
48 * 2 - Generic helper functions (for any parts)
49 * 3 - GPIO related functions
50 * 4 - TX related helper functions
51 * 5 - RX related helper functions
52 * 6 - Radio device API functions
53 * 7 - Legacy radio device API functions
54 * 8 - Initialization
[all …]