src/

directory
v0.0.0-...-168ccc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2021 License: BSD-3-Clause

Directories

Path Synopsis
Package bcmw provides driver for Broadcom/Cypress SDIO WLAN chips.
Package bcmw provides driver for Broadcom/Cypress SDIO WLAN chips.
bluetooth
att
ble
Package dcf77 decodes DCF77 time signal.
Package dcf77 decodes DCF77 time signal.
display
eve
Package eve provides driver for FTDI Embedded Video Engine.
Package eve provides driver for FTDI Embedded Video Engine.
eve/ft80
Package ft80 provides EVE (FT80x) constants: commands and adresses.
Package ft80 provides EVE (FT80x) constants: commands and adresses.
eve/ft81
Package ft81 provides EVE2 (FT81x) constants: commands and adresses.
Package ft81 provides EVE2 (FT81x) constants: commands and adresses.
hdc
Package hdc implements driver for popular Hitachi HD44780 LCD controller.
Package hdc implements driver for popular Hitachi HD44780 LCD controller.
hdc/hdcfb
Package hdcfb implements lockless text framebuffer on top of hdc driver.
Package hdcfb implements lockless text framebuffer on top of hdc driver.
led
ws281x/wsspi
Package wsspi allows to use SPI based driver to controll a string of WS281x LEDs.
Package wsspi allows to use SPI based driver to controll a string of WS281x LEDs.
ws281x/wsuart
Package wsuart allows to use UART based driver to controll a string of WS281x LEDs.
Package wsuart allows to use UART based driver to controll a string of WS281x LEDs.
Package nrf24 provides interface to use nRF24L01 and nRF24L01+ transceivers.
Package nrf24 provides interface to use nRF24L01 and nRF24L01+ transceivers.
nrf5
blec
Package blec implements Bluetooth Low Energy Controller using nRF5 peripherals.
Package blec implements Bluetooth Low Energy Controller using nRF5 peripherals.
examples/core51822/ble-advert
Simple BLE advertising example.
Simple BLE advertising example.
examples/core51822/blinky
This example shows how to use GPIO to as digital output (to blink connected LEDs) and input (to read state of KEY1).
This example shows how to use GPIO to as digital output (to blink connected LEDs) and input (to read state of KEY1).
examples/core51822/buttons
This example shows how to use button.PollDrv to handle input from multiple buttons.
This example shows how to use button.PollDrv to handle input from multiple buttons.
examples/core51822/encoder
This example shows how to use input/encoder and input/button packages to handle rotary encoder.
This example shows how to use input/encoder and input/button packages to handle rotary encoder.
examples/core51822/helloworld
This example shows how to use semihosting to print to the debuging host standard output.
This example shows how to use semihosting to print to the debuging host standard output.
examples/core51822/ppi
This example show how to use Programmable Peripheral Interconnect (PPI) peripheral.
This example show how to use Programmable Peripheral Interconnect (PPI) peripheral.
examples/core51822/pwm
This example shows how to use TIMER, GPIOTE and PPI to implement PWM output.
This example shows how to use TIMER, GPIOTE and PPI to implement PWM output.
examples/core51822/rcservo
Remotely cotrolled servo.
Remotely cotrolled servo.
examples/core51822/select+at
This example shows how to use GPIOTE peripheral to detect changes at specific GPIO pin and handle them using interrupt.
This example shows how to use GPIOTE peripheral to detect changes at specific GPIO pin and handle them using interrupt.
examples/core51822/ventilation
This code drives ventilation unit controller.
This code drives ventilation unit controller.
examples/ebyte/blinky
This example shows how to use GPIO as digital output and how to enable SWO to allow print debug messages.
This example shows how to use GPIO as digital output and how to enable SWO to allow print debug messages.
hal/clock
Package clock provides interface to manage nRF51 clocks source/generation.
Package clock provides interface to manage nRF51 clocks source/generation.
hal/ficr
Package ficr provides access to Factory Information Configuration Registers.
Package ficr provides access to Factory Information Configuration Registers.
hal/gpio
Package gpio allows to configure and controll general purpose I/O ports and their individual pins.
Package gpio allows to configure and controll general purpose I/O ports and their individual pins.
hal/power
Package power provides interface to power managemnt peripheral.
Package power provides interface to power managemnt peripheral.
hal/ppi
Package ppi provides interface to Programmable Peripheral Interconnect (PPI).
Package ppi provides interface to Programmable Peripheral Interconnect (PPI).
hal/qdec
Package qdec provides access to the registers of Quadrature Decoder (QDEC) peripheral.
Package qdec provides access to the registers of Quadrature Decoder (QDEC) peripheral.
hal/radio
Package radio provides interface to universal 2.4 GHz radio peripheral that supports Bluetooth LE (Smart) and other protocols.
Package radio provides interface to universal 2.4 GHz radio peripheral that supports Bluetooth LE (Smart) and other protocols.
hal/rtc
Package rtc provides interface to nRF5 real time counters.
Package rtc provides interface to nRF5 real time counters.
hal/spi
Package spi provides access to the registers of SPI peripheral.
Package spi provides access to the registers of SPI peripheral.
hal/system/timer/rtcst
Package rtcst implements a tickless system timer using the real time counter.
Package rtcst implements a tickless system timer using the real time counter.
hal/te
Package te defines a representation of nRF5 tasks and events.
Package te defines a representation of nRF5 tasks and events.
hal/timer
Package timer provides interface to manage nRF5 timers.
Package timer provides interface to manage nRF5 timers.
hal/uart
Package uart provides access to the registers of UART peripheral.
Package uart provides access to the registers of UART peripheral.
input/button
Package button provides polling and interrupt based drivers to push button.
Package button provides polling and interrupt based drivers to push button.
input/encoder
Package encoder provides simple, interrupt driven, driver to rotary encoder.
Package encoder provides simple, interrupt driven, driver to rotary encoder.
ppipwm
Package ppipwm allows to produce PWM signal using PPI, TIMER and GPIOTE peripherals.
Package ppipwm allows to produce PWM signal using PPI, TIMER and GPIOTE peripherals.
Package onewire provides tools to communicate with slave devices connected to 1-Wire bus.
Package onewire provides tools to communicate with slave devices connected to 1-Wire bus.
Package sdcard provides low-level primitives to handle Secure Digital Card protocol.
Package sdcard provides low-level primitives to handle Secure Digital Card protocol.
sdmc
Package sdmc implements access to Secure Digital Memory Cards.
Package sdmc implements access to Secure Digital Memory Cards.
sound
samples/14700s8/piano
Package piano.
Package piano.
stm32
examples/core746i/blinky
This example blinks two LEDs that need to be connected to PH3, PH5 pins.
This example blinks two LEDs that need to be connected to PH3, PH5 pins.
examples/core746i/helloworld
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
examples/f030-demo-board/demo
This example demonstrates some feutures of Go language: gorutines, channels, empty interface and type switch.
This example demonstrates some feutures of Go language: gorutines, channels, empty interface and type switch.
examples/f4-discovery/chan+isr
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
examples/f4-discovery/chanrng
This example shows random behavior of select statement.
This example shows random behavior of select statement.
examples/f4-discovery/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/f4-discovery/event
This example shows how to use rtos.EventFlag for communication between interrupt handler and thread.
This example shows how to use rtos.EventFlag for communication between interrupt handler and thread.
examples/f4-discovery/ft800
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE based displays.
examples/f4-discovery/ft811
This example demonstrates usage of FTDI EVE2 based displays.
This example demonstrates usage of FTDI EVE2 based displays.
examples/f4-discovery/helloworld
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
examples/f4-discovery/ili9341
This is test program that shows how to communicate with ILI9341 controller using raw SPI (without any display library).
This is test program that shows how to communicate with ILI9341 controller using raw SPI (without any display library).
examples/f4-discovery/onewire
This example shows how to use USART as 1-wire master.
This example shows how to use USART as 1-wire master.
examples/f4-discovery/select+at
This example shows how to use rtos.At function to implement deadline/timeout for communication with channels.
This example shows how to use rtos.At function to implement deadline/timeout for communication with channels.
examples/f4-discovery/systick
This example shows how to write bare metal application that does not use tasker and rely at limited runtime initialisation (MaxTasks == 0).
This example shows how to write bare metal application that does not use tasker and rely at limited runtime initialisation (MaxTasks == 0).
examples/f4-discovery/us100
Connct US-100 Tx and Rx pins respectively to Discovery's PA2 (USART2_TX), PA3 (USART2_RX) pins (Tx-Tx, Rx-Rx).
Connct US-100 Tx and Rx pins respectively to Discovery's PA2 (USART2_TX), PA3 (USART2_RX) pins (Tx-Tx, Rx-Rx).
examples/f4-discovery/usart
This example shows how to use USART as serial console.
This example shows how to use USART as serial console.
examples/f4-discovery/ws2812
Simple WS2812 example.
Simple WS2812 example.
examples/l1-discovery/chan+isr
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
examples/l1-discovery/dma
This example shows how to use DMA for memory to memory transfers.
This example shows how to use DMA for memory to memory transfers.
examples/l1-discovery/heating
Control of power (water heater, house heating system).
Control of power (water heater, house heating system).
examples/l1-discovery/systick
This example shows how to manually setup interrupt table when you don't use runtime initialisation (MaxTasks == 0) and how to write purely interrupt driven application.
This example shows how to manually setup interrupt table when you don't use runtime initialisation (MaxTasks == 0) and how to write purely interrupt driven application.
examples/l1-discovery/usart
This example shows how to use USART as serial console.
This example shows how to use USART as serial console.
examples/l1-discovery/usartraw
This example shows how to use raw UART without interrupts (pulling).
This example shows how to use raw UART without interrupts (pulling).
examples/minidev/nrfrc
This is example of nRF24L01 based RC transmiter.
This is example of nRF24L01 based RC transmiter.
examples/nucleo-f303re/ft800
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE based displays.
examples/nucleo-f303re/ft811
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE based displays.
examples/nucleo-f411re/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/nucleo-f411re/eeprom-i2c
Example of communication to 24C0x EEPROM.
Example of communication to 24C0x EEPROM.
examples/nucleo-f411re/ft800
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE based displays.
examples/nucleo-f411re/ft811
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE based displays.
examples/nucleo-f411re/hd44780
This example shows how to use PCF8574T + HD44780 combo.
This example shows how to use PCF8574T + HD44780 combo.
examples/nucleo-f411re/i2c
This example blinks leds connected to pins P4, P5, P6, P7 of PCF8574T. Button can be connected to other pins and its state observed on SWO.
This example blinks leds connected to pins P4, P5, P6, P7 of PCF8574T. Button can be connected to other pins and its state observed on SWO.
examples/nucleo-f411re/onewire
This example shows how to use USART as 1-wire master.
This example shows how to use USART as 1-wire master.
examples/nucleo-f411re/rcservo
This is example of nRF24L01 based remote servo.
This is example of nRF24L01 based remote servo.
Reflection test.
examples/nucleo-f411re/sdmc
Warning! This example destroys all data on your SD card.
Warning! This example destroys all data on your SD card.
examples/nucleo-f411re/sdmc-raw
Warning! This example destroys all data on your SD card.
Warning! This example destroys all data on your SD card.
examples/nucleo-f411re/usart
This example shows how to use USART as serial console.
This example shows how to use USART as serial console.
examples/nucleo-f411re/ws2812
Simple WS2812 example.
Simple WS2812 example.
examples/nucleo-l476rg/dma
This example tests different ways of coping memory.
This example tests different ways of coping memory.
examples/nucleo-l476rg/ft800
This example demonstrates usage of FTDI EVE based displays.
This example demonstrates usage of FTDI EVE based displays.
examples/nucleo-l476rg/ft811
This example demonstrates usage of FTDI EVE2 based displays.
This example demonstrates usage of FTDI EVE2 based displays.
examples/nucleo-l476rg/helloworld
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
This example writes "Hello world!" string to default debug port, in this case to ITM stimulus port 0.
examples/nucleo-l476rg/usart
This example shows how to use USART as serial console.
This example shows how to use USART as serial console.
examples/port103r/chan+isr
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
examples/port103r/dma
This example shows how to use DMA for memory to memory transfers.
This example shows how to use DMA for memory to memory transfers.
examples/port103r/epaper
WaveShare 1.54inch e-Paper Module (B) / Good Dispay GxGDEW0154Z04 Connections: DIN (blue) <- PA7 (SPI1 MOSI) CLK (yellow) <- PA5 (SPI1 SCK) CS (orange) <- PA6 DC (green) <- PA4 RST (white) <- PA3 BUSY(violet) -> PA1
WaveShare 1.54inch e-Paper Module (B) / Good Dispay GxGDEW0154Z04 Connections: DIN (blue) <- PA7 (SPI1 MOSI) CLK (yellow) <- PA5 (SPI1 SCK) CS (orange) <- PA6 DC (green) <- PA4 RST (white) <- PA3 BUSY(violet) -> PA1
examples/port103r/hd44780
This example shows how to use PCF8574T + HD44780 combo.
This example shows how to use PCF8574T + HD44780 combo.
examples/port103r/i2c
This example blinks leds connected to pins P4, P5, P6, P7 of PCF8574T. Button can be connected to other pins and its state observed on SWO.
This example blinks leds connected to pins P4, P5, P6, P7 of PCF8574T. Button can be connected to other pins and its state observed on SWO.
examples/port103r/semihosting
This example shows low-level method of semihosting I/O. The debug/semihosting package provides simple file interface that can be used in real cases.
This example shows low-level method of semihosting I/O. The debug/semihosting package provides simple file interface that can be used in real cases.
hal/adc
Package adc provides interface to STM32 Analog to Digital Converter peripheral.
Package adc provides interface to STM32 Analog to Digital Converter peripheral.
hal/dma
Package dma provides uniform interface to DMA peripherals that can be found in whole STM32 family.
Package dma provides uniform interface to DMA peripherals that can be found in whole STM32 family.
hal/exti
Package exti provides an interface to the External Interrupt/event controller.
Package exti provides an interface to the External Interrupt/event controller.
hal/fmc
Package fmc.
Package fmc.
hal/fmc/sdram
+build f746xx Package sdram allows configure and manage SDRAM controller.
+build f746xx Package sdram allows configure and manage SDRAM controller.
hal/gpio
Package gpio provides interface to configure and control GPIO ports and pins.
Package gpio provides interface to configure and control GPIO ports and pins.
hal/i2c
Package i2c provides interface to use I2C peripheral.
Package i2c provides interface to use I2C peripheral.
hal/sdmmc
Package sdmmc provides unified intrface to STM32 SDIO/SDMMC peripheral.
Package sdmmc provides unified intrface to STM32 SDIO/SDMMC peripheral.
hal/spi
Package spi provides access to the registers of SPI peripheral.
Package spi provides access to the registers of SPI peripheral.
hal/system/timer/rtcst
Package rtcst implements tickless system timer using real time clock/counter.
Package rtcst implements tickless system timer using real time clock/counter.
nrfdci
Package nrfdci allows to configure set of STM32 peripherals to control nRF24L01(+) Data and Control Interface.
Package nrfdci allows to configure set of STM32 peripherals to control nRF24L01(+) Data and Control Interface.
o/f030x6/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f030x6/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f030x6/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f030x6/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f030x6/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f030x6/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f030x6/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOF mmap.GPIOF_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOF mmap.GPIOF_BASE Registers: 0x00 32 MODER Port mode register.
o/f030x6/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/f030x6/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f030x6/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f030x6/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f030x6/ob
Package ob provides interface to Option Bytes Registers.
Package ob provides interface to Option Bytes Registers.
o/f030x6/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f030x6/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f030x6/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f030x6/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f030x6/syscfg
Package syscfg provides interface to SysTem Configuration.
Package syscfg provides interface to SysTem Configuration.
o/f030x6/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f030x6/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f030x6/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f030x8/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f030x8/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f030x8/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f030x8/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f030x8/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f030x8/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f030x8/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOF mmap.GPIOF_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOF mmap.GPIOF_BASE Registers: 0x00 32 MODER Port mode register.
o/f030x8/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/f030x8/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f030x8/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f030x8/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f030x8/ob
Package ob provides interface to Option Bytes Registers.
Package ob provides interface to Option Bytes Registers.
o/f030x8/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f030x8/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f030x8/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f030x8/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f030x8/syscfg
Package syscfg provides interface to SysTem Configuration.
Package syscfg provides interface to SysTem Configuration.
o/f030x8/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f030x8/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f030x8/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f10x_hd/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f10x_hd/afio
Package afio provides interface to Alternate Function I/O. Peripheral: AFIO_Periph Alternate Function I/O. Instances: AFIO mmap.AFIO_BASE Registers: 0x00 32 EVCR 0x04 32 MAPR 0x08 32 EXTICR[4] 0x1C 32 MAPR2 Import: stm32/o/f10x_hd/mmap
Package afio provides interface to Alternate Function I/O. Peripheral: AFIO_Periph Alternate Function I/O. Instances: AFIO mmap.AFIO_BASE Registers: 0x00 32 EVCR 0x04 32 MAPR 0x08 32 EXTICR[4] 0x1C 32 MAPR2 Import: stm32/o/f10x_hd/mmap
o/f10x_hd/bkp
Package bkp provides interface to Backup Registers.
Package bkp provides interface to Backup Registers.
o/f10x_hd/can
Package can provides interface to Controller Area Network.
Package can provides interface to Controller Area Network.
o/f10x_hd/cec
Package cec provides interface to Consumer Electronics Control (CEC).
Package cec provides interface to Consumer Electronics Control (CEC).
o/f10x_hd/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f10x_hd/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/f10x_hd/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f10x_hd/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f10x_hd/eth
Package eth provides interface to Ethernet MAC.
Package eth provides interface to Ethernet MAC.
o/f10x_hd/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f10x_hd/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f10x_hd/fsmc
Package fsmc provides interface to .
Package fsmc provides interface to .
o/f10x_hd/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE Registers: 0x00 32 CRL 0x04 32 CRH 0x08 32 IDR 0x0C 32 ODR 0x10 32 BSRR 0x14 32 BRR 0x18 32 LCKR Import: stm32/o/f10x_hd/mmap
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE Registers: 0x00 32 CRL 0x04 32 CRH 0x08 32 IDR 0x0C 32 ODR 0x10 32 BSRR 0x14 32 BRR 0x18 32 LCKR Import: stm32/o/f10x_hd/mmap
o/f10x_hd/i2c
Package i2c provides interface to Inter Integrated Circuit Interface.
Package i2c provides interface to Inter Integrated Circuit Interface.
o/f10x_hd/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f10x_hd/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f10x_hd/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f10x_hd/ob
Package ob provides interface to Option Bytes Registers.
Package ob provides interface to Option Bytes Registers.
o/f10x_hd/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f10x_hd/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f10x_hd/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f10x_hd/sdio
Package sdio provides interface to SD host Interface.
Package sdio provides interface to SD host Interface.
o/f10x_hd/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f10x_hd/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f10x_hd/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f10x_hd/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f10x_md/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f10x_md/afio
Package afio provides interface to Alternate Function I/O. Peripheral: AFIO_Periph Alternate Function I/O. Instances: AFIO mmap.AFIO_BASE Registers: 0x00 32 EVCR 0x04 32 MAPR 0x08 32 EXTICR[4] 0x1C 32 MAPR2 Import: stm32/o/f10x_md/mmap
Package afio provides interface to Alternate Function I/O. Peripheral: AFIO_Periph Alternate Function I/O. Instances: AFIO mmap.AFIO_BASE Registers: 0x00 32 EVCR 0x04 32 MAPR 0x08 32 EXTICR[4] 0x1C 32 MAPR2 Import: stm32/o/f10x_md/mmap
o/f10x_md/bkp
Package bkp provides interface to Backup Registers.
Package bkp provides interface to Backup Registers.
o/f10x_md/can
Package can provides interface to Controller Area Network.
Package can provides interface to Controller Area Network.
o/f10x_md/cec
Package cec provides interface to Consumer Electronics Control (CEC).
Package cec provides interface to Consumer Electronics Control (CEC).
o/f10x_md/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f10x_md/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/f10x_md/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f10x_md/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f10x_md/eth
Package eth provides interface to Ethernet MAC.
Package eth provides interface to Ethernet MAC.
o/f10x_md/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f10x_md/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f10x_md/fsmc
Package fsmc provides interface to .
Package fsmc provides interface to .
o/f10x_md/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE Registers: 0x00 32 CRL 0x04 32 CRH 0x08 32 IDR 0x0C 32 ODR 0x10 32 BSRR 0x14 32 BRR 0x18 32 LCKR Import: stm32/o/f10x_md/mmap
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE Registers: 0x00 32 CRL 0x04 32 CRH 0x08 32 IDR 0x0C 32 ODR 0x10 32 BSRR 0x14 32 BRR 0x18 32 LCKR Import: stm32/o/f10x_md/mmap
o/f10x_md/i2c
Package i2c provides interface to Inter Integrated Circuit Interface.
Package i2c provides interface to Inter Integrated Circuit Interface.
o/f10x_md/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f10x_md/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f10x_md/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f10x_md/ob
Package ob provides interface to Option Bytes Registers.
Package ob provides interface to Option Bytes Registers.
o/f10x_md/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f10x_md/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f10x_md/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f10x_md/sdio
Package sdio provides interface to SD host Interface.
Package sdio provides interface to SD host Interface.
o/f10x_md/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f10x_md/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f10x_md/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f10x_md/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f303xe/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f303xe/can
Package can provides interface to Controller Area Network.
Package can provides interface to Controller Area Network.
o/f303xe/comp
Package comp provides interface to Analog Comparators.
Package comp provides interface to Analog Comparators.
o/f303xe/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f303xe/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/f303xe/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f303xe/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f303xe/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f303xe/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f303xe/fmc
Package fmc provides interface to .
Package fmc provides interface to .
o/f303xe/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE Registers: 0x00 32 MODER Port mode register.
o/f303xe/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/f303xe/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f303xe/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f303xe/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f303xe/ob
Package ob provides interface to Option Bytes Registers.
Package ob provides interface to Option Bytes Registers.
o/f303xe/opamp
Package opamp provides interface to Operational Amplifier (OPAMP).
Package opamp provides interface to Operational Amplifier (OPAMP).
o/f303xe/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f303xe/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f303xe/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f303xe/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f303xe/syscfg
Package syscfg provides interface to System configuration controller.
Package syscfg provides interface to System configuration controller.
o/f303xe/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f303xe/tsc
Package tsc provides interface to Touch Sensing Controller (TSC).
Package tsc provides interface to Touch Sensing Controller (TSC).
o/f303xe/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f303xe/usb
Package usb provides interface to Universal Serial Bus Full Speed Device.
Package usb provides interface to Universal Serial Bus Full Speed Device.
o/f303xe/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f40_41xxx/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f40_41xxx/can
Package can provides interface to Controller Area Network.
Package can provides interface to Controller Area Network.
o/f40_41xxx/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f40_41xxx/cryp
Package cryp provides interface to Crypto Processor.
Package cryp provides interface to Crypto Processor.
o/f40_41xxx/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/f40_41xxx/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f40_41xxx/dcmi
Package dcmi provides interface to DCMI.
Package dcmi provides interface to DCMI.
o/f40_41xxx/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f40_41xxx/dma2d
Package dma2d provides interface to DMA2D Controller.
Package dma2d provides interface to DMA2D Controller.
o/f40_41xxx/eth
Package eth provides interface to Ethernet MAC.
Package eth provides interface to Ethernet MAC.
o/f40_41xxx/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f40_41xxx/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f40_41xxx/fsmc
Package fsmc provides interface to .
Package fsmc provides interface to .
o/f40_41xxx/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE GPIOI mmap.GPIOI_BASE GPIOJ mmap.GPIOJ_BASE GPIOK mmap.GPIOK_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE GPIOI mmap.GPIOI_BASE GPIOJ mmap.GPIOJ_BASE GPIOK mmap.GPIOK_BASE Registers: 0x00 32 MODER Port mode register.
o/f40_41xxx/hash
Package hash provides interface to HASH.
Package hash provides interface to HASH.
o/f40_41xxx/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/f40_41xxx/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f40_41xxx/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f40_41xxx/ltdc
Package ltdc provides interface to LCD-TFT Display Controller.
Package ltdc provides interface to LCD-TFT Display Controller.
o/f40_41xxx/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f40_41xxx/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f40_41xxx/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f40_41xxx/rng
Package rng provides interface to RNG.
Package rng provides interface to RNG.
o/f40_41xxx/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f40_41xxx/sai
Package sai provides interface to Serial Audio Interface.
Package sai provides interface to Serial Audio Interface.
o/f40_41xxx/sdio
Package sdio provides interface to SD host Interface.
Package sdio provides interface to SD host Interface.
o/f40_41xxx/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f40_41xxx/syscfg
Package syscfg provides interface to System configuration controller.
Package syscfg provides interface to System configuration controller.
o/f40_41xxx/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f40_41xxx/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f40_41xxx/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f411xe/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f411xe/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f411xe/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f411xe/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f411xe/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f411xe/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f411xe/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOH mmap.GPIOH_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOH mmap.GPIOH_BASE Registers: 0x00 32 MODER Port mode register.
o/f411xe/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/f411xe/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f411xe/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f411xe/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f411xe/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f411xe/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f411xe/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f411xe/sdio
Package sdio provides interface to SD host Interface.
Package sdio provides interface to SD host Interface.
o/f411xe/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f411xe/syscfg
Package syscfg provides interface to System configuration controller.
Package syscfg provides interface to System configuration controller.
o/f411xe/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f411xe/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f411xe/usb
Package usb provides interface to .
Package usb provides interface to .
o/f411xe/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/f746xx/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/f746xx/can
Package can provides interface to Controller Area Network.
Package can provides interface to Controller Area Network.
o/f746xx/cec
Package cec provides interface to HDMI-CEC.
Package cec provides interface to HDMI-CEC.
o/f746xx/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/f746xx/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/f746xx/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/f746xx/dcmi
Package dcmi provides interface to DCMI.
Package dcmi provides interface to DCMI.
o/f746xx/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/f746xx/dma2d
Package dma2d provides interface to DMA2D Controller.
Package dma2d provides interface to DMA2D Controller.
o/f746xx/eth
Package eth provides interface to Ethernet MAC.
Package eth provides interface to Ethernet MAC.
o/f746xx/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/f746xx/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/f746xx/fmc
Package fmc provides interface to .
Package fmc provides interface to .
o/f746xx/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE GPIOI mmap.GPIOI_BASE GPIOJ mmap.GPIOJ_BASE GPIOK mmap.GPIOK_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE GPIOI mmap.GPIOI_BASE GPIOJ mmap.GPIOJ_BASE GPIOK mmap.GPIOK_BASE Registers: 0x00 32 MODER Port mode register.
o/f746xx/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/f746xx/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/f746xx/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/f746xx/lptim
Package lptim provides interface to LPTIMIMER.
Package lptim provides interface to LPTIMIMER.
o/f746xx/ltdc
Package ltdc provides interface to LCD-TFT Display Controller.
Package ltdc provides interface to LCD-TFT Display Controller.
o/f746xx/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/f746xx/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/f746xx/quadspi
Package quadspi provides interface to QUAD Serial Peripheral Interface.
Package quadspi provides interface to QUAD Serial Peripheral Interface.
o/f746xx/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/f746xx/rng
Package rng provides interface to RNG.
Package rng provides interface to RNG.
o/f746xx/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/f746xx/sai
Package sai provides interface to Serial Audio Interface.
Package sai provides interface to Serial Audio Interface.
o/f746xx/sdmmc
Package sdmmc provides interface to SD host Interface.
Package sdmmc provides interface to SD host Interface.
o/f746xx/spdifrx
Package spdifrx provides interface to SPDIF-RX Interface.
Package spdifrx provides interface to SPDIF-RX Interface.
o/f746xx/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/f746xx/syscfg
Package syscfg provides interface to System configuration controller.
Package syscfg provides interface to System configuration controller.
o/f746xx/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/f746xx/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/f746xx/usb
Package usb provides interface to .
Package usb provides interface to .
o/f746xx/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/l1xx_md/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/l1xx_md/aes
Package aes provides interface to AES hardware accelerator.
Package aes provides interface to AES hardware accelerator.
o/l1xx_md/comp
Package comp provides interface to Comparator.
Package comp provides interface to Comparator.
o/l1xx_md/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/l1xx_md/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/l1xx_md/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/l1xx_md/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/l1xx_md/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/l1xx_md/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/l1xx_md/fsmc
Package fsmc provides interface to .
Package fsmc provides interface to .
o/l1xx_md/gpio
Package gpio provides interface to General Purpose IO.
Package gpio provides interface to General Purpose IO.
o/l1xx_md/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/l1xx_md/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/l1xx_md/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/l1xx_md/lcd
Package lcd provides interface to LCD.
Package lcd provides interface to LCD.
o/l1xx_md/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/l1xx_md/ob
Package ob provides interface to Option Bytes Registers.
Package ob provides interface to Option Bytes Registers.
o/l1xx_md/opamp
Package opamp provides interface to Operational Amplifier (OPAMP).
Package opamp provides interface to Operational Amplifier (OPAMP).
o/l1xx_md/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/l1xx_md/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/l1xx_md/ri
Package ri provides interface to Routing Interface.
Package ri provides interface to Routing Interface.
o/l1xx_md/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/l1xx_md/sdio
Package sdio provides interface to SD host Interface.
Package sdio provides interface to SD host Interface.
o/l1xx_md/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/l1xx_md/syscfg
Package syscfg provides interface to SysTem Configuration.
Package syscfg provides interface to SysTem Configuration.
o/l1xx_md/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/l1xx_md/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/l1xx_md/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
o/l476xx/adc
Package adc provides interface to Analog to Digital Converter.
Package adc provides interface to Analog to Digital Converter.
o/l476xx/can
Package can provides interface to Controller Area Network.
Package can provides interface to Controller Area Network.
o/l476xx/comp
Package comp provides interface to Comparator.
Package comp provides interface to Comparator.
o/l476xx/crc
Package crc provides interface to CRC calculation unit.
Package crc provides interface to CRC calculation unit.
o/l476xx/dac
Package dac provides interface to Digital to Analog Converter.
Package dac provides interface to Digital to Analog Converter.
o/l476xx/dbgmcu
Package dbgmcu provides interface to Debug MCU.
Package dbgmcu provides interface to Debug MCU.
o/l476xx/dfsdm
Package dfsdm provides interface to .
Package dfsdm provides interface to .
o/l476xx/dma
Package dma provides interface to DMA Controller.
Package dma provides interface to DMA Controller.
o/l476xx/exti
Package exti provides interface to External Interrupt/Event Controller.
Package exti provides interface to External Interrupt/Event Controller.
o/l476xx/firewall
Package firewall provides interface to Firewall.
Package firewall provides interface to Firewall.
o/l476xx/flash
Package flash provides interface to FLASH Registers.
Package flash provides interface to FLASH Registers.
o/l476xx/fmc
Package fmc provides interface to .
Package fmc provides interface to .
o/l476xx/gpio
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE Registers: 0x00 32 MODER Port mode register.
Package gpio provides interface to General Purpose I/O. Peripheral: GPIO_Periph General Purpose I/O. Instances: GPIOA mmap.GPIOA_BASE GPIOB mmap.GPIOB_BASE GPIOC mmap.GPIOC_BASE GPIOD mmap.GPIOD_BASE GPIOE mmap.GPIOE_BASE GPIOF mmap.GPIOF_BASE GPIOG mmap.GPIOG_BASE GPIOH mmap.GPIOH_BASE Registers: 0x00 32 MODER Port mode register.
o/l476xx/i2c
Package i2c provides interface to Inter-integrated Circuit Interface.
Package i2c provides interface to Inter-integrated Circuit Interface.
o/l476xx/irq
Package irq provides list of external interrupts.
Package irq provides list of external interrupts.
o/l476xx/iwdg
Package iwdg provides interface to Independent WATCHDOG.
Package iwdg provides interface to Independent WATCHDOG.
o/l476xx/lcd
Package lcd provides interface to LCD.
Package lcd provides interface to LCD.
o/l476xx/lptim
Package lptim provides interface to LPTIMER.
Package lptim provides interface to LPTIMER.
o/l476xx/mmap
Package mmap provides base memory adresses for all peripherals.
Package mmap provides base memory adresses for all peripherals.
o/l476xx/opamp
Package opamp provides interface to Operational Amplifier (OPAMP).
Package opamp provides interface to Operational Amplifier (OPAMP).
o/l476xx/pwr
Package pwr provides interface to Power Control.
Package pwr provides interface to Power Control.
o/l476xx/quadspi
Package quadspi provides interface to QUAD Serial Peripheral Interface.
Package quadspi provides interface to QUAD Serial Peripheral Interface.
o/l476xx/rcc
Package rcc provides interface to Reset and Clock Control.
Package rcc provides interface to Reset and Clock Control.
o/l476xx/rng
Package rng provides interface to RNG.
Package rng provides interface to RNG.
o/l476xx/rtc
Package rtc provides interface to Real-Time Clock.
Package rtc provides interface to Real-Time Clock.
o/l476xx/sai
Package sai provides interface to Serial Audio Interface.
Package sai provides interface to Serial Audio Interface.
o/l476xx/sdmmc
Package sdmmc provides interface to Secure digital input/output Interface.
Package sdmmc provides interface to Secure digital input/output Interface.
o/l476xx/spi
Package spi provides interface to Serial Peripheral Interface.
Package spi provides interface to Serial Peripheral Interface.
o/l476xx/swpmi
Package swpmi provides interface to Single Wire Protocol Master Interface SPWMI.
Package swpmi provides interface to Single Wire Protocol Master Interface SPWMI.
o/l476xx/syscfg
Package syscfg provides interface to System configuration controller.
Package syscfg provides interface to System configuration controller.
o/l476xx/tim
Package tim provides interface to TIM.
Package tim provides interface to TIM.
o/l476xx/tsc
Package tsc provides interface to Touch Sensing Controller (TSC).
Package tsc provides interface to Touch Sensing Controller (TSC).
o/l476xx/usart
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
Package usart provides interface to Universal Synchronous Asynchronous Receiver Transmitter.
o/l476xx/usb
Package usb provides interface to .
Package usb provides interface to .
o/l476xx/vrefbuf
Package vrefbuf provides interface to VREFBUF.
Package vrefbuf provides interface to VREFBUF.
o/l476xx/wwdg
Package wwdg provides interface to Window WATCHDOG.
Package wwdg provides interface to Window WATCHDOG.
onedci
Package onedci usese STM32 UART/USART peripheral to implement onewire.DCI.
Package onedci usese STM32 UART/USART peripheral to implement onewire.DCI.
tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL