Searched refs:Stm32l4x5SyscfgState (Results 1 – 3 of 3) sorted by relevance
73 Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(obj); in stm32l4x5_syscfg_hold_reset()90 Stm32l4x5SyscfgState *s = opaque; in stm32l4x5_syscfg_set_irq()109 Stm32l4x5SyscfgState *s = opaque; in stm32l4x5_syscfg_read()139 Stm32l4x5SyscfgState *s = opaque; in stm32l4x5_syscfg_write()222 Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(obj); in stm32l4x5_syscfg_init()236 Stm32l4x5SyscfgState *s = STM32L4X5_SYSCFG(dev); in stm32l4x5_syscfg_realize()248 VMSTATE_UINT32(memrmp, Stm32l4x5SyscfgState),249 VMSTATE_UINT32(cfgr1, Stm32l4x5SyscfgState),250 VMSTATE_UINT32_ARRAY(exticr, Stm32l4x5SyscfgState,252 VMSTATE_UINT32(scsr, Stm32l4x5SyscfgState),[all …]
32 OBJECT_DECLARE_SIMPLE_TYPE(Stm32l4x5SyscfgState, STM32L4X5_SYSCFG)36 struct Stm32l4x5SyscfgState { struct
55 Stm32l4x5SyscfgState syscfg;