Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Auto generated API documentation and code listings for platform_drivers
gpio_desc | Structure holding the GPIO descriptor |
gpio_init_param | Structure holding the parameters for GPIO initialization |
mbed_gpio_desc | GPIO specific descriptor for the mbed platform |
mbed_gpio_init_param | Structure holding the GPIO init parameters for mbed platform |
mbed_i2c_desc | I2C specific descriptor for the mbed platform |
mbed_i2c_init_param | Structure holding the I2C init parameters for mbed platform |
mbed_spi_desc | SPI specific descriptor for the mbed platform |
mbed_spi_init_param | Structure holding the SPI init parameters for mbed platform |
mbed_uart_desc | UART specific descriptor for the mbed platform |
mbed_uart_init_param | Structure holding the UART init parameters for mbed platform |
uart_desc | Stucture holding the UART descriptor |
uart_init_param | Structure holding the parameters for UART initialization |
Code
crc.h [code] | Generic header file for all CRC computation algorithms |
crc8.c [code] | Source file of CRC-8 computation |
crc8.h [code] | Header file of CRC-8 computation |
delay.cpp [code] | Implementation of delay functionality |
delay.h [code] | |
error.h [code] | Error codes definition |
gpio.cpp [code] | Implementation of GPIO No-OS platform driver interfaces |
gpio.h [code] | Header file of GPIO Interface |
gpio_extra.h [code] | : Header containing extra types required for GPIO interface |
i2c.cpp [code] | Implementation of I2C No-OS platform driver interfaces |
i2c.h [code] | |
i2c_extra.h [code] | : Header containing extra types required for I2C interface |
platform_drivers.h [code] | Header file of Generic Platform Drivers |
platform_support.cpp [code] | : support functions and declarations for particular platform |
platform_support.h [code] | : support functions and declarations for selected platform |
spi.cpp [code] | Implementation of SPI No-OS platform driver interfaces |
spi.h [code] | |
spi_extra.h [code] | : Header containing extra types required for SPI interface |
uart.cpp [code] | Implementation of UART No-OS platform driver interfaces |
uart.h [code] | Header file of UART interface |
uart_extra.h [code] | : Header containing extra types required for UART interface |
util.c [code] | Implementation of utility functions |
util.h [code] | Implementation of utility functions |