#include <assert.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "ui/ui_mode_transition.h"
#include "ui/ui_shortcuts.h"
#include "ui/ui_mute_backend.h"
#include "ui/ui_input.h"
#include "tests/stubs/ch.h"
Fonctions | |
systime_t | chVTGetSystemTimeX (void) |
systime_t | chVTGetSystemTime (void) |
void | chThdSleepMilliseconds (uint32_t ms) |
void | chSysLock (void) |
void | chSysUnlock (void) |
void | chSysLockFromISR (void) |
void | chSysUnlockFromISR (void) |
bool | ui_overlay_is_active (void) |
bool | ui_input_shift_is_pressed (void) |
État de la touche SHIFT (abstraction UI). | |
int | main (void) |
Variables | |
bool | g_stub_mute_clear_called |
void chSysLock | ( | void | ) |
void chSysLockFromISR | ( | void | ) |
void chSysUnlock | ( | void | ) |
void chSysUnlockFromISR | ( | void | ) |
void chThdSleepMilliseconds | ( | uint32_t | ms | ) |
systime_t chVTGetSystemTime | ( | void | ) |
systime_t chVTGetSystemTimeX | ( | void | ) |
int main | ( | void | ) |
bool ui_input_shift_is_pressed | ( | void | ) |
État de la touche SHIFT (abstraction UI).
bool ui_overlay_is_active | ( | void | ) |
Vrai si un overlay est actif.
|
extern |