Home
last modified time | relevance | path

Searched +full:sfd +full:- +full:gpios (Results 1 – 4 of 4) 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 …]
Dieee802154_mcr20a.c1 /* ieee802154_mcr20a.c - NXP MCR20A driver */
8 * SPDX-License-Identifier: Apache-2.0
41 * max. TX duration = (PR + SFD + FLI + PDU + FCS)
113 #define MCR20A_OUTPUT_POWER_MIN (-35)
132 * Fc = 2405 + 5(k - 11) , k = 11,12,...,26
157 const struct mcr20a_config *config = dev->config; in z_mcr20a_read_reg()
178 if (spi_transceive_dt(&config->bus, &tx, &rx) == 0) { in z_mcr20a_read_reg()
179 return cmd_buf[len - 1]; in z_mcr20a_read_reg()
191 const struct mcr20a_config *config = dev->config; in z_mcr20a_write_reg()
207 return (spi_write_dt(&config->bus, &tx) == 0); in z_mcr20a_write_reg()
[all …]