Home
last modified time | relevance | path

Searched full:stm32wb0 (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/dts/bindings/clock/
Dst,stm32wb0-rcc.yaml5 STM32WB0 Reset and Clock controller node for STM32WB0 devices
9 compatible: "st,stm32wb0-rcc"
30 On STM32WB0, all slow clock devices are clocked from the same
Dst,stm32wb0-lsi-clock.yaml5 STM32WB0 LSI Clock
7 The STM32WB0 MCUs are equipped with a regular RC LSI clock with a frequency of 24~40kHz.
14 compatible: "st,stm32wb0-lsi-clock"
/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32wb0-flash-controller.yaml4 description: STM32WB0 series flash controller
6 compatible: "st,stm32wb0-flash-controller"
/Zephyr-latest/dts/bindings/interrupt-controller/
Dst,stm32wb0-gpio-intc.yaml4 description: STM32WB0 GPIO Interrupt Controller
6 compatible: "st,stm32wb0-gpio-intc"
/Zephyr-latest/dts/arm/st/wb0/
Dstm32wb05.dtsi7 #include <st/wb0/stm32wb0.dtsi>
11 compatible = "st,stm32wb05", "st,stm32wb0", "simple-bus";
Dstm32wb0.dtsi90 compatible = "st,stm32wb0-lsi-clock", "fixed-clock";
109 compatible = "st,stm32wb0-flash-controller", "st,stm32-flash-controller";
126 compatible = "st,stm32wb0-rcc";
137 compatible = "st,stm32wb0-pwr";
141 /* STM32WB0 GPIO interrupt controller
147 compatible = "st,stm32wb0-gpio-intc";
223 compatible = "st,stm32wb0-adc";
225 /* On STM32WB0, the two ADC clock domains (ANALOG / DIGITAL)
265 compatible = "st,hci-stm32wb0";
Dstm32wb07.dtsi7 #include <st/wb0/stm32wb0.dtsi>
11 compatible = "st,stm32wb07", "st,stm32wb0", "simple-bus";
Dstm32wb06.dtsi12 compatible = "st,stm32wb06", "st,stm32wb0", "simple-bus";
Dstm32wb09.dtsi16 compatible = "st,stm32wb09", "st,stm32wb0", "simple-bus";
/Zephyr-latest/dts/bindings/bluetooth/
Dst,hci-stm32wb0.yaml1 description: Bluetooth HCI driver for ST STM32WB0 series
3 compatible: "st,hci-stm32wb0"
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.stm3216 bool "GPIO Interrupt Controller Driver for STM32WB0 series"
20 Enable GPIO interrupt controller driver for STM32WB0 series
Dintc_gpio_stm32wb0.c8 * @brief Driver for STM32WB0 GPIO interrupt controller
11 * There is no "External interrupt/event controller (EXTI)" in STM32WB0 MCUs.
191 * STM32WB0 GPIO interrupt controller driver:
224 * There is no NONE trigger on STM32WB0. in stm32_gpio_intc_select_line_trigger()
258 /* Since it is not possible to disable triggers on STM32WB0, in stm32_gpio_intc_select_line_trigger()
/Zephyr-latest/dts/bindings/adc/
Dst,stm32wb0-adc.yaml3 description: STM32WB0 series Analog-to-Digital Converter
5 compatible: "st,stm32wb0-adc"
/Zephyr-latest/drivers/adc/
DKconfig.stm3220 bool "STM32WB0 ADC driver"
25 Enable the driver implementation for the STM32WB0 series ADC
Dadc_stm32wb0.c12 * STM32WB0 ADC documentation.
86 /* The STM32WB0 has a 12-bit ADC, but the resolution can be
102 "STM32WB0: system clock frequency must be at least 8MHz to use ADC");
852 * but may be not applicable to STM32WB0 series' ADC. in adc_stm32wb0_dma_callback()
/Zephyr-latest/soc/st/stm32/stm32wb0x/
DKconfig.defconfig1 # STMicroelectronics STM32WB0 MCU series
DKconfig.soc1 # STMicroelectronics STM32WB0 MCU series
Dsoc.h8 * @file SoC configuration macros for the STM32WB0 family processors.
Dsoc.c9 * @brief System/hardware module for STM32WB0 processor
32 * On STM32WB0 series, after RESET, the system clock frequency is 16MHz.
/Zephyr-latest/dts/bindings/power/
Dst,stm32wb0-pwr.yaml4 description: STM32WB0 power controller
6 compatible: "st,stm32wb0-pwr"
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig105 bool "STM32WB0 HCI driver"
116 ST STM32WB0 HCI Bluetooth interface
/Zephyr-latest/drivers/clock_control/
DKconfig.stm3250 menu "STM32WB0 LSI options"
Dclock_stm32_ll_wb0.c422 * STM32WB0 because the prescaler configuration is not affected by input clock variation: in stm32_clock_control_get_subsys_rate()
592 /* The STM32WB0 prescaler division factor defines vary depending on
746 "STM32WB0 PLL requires HSE to be enabled!"); in stm32_clock_control_init()
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.c162 /* On STM32WB0, the PWRC PU/PD control registers should be used instead in ll_gpio_set_pin_pull()
185 /* On STM32WB0, the PWRC PU/PD control registers should be used instead in ll_gpio_get_pin_pull()
591 /* Level-sensitive interrupts are only supported on STM32WB0. */ in gpio_stm32_pin_interrupt_configure()
/Zephyr-latest/drivers/flash/
Dflash_stm32wb0x.c417 * STM32WB0 flash: single bank, 2KiB pages in flash_wb0x_pages_layout()

12