Searched refs:RCC_APB1ENR1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_usart-test.c | 352 check_clock(qts, "machine/soc/usart[1]/clk", RCC_APB1ENR1, 17); in test_clock_enable() 353 check_clock(qts, "machine/soc/usart[2]/clk", RCC_APB1ENR1, 18); in test_clock_enable() 354 check_clock(qts, "machine/soc/uart[0]/clk", RCC_APB1ENR1, 19); in test_clock_enable() 355 check_clock(qts, "machine/soc/uart[1]/clk", RCC_APB1ENR1, 20); in test_clock_enable()
|
H A D | stm32l4x5.h | 24 #define RCC_APB1ENR1 0x40021058 macro
|