14.16. stm32f3discovery — STM32F3DISCOVERY

Source code: src/boards/stm32f3discovery/board.h, src/boards/stm32f3discovery/board.c

Hardware reference: STM32F3DISCOVERY


Defines

pin_pa0_dev pin_device[]
pin_pa1_dev pin_device[]
pin_pa2_dev pin_device[]
pin_pa3_dev pin_device[]
pin_pa4_dev pin_device[]
pin_pa5_dev pin_device[]
pin_pa6_dev pin_device[]
pin_pa7_dev pin_device[]
pin_pa8_dev pin_device[]
pin_pa9_dev pin_device[]
pin_pa10_dev pin_device[]
pin_pa11_dev pin_device[]
pin_pa12_dev pin_device[]
pin_pa13_dev pin_device[]
pin_pa14_dev pin_device[]
pin_pa15_dev pin_device[]
pin_pb0_dev pin_device[]
pin_pb1_dev pin_device[]
pin_pb2_dev pin_device[]
pin_pb3_dev pin_device[]
pin_pb4_dev pin_device[]
pin_pb5_dev pin_device[]
pin_pb6_dev pin_device[]
pin_pb7_dev pin_device[]
pin_pb8_dev pin_device[]
pin_pb9_dev pin_device[]
pin_pb10_dev pin_device[]
pin_pb11_dev pin_device[]
pin_pb12_dev pin_device[]
pin_pb13_dev pin_device[]
pin_pb14_dev pin_device[]
pin_pb15_dev pin_device[]
pin_pc0_dev pin_device[]
pin_pc1_dev pin_device[]
pin_pc2_dev pin_device[]
pin_pc3_dev pin_device[]
pin_pc4_dev pin_device[]
pin_pc5_dev pin_device[]
pin_pc6_dev pin_device[]
pin_pc7_dev pin_device[]
pin_pc8_dev pin_device[]
pin_pc9_dev pin_device[]
pin_pc10_dev pin_device[]
pin_pc11_dev pin_device[]
pin_pc12_dev pin_device[]
pin_pc13_dev pin_device[]
pin_pc14_dev pin_device[]
pin_pc15_dev pin_device[]
pin_pd0_dev pin_device[]
pin_pd1_dev pin_device[]
pin_pd2_dev pin_device[]
pin_pd3_dev pin_device[]
pin_pd4_dev pin_device[]
pin_pd5_dev pin_device[]
pin_pd6_dev pin_device[]
pin_pd7_dev pin_device[]
pin_pd8_dev pin_device[]
pin_pd9_dev pin_device[]
pin_pd10_dev pin_device[]
pin_pd11_dev pin_device[]
pin_pd12_dev pin_device[]
pin_pd13_dev pin_device[]
pin_pd14_dev pin_device[]
pin_pd15_dev pin_device[]
pin_pe0_dev pin_device[]
pin_pe1_dev pin_device[]
pin_pe2_dev pin_device[]
pin_pe3_dev pin_device[]
pin_pe4_dev pin_device[]
pin_pe5_dev pin_device[]
pin_pe6_dev pin_device[]
pin_pe7_dev pin_device[]
pin_pe8_dev pin_device[]
pin_pe9_dev pin_device[]
pin_pe10_dev pin_device[]
pin_pe11_dev pin_device[]
pin_pe12_dev pin_device[]
pin_pe13_dev pin_device[]
pin_pe14_dev pin_device[]
pin_pe15_dev pin_device[]
uart_0_dev uart_device[0]
uart_1_dev uart_device[1]
uart_2_dev uart_device[2]
spi_0_dev spi_device[0]
spi_1_dev spi_device[1]
spi_2_dev spi_device[2]
i2c_0_dev i2c_device[0]
i2c_1_dev i2c_device[1]
can_0_dev can_device[0]
flash_0_dev flash_device[0]

Functions

int board_pin_string_to_device_index(const char *str_p)

Convert given pin string to the pin number.

Return
Pin number of negative error code.
Parameters
  • str_p: Pin as a string.