Searched defs:Stm32l4x5GpioState (Results 1 – 1 of 1) sorted by relevance
31 struct Stm32l4x5GpioState { struct32 SysBusDevice parent_obj;34 MemoryRegion mmio;37 uint32_t moder;38 uint32_t otyper;39 uint32_t ospeedr;40 uint32_t pupdr;41 uint32_t idr;42 uint32_t odr;43 uint32_t lckr;[all …]