Searched full:b91 (Results 1 – 25 of 52) sorted by relevance
123
/Zephyr-latest/dts/riscv/telink/ |
D | telink_b91.dtsi | 10 #include <zephyr/dt-bindings/adc/b91-adc.h> 25 compatible ="telink,b91", "riscv"; 58 compatible = "telink,b91-flash-controller"; 71 compatible = "telink,b91-power"; 79 compatible = "telink,b91-gpio"; 89 compatible = "telink,b91-gpio"; 99 compatible = "telink,b91-gpio"; 109 compatible = "telink,b91-gpio"; 119 compatible = "telink,b91-gpio"; 141 compatible = "telink,b91-uart"; [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.b91 | 4 # Telink B91 GPIO configuration options 7 bool "Telink B91 GPIO driver" 11 Enable the B91 GPIO driver.
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.b91 | 4 # Telink B91 GPIO configuration options 7 bool "Telink B91 Entropy driver" 12 Enable the B91 Entropy driver.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.b91 | 4 # Telink B91 UART configuration options 7 bool "Telink B91 UART driver" 14 This option enables the B91 serial driver.
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_b91.c | 34 /* B91 data structure */ 110 struct b91_data *b91 = dev->data; in b91_get_mac() local 113 sys_rand_get(b91->mac_addr, sizeof(b91->mac_addr)); in b91_get_mac() 120 b91->mac_addr[0] = (b91->mac_addr[0] & ~0x01) | 0x02; in b91_get_mac() 123 b91->mac_addr[0] = 0xC4; in b91_get_mac() 124 b91->mac_addr[1] = 0x19; in b91_get_mac() 125 b91->mac_addr[2] = 0xD1; in b91_get_mac() 126 b91->mac_addr[3] = 0x00; in b91_get_mac() 129 b91->mac_addr[4] = CONFIG_IEEE802154_B91_MAC4; in b91_get_mac() 130 b91->mac_addr[5] = CONFIG_IEEE802154_B91_MAC5; in b91_get_mac() [all …]
|
D | Kconfig.b91 | 4 # Telink B91 RF configuration options 7 bool "Telink B91 RF driver" 14 int "Telink B91 IEEE 802.15.4 initialization priority"
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | telink,b91-flash-controller.yaml | 1 description: Telink B91 Flash Controller 3 compatible: "telink,b91-flash-controller"
|
/Zephyr-latest/drivers/pinctrl/ |
D | Kconfig.b91 | 5 bool "Telink B91 pin controller driver" 9 Enables Telink B91 pin controller driver
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.b91 | 5 bool "Telink Semiconductor B91 SPI driver" 10 Enables Telink B91 SPI driver.
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.b91 | 5 bool "Telink Semiconductor B91 I2C driver" 10 Enables Telink B91 I2C driver.
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.b91 | 5 bool "Telink Semiconductor B91 PWM driver" 10 Enables Telink B91 PWM driver.
|
/Zephyr-latest/dts/bindings/rng/ |
D | telink,b91-trng.yaml | 4 description: Telink B91 RNG 6 compatible: "telink,b91-trng"
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.b91 | 5 bool "Telink Semiconductor B91 flash driver" 12 Enables Telink B91 flash driver.
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | telink,b91-zb.yaml | 4 description: Telink B91 IEEE802154 node 6 compatible: "telink,b91-zb"
|
/Zephyr-latest/dts/bindings/i2c/ |
D | telink,b91-i2c.yaml | 4 description: Telink B91 I2C 8 compatible: "telink,b91-i2c"
|
/Zephyr-latest/dts/bindings/serial/ |
D | telink,b91-uart.yaml | 4 description: Telink B91 UART 6 compatible: "telink,b91-uart"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | telink,b91-gpio.yaml | 4 description: Telink B91 GPIO node 6 compatible: "telink,b91-gpio"
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | telink,b91-pinctrl.yaml | 5 The Telink B91 pin controller is a singleton node responsible for 25 #include <dt-bindings/pinctrl/b91-pinctrl.h> 64 compatible: "telink,b91-pinctrl" 86 This binding gives a base representation of the Telink B91 pins configuration. 100 Telink B91 pin's configuration (port, pin and function).
|
/Zephyr-latest/dts/bindings/power/ |
D | telink,b91-power.yaml | 4 description: Telink B91 power control node 6 compatible: "telink,b91-power"
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.b91 | 5 bool "Telink Semiconductor B91 ADC driver" 10 Enables Telink B91 ADC driver.
|
/Zephyr-latest/dts/bindings/spi/ |
D | telink,b91-spi.yaml | 4 description: Telink B91 SPI 8 compatible: "telink,b91-spi"
|
/Zephyr-latest/dts/bindings/adc/ |
D | telink,b91-adc.yaml | 4 description: Telink B91 ADC node 6 compatible: "telink,b91-adc"
|
/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | pinctrl_soc.h | 12 #include <zephyr/dt-bindings/pinctrl/b91-pinctrl.h> 15 * @brief Telink B91 pin type.
|
/Zephyr-latest/dts/bindings/pwm/ |
D | telink,b91-pwm.yaml | 5 description: Telink B91 PWM 9 compatible: "telink,b91-pwm"
|
/Zephyr-latest/samples/net/openthread/coprocessor/boards/ |
D | tlsr9518adk80d.conf | 1 # Telink B91 TLSR9518ADK80D
|
123