Searched +full:wakeup +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance
4 * Copyright (c) 2023-2024 Arnaud Minier <arnaud.minier@telecom-paris.fr>5 * Copyright (c) 2023-2024 Inès Varhol <ines.varhol@telecom-paris.fr>7 * SPDX-License-Identifier: GPL-2.0-or-later10 * See the COPYING file in the top-level directory.20 * for STM32L4x5 and STM32L4x6 advanced Arm ® -based 32-bit MCUs.21 * https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5/documentation.html27 #include "system/address-spaces.h"29 #include "hw/or-irq.h"33 #include "hw/qdev-clock.h"49 * Some IRQs are connected to the same CPU IRQ (denoted by -1)[all …]
4 * Copyright (C) 2006-2008 Andrzej Zaborowski <balrog@zabor.org>22 #include "qemu/error-report.h"23 #include "qemu/main-loop.h"26 #include "system/address-spaces.h"29 #include "hw/qdev-properties.h"44 #include "target/arm/cpu-qom.h"49 qemu_log_mask(LOG_GUEST_ERROR, "%s: %d-bit register %#08" HWADDR_PRIx "\n", in omap_log_badwidth()127 uint64_t distance = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) - timer->time; in omap_timer_read()129 if (timer->st && timer->enable && timer->rate) in omap_timer_read()130 return timer->val - muldiv64(distance >> (timer->ptv + 1), in omap_timer_read()[all …]