Home
last modified time | relevance | path

Searched refs:BSRR (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/qtest/
H A Dstm32l4x5_gpio-test.c33 #define BSRR 0x18 macro
486 gpio_writel(gpio, BSRR, (1 << pin)); in test_bsrr_brr()
489 gpio_writel(gpio, BSRR, (1 << (pin + NUM_GPIO_PINS))); in test_bsrr_brr()
492 gpio_writel(gpio, BSRR, (1 << pin)); in test_bsrr_brr()
499 gpio_writel(gpio, BSRR, (1 << pin) | (1 << (pin + NUM_GPIO_PINS))); in test_bsrr_brr()