Mercurial > lcfOS
view python/stm32f4/stm32f4xx.c3 @ 267:e7c8f7eb3f59
Added tag Working chain 1 for changeset 649884d9dc61
author | Windel Bouwman |
---|---|
date | Mon, 12 Aug 2013 20:14:47 +0200 |
parents | 6ed3d3a82a63 |
children |
line wrap: on
line source
package stm32f4xx; type struct { int MODER; int OTYPER; int OSPEEDR; int PUPDR; int IDR; int ODR; }* GPIO_Type; type struct { int CR; int PLLCFGR; int CFGR; int CIR; int AHB1RSTR; int AHB2RSTR; int AHB3RSTR; int reserved0; int APB1RSTR; int APB2RSTR; int reserved1a, reserved1b; int AHB1ENR; int AHB2ENR; int AHB3ENR; int reserved2; int APB1ENR, APB2ENR; }* RCC_Type;