mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
nucleo-f302r8: remove obsolete spi_divtable
This commit is contained in:
parent
ce05711498
commit
7ef2747498
@ -125,28 +125,8 @@ static const pwm_conf_t pwm_config[] = {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @name SPI configuration
|
* @name SPI configuration
|
||||||
*
|
|
||||||
* @note The spi_divtable is auto-generated from
|
|
||||||
* `cpu/stm32_common/dist/spi_divtable/spi_divtable.c`
|
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
static const uint8_t spi_divtable[2][5] = {
|
|
||||||
{ /* for APB1 @ 36000000Hz */
|
|
||||||
7, /* -> 140625Hz */
|
|
||||||
6, /* -> 281250Hz */
|
|
||||||
4, /* -> 1125000Hz */
|
|
||||||
2, /* -> 4500000Hz */
|
|
||||||
1 /* -> 9000000Hz */
|
|
||||||
},
|
|
||||||
{ /* for APB2 @ 72000000Hz */
|
|
||||||
7, /* -> 281250Hz */
|
|
||||||
7, /* -> 281250Hz */
|
|
||||||
5, /* -> 1125000Hz */
|
|
||||||
3, /* -> 4500000Hz */
|
|
||||||
2 /* -> 9000000Hz */
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
static const spi_conf_t spi_config[] = {
|
static const spi_conf_t spi_config[] = {
|
||||||
{
|
{
|
||||||
.dev = SPI2,
|
.dev = SPI2,
|
||||||
|
Loading…
Reference in New Issue
Block a user