Searched +full:sfd +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.08 include: spi-device.yaml11 vreg-en-gpios:12 type: phandle-array15 reset-gpios:16 type: phandle-array19 fifo-gpios:20 type: phandle-array23 cca-gpios:24 type: phandle-array[all …]
5 * SPDX-License-Identifier: Apache-2.010 #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 …]
1 /* ieee802154_cc2520.c - TI CC2520 driver */8 * SPDX-License-Identifier: Apache-2.047 * 1 - Debug related functions48 * 2 - Generic helper functions (for any parts)49 * 3 - GPIO related functions50 * 4 - TX related helper functions51 * 5 - RX related helper functions52 * 6 - Radio device API functions53 * 7 - Legacy radio device API functions54 * 8 - Initialization[all …]
1 /* ieee802154_mcr20a.c - NXP MCR20A driver */8 * SPDX-License-Identifier: Apache-2.041 * max. TX duration = (PR + SFD + FLI + PDU + FCS)113 #define MCR20A_OUTPUT_POWER_MIN (-35)132 * Fc = 2405 + 5(k - 11) , k = 11,12,...,26157 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 …]