SYMBOL INDEX (1228 symbols across 197 files) FILE: doxygen/snippets/qepn_qhist.c type ToastOven (line 1) | typedef struct { function QState (line 8) | static QState ToastOven_doorClosed(ToastOven * const me) { function QState (line 21) | static QState ToastOven_doorOpen(ToastOven * const me) { FILE: doxygen/snippets/qepn_qhsm.c type Calc (line 1) | typedef struct { FILE: doxygen/snippets/qepn_qhsm_ctor.c function Alarm_ctor (line 1) | void Alarm_ctor(Alarm * const me) { FILE: doxygen/snippets/qepn_qhsm_use.c function main (line 8) | int main() { FILE: doxygen/snippets/qepn_qinit.c function Pelican_ctor (line 2) | void Pelican_ctor(Pelican * const me) { function QState (line 7) | QState Pelican_initial(Pelican * const me) { /* the initial pseudo-state */ function QState (line 11) | QState Pelican_operational(Pelican * const me) { /* a regular state hand... FILE: doxygen/snippets/qepn_qtran.c function QState (line 2) | QState Pelican_carsGreenNoPed(Pelican * const me) { function QState (line 26) | QState Pelican_carsGreenPedWait(Pelican * const me) { FILE: doxygen/snippets/qfn_armx.c function QState (line 2) | QState Pelican_carsGreen(Pelican * const me) { function QState (line 31) | QState Pelican_carsGreen(Pelican * const me) { FILE: doxygen/snippets/qfn_main.c function int_t (line 17) | int_t main (void) { FILE: doxygen/snippets/qfn_post.c function __interrupt (line 3) | __interrupt void TIMER0_A0_ISR(void) { function QState (line 17) | static QState Ship_flying(Ship * const me) { FILE: doxygen/snippets/qfn_postx.c function SysTick_Handler (line 2) | void SysTick_Handler(void) { function QState (line 13) | static QState Ship_flying(Ship * const me) { FILE: doxygen/snippets/qfn_qactive.c type Pelican (line 2) | typedef struct { function Pelican_ctor (line 8) | void Pelican_ctor(Pelican * const me, uint8_t timeout) { FILE: doxygen/snippets/qfn_tickx.c function __interrupt (line 3) | __interrupt void timerA_ISR(void) { function __interrupt (line 10) | __interrupt void timerA_ISR(void) { FILE: doxygen/snippets/qkn_lock.c function BSP_random (line 1) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... FILE: doxygen/snippets/qkn_oncontextsw.c function QK_onContextSw (line 3) | void QK_onContextSw(uint_fast8_t prev, uint_fast8_t next) { FILE: examples/arm-cm/blinky_efm32-slstk3401a/blinky.c type Blinky (line 41) | typedef struct BlinkyTag { /* the Blinky active object */ function Blinky_ctor (line 54) | void Blinky_ctor(void) { function QState (line 60) | QState Blinky_initial(Blinky * const me) { function QState (line 66) | QState Blinky_off(Blinky * const me) { function QState (line 86) | QState Blinky_on(Blinky * const me) { FILE: examples/arm-cm/blinky_efm32-slstk3401a/blinky.h type BlinkySignals (line 37) | enum BlinkySignals { type BlinkyTag (line 47) | struct BlinkyTag FILE: examples/arm-cm/blinky_efm32-slstk3401a/main.c function main (line 48) | int main(void) { FILE: examples/arm-cm/blinky_efm32-slstk3401a/qk/bsp.c type KernelUnawareISRs (line 49) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 56) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 86) | void BSP_init(void) { function BSP_ledOff (line 135) | void BSP_ledOff(void) { function BSP_ledOn (line 140) | void BSP_ledOn(void) { function QF_onStartup (line 151) | void QF_onStartup(void) { function QK_onIdle (line 170) | void QK_onIdle(void) { function Q_NORETURN (line 187) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/blinky_efm32-slstk3401a/qv/bsp.c type KernelUnawareISRs (line 49) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 56) | enum KernelAwareISRs { function SysTick_Handler (line 79) | void SysTick_Handler(void) { function BSP_init (line 85) | void BSP_init(void) { function BSP_ledOff (line 120) | void BSP_ledOff(void) { function BSP_ledOn (line 125) | void BSP_ledOn(void) { function QF_onStartup (line 136) | void QF_onStartup(void) { function QV_onIdle (line 155) | void QV_onIdle(void) { /* CATION: called with interrupts DISABLED, NOTE0... function Q_NORETURN (line 174) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/blinky_ek-tm4c123gxl/blinky.c type Blinky (line 41) | typedef struct BlinkyTag { /* the Blinky active object */ function Blinky_ctor (line 54) | void Blinky_ctor(void) { function QState (line 60) | QState Blinky_initial(Blinky * const me) { function QState (line 66) | QState Blinky_off(Blinky * const me) { function QState (line 86) | QState Blinky_on(Blinky * const me) { FILE: examples/arm-cm/blinky_ek-tm4c123gxl/blinky.h type BlinkySignals (line 37) | enum BlinkySignals { type BlinkyTag (line 47) | struct BlinkyTag FILE: examples/arm-cm/blinky_ek-tm4c123gxl/main.c function main (line 48) | int main(void) { FILE: examples/arm-cm/blinky_ek-tm4c123gxl/qk/bsp.c type KernelUnawareISRs (line 50) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 57) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 86) | void BSP_init(void) { function BSP_ledOff (line 134) | void BSP_ledOff(void) { function BSP_ledOn (line 138) | void BSP_ledOn(void) { function QF_onStartup (line 148) | void QF_onStartup(void) { function QK_onIdle (line 167) | void QK_onIdle(void) { function Q_NORETURN (line 184) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/blinky_ek-tm4c123gxl/qv/bsp.c type KernelUnawareISRs (line 50) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 57) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 84) | void BSP_init(void) { function BSP_ledOff (line 118) | void BSP_ledOff(void) { function BSP_ledOn (line 122) | void BSP_ledOn(void) { function QF_onStartup (line 132) | void QF_onStartup(void) { function QV_onIdle (line 151) | void QV_onIdle(void) { /* CATION: called with interrupts DISABLED, NOTE0... function Q_NORETURN (line 168) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_efm32-slstk3401a/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/arm-cm/dpp_efm32-slstk3401a/main.c function int_t (line 54) | int_t main() { FILE: examples/arm-cm/dpp_efm32-slstk3401a/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/arm-cm/dpp_efm32-slstk3401a/qk/bsp.c type KernelUnawareISRs (line 49) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 56) | enum KernelAwareISRs { function SysTick_Handler (line 81) | void SysTick_Handler(void) { function GPIO_EVEN_IRQHandler (line 118) | void GPIO_EVEN_IRQHandler(void) { function BSP_init (line 125) | void BSP_init(void) { function BSP_displayPhilStat (line 175) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 185) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 194) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 213) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 217) | void BSP_terminate(int16_t result) { function QF_onStartup (line 222) | void QF_onStartup(void) { function QK_onIdle (line 244) | void QK_onIdle(void) { function Q_NORETURN (line 261) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_efm32-slstk3401a/qv/bsp.c type KernelUnawareISRs (line 49) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 56) | enum KernelAwareISRs { function SysTick_Handler (line 82) | void SysTick_Handler(void) { function GPIO_EVEN_IRQHandler (line 115) | void GPIO_EVEN_IRQHandler(void) { function BSP_init (line 120) | void BSP_init(void) { function BSP_displayPhilStat (line 157) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 167) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 176) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 192) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 196) | void BSP_terminate(int16_t result) { function QF_onStartup (line 201) | void QF_onStartup(void) { function QV_onIdle (line 223) | void QV_onIdle(void) { /* CATION: called with interrupts DISABLED, NOTE0... function Q_NORETURN (line 242) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_efm32-slstk3401a/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/arm-cm/dpp_efm32-slstk3401a/win32-gui/bsp.c function DWORD (line 61) | static DWORD WINAPI appThread(LPVOID par) { function WinMain (line 67) | int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, function LRESULT (line 98) | static LRESULT CALLBACK WndProc(HWND hWnd, UINT iMsg, function QF_onStartup (line 201) | void QF_onStartup(void) { function QF_onCleanup (line 205) | void QF_onCleanup(void) { function QF_onClockTickISR (line 208) | void QF_onClockTickISR(void) { function Q_NORETURN (line 213) | Q_NORETURN Q_onAssert(char const * const module, int_t loc) { function BSP_init (line 225) | void BSP_init(void) { function BSP_terminate (line 228) | void BSP_terminate(int16_t result) { function BSP_displayPhilStat (line 239) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 254) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 261) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number genera... function BSP_randomSeed (line 269) | void BSP_randomSeed(uint32_t seed) { FILE: examples/arm-cm/dpp_ek-tm4c123gxl/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/arm-cm/dpp_ek-tm4c123gxl/main.c function int_t (line 54) | int_t main() { FILE: examples/arm-cm/dpp_ek-tm4c123gxl/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/arm-cm/dpp_ek-tm4c123gxl/qk/bsp.c type KernelUnawareISRs (line 50) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 57) | enum KernelAwareISRs { function SysTick_Handler (line 83) | void SysTick_Handler(void) { function GPIOPortA_IRQHandler (line 118) | void GPIOPortA_IRQHandler(void) { function BSP_init (line 126) | void BSP_init(void) { function BSP_displayPhilStat (line 176) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 181) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 185) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 204) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 208) | void BSP_terminate(int16_t result) { function QF_onStartup (line 214) | void QF_onStartup(void) { function QK_onContextSw (line 238) | void QK_onContextSw(uint_fast8_t prev, uint_fast8_t next) { function QK_onIdle (line 246) | void QK_onIdle(void) { function Q_NORETURN (line 263) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_ek-tm4c123gxl/qv/bsp.c type KernelUnawareISRs (line 50) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 57) | enum KernelAwareISRs { function SysTick_Handler (line 83) | void SysTick_Handler(void) { function GPIOPortA_IRQHandler (line 115) | void GPIOPortA_IRQHandler(void) { function BSP_init (line 121) | void BSP_init(void) { function BSP_displayPhilStat (line 157) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 162) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 166) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 179) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 183) | void BSP_terminate(int16_t result) { function QF_onStartup (line 189) | void QF_onStartup(void) { function QV_onIdle (line 210) | void QV_onIdle(void) { /* called with interrupts disabled, see NOTE01 */ function Q_NORETURN (line 227) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_ek-tm4c123gxl/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/arm-cm/dpp_mbed-lpc1768/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/arm-cm/dpp_mbed-lpc1768/main.c function int_t (line 54) | int_t main() { FILE: examples/arm-cm/dpp_mbed-lpc1768/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/arm-cm/dpp_mbed-lpc1768/qk/bsp.c type KernelUnawareISRs (line 47) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 54) | enum KernelAwareISRs { function SysTick_Handler (line 82) | void SysTick_Handler(void) { function EINT0_IRQHandler (line 118) | void EINT0_IRQHandler(void) { function BSP_init (line 126) | void BSP_init(void) { function BSP_displayPhilStat (line 154) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 169) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 178) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 187) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 191) | void BSP_terminate(int16_t result) { function QF_onStartup (line 197) | void QF_onStartup(void) { function QK_onIdle (line 218) | void QK_onIdle(void) { function Q_NORETURN (line 239) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_mbed-lpc1768/qv/bsp.c type KernelUnawareISRs (line 47) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 54) | enum KernelAwareISRs { function SysTick_Handler (line 82) | void SysTick_Handler(void) { function EINT0_IRQHandler (line 114) | void EINT0_IRQHandler(void) { function BSP_init (line 120) | void BSP_init(void) { function BSP_displayPhilStat (line 148) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 163) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 172) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 181) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 185) | void BSP_terminate(int16_t result) { function QF_onStartup (line 191) | void QF_onStartup(void) { function QV_onIdle (line 212) | void QV_onIdle(void) { /* called with interrupts disabled, see NOTE01 */ function Q_NORETURN (line 234) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_mbed-lpc1768/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/arm-cm/dpp_nucleo-l053r8/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/arm-cm/dpp_nucleo-l053r8/main.c function int_t (line 54) | int_t main() { FILE: examples/arm-cm/dpp_nucleo-l053r8/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/arm-cm/dpp_nucleo-l053r8/qk/bsp.c type KernelAwareISRs (line 47) | enum KernelAwareISRs { function SysTick_Handler (line 71) | void SysTick_Handler(void) { function BSP_init (line 109) | void BSP_init(void) { function BSP_displayPhilStat (line 138) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 147) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 157) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 166) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 170) | void BSP_terminate(int16_t result) { function QF_onStartup (line 176) | void QF_onStartup(void) { function QK_onContextSw (line 195) | void QK_onContextSw(uint_fast8_t prev, uint_fast8_t next) { function QK_onIdle (line 203) | void QK_onIdle(void) { function Q_NORETURN (line 231) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_nucleo-l053r8/qv/bsp.c type KernelAwareISRs (line 47) | enum KernelAwareISRs { function SysTick_Handler (line 71) | void SysTick_Handler(void) { function BSP_init (line 105) | void BSP_init(void) { function BSP_displayPhilStat (line 134) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 143) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 153) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 162) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 166) | void BSP_terminate(int16_t result) { function QF_onStartup (line 172) | void QF_onStartup(void) { function QV_onIdle (line 188) | void QV_onIdle(void) { /* called with interrupts disabled, see NOTE1 */ function Q_NORETURN (line 218) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_nucleo-l053r8/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/arm-cm/dpp_nucleo-l152re/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/arm-cm/dpp_nucleo-l152re/main.c function int_t (line 54) | int_t main() { FILE: examples/arm-cm/dpp_nucleo-l152re/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/arm-cm/dpp_nucleo-l152re/qk/bsp.c type KernelUnawareISRs (line 47) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 54) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 116) | void BSP_init(void) { function BSP_displayPhilStat (line 145) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 154) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 164) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 173) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 177) | void BSP_terminate(int16_t result) { function QF_onStartup (line 183) | void QF_onStartup(void) { function QK_onIdle (line 199) | void QK_onIdle(void) { function Q_NORETURN (line 227) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_nucleo-l152re/qv/bsp.c type KernelUnawareISRs (line 47) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 54) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 112) | void BSP_init(void) { function BSP_displayPhilStat (line 141) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 150) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 160) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 169) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 173) | void BSP_terminate(int16_t result) { function QF_onStartup (line 179) | void QF_onStartup(void) { function QV_onIdle (line 195) | void QV_onIdle(void) { /* called with interrupts disabled, see NOTE01 */ function Q_NORETURN (line 225) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/dpp_nucleo-l152re/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/arm-cm/game_efm32-slstk3401a/game.h type GameSignals (line 22) | enum GameSignals { /* signals used in the game */ type Tunnel (line 44) | struct Tunnel type Ship (line 45) | struct Ship type Missile (line 46) | struct Missile type GameBitmapIds (line 73) | enum GameBitmapIds { FILE: examples/arm-cm/game_efm32-slstk3401a/main.c function int_t (line 52) | int_t main() { FILE: examples/arm-cm/game_efm32-slstk3401a/mine1.c type Mine1 (line 28) | typedef struct Mine1 { function QHsm (line 61) | QHsm * Mine1_ctor(uint8_t id) { function QState (line 73) | static QState Mine1_initial(Mine1 * const me) { function QState (line 78) | static QState Mine1_unused(Mine1 * const me) { function QState (line 96) | static QState Mine1_used(Mine1 * const me) { function QState (line 119) | static QState Mine1_planted(Mine1 * const me) { function QState (line 184) | static QState Mine1_exploding(Mine1 * const me) { FILE: examples/arm-cm/game_efm32-slstk3401a/mine2.c type Mine2 (line 28) | typedef struct Mine2 { function QHsm (line 61) | QHsm * Mine2_ctor(uint8_t id) { function QState (line 73) | static QState Mine2_initial(Mine2 * const me) { function QState (line 78) | static QState Mine2_unused(Mine2 * const me) { function QState (line 96) | static QState Mine2_used(Mine2 * const me) { function QState (line 119) | static QState Mine2_planted(Mine2 * const me) { function QState (line 187) | static QState Mine2_exploding(Mine2 * const me) { FILE: examples/arm-cm/game_efm32-slstk3401a/missile.c type Missile (line 28) | typedef struct Missile { function Missile_ctor (line 60) | void Missile_ctor(uint8_t speed) { function QState (line 69) | static QState Missile_initial(Missile * const me) { function QState (line 74) | static QState Missile_armed(Missile * const me) { function QState (line 92) | static QState Missile_flying(Missile * const me) { function QState (line 134) | static QState Missile_exploding(Missile * const me) { FILE: examples/arm-cm/game_efm32-slstk3401a/qk/bsp.c function Q_DEFINE_THIS_FILE (line 46) | Q_DEFINE_THIS_FILE FILE: examples/arm-cm/game_efm32-slstk3401a/qv/bsp.c function Q_DEFINE_THIS_FILE (line 46) | Q_DEFINE_THIS_FILE FILE: examples/arm-cm/game_efm32-slstk3401a/ship.c type Ship (line 31) | typedef struct Ship { function Ship_ctor (line 62) | void Ship_ctor(void) { function QState (line 72) | static QState Ship_initial(Ship * const me) { function QState (line 77) | static QState Ship_active(Ship * const me) { function QState (line 93) | static QState Ship_parked(Ship * const me) { function QState (line 109) | static QState Ship_flying(Ship * const me) { function QState (line 183) | static QState Ship_exploding(Ship * const me) { FILE: examples/arm-cm/game_efm32-slstk3401a/tunnel.c type Tunnel (line 28) | typedef struct Tunnel { function Tunnel_ctor (line 74) | void Tunnel_ctor(void) { function Tunnel_advance (line 90) | static void Tunnel_advance(Tunnel * const me) { function Tunnel_plantMine (line 132) | static void Tunnel_plantMine(Tunnel * const me) { function Tunnel_dispatchToAllMines (line 175) | static void Tunnel_dispatchToAllMines(Tunnel * const me, QSignal sig, QP... function QState (line 188) | static QState Tunnel_initial(Tunnel * const me) { function QState (line 199) | static QState Tunnel_active(Tunnel * const me) { function QState (line 223) | static QState Tunnel_show_logo(Tunnel * const me) { function QState (line 281) | static QState Tunnel_demo(Tunnel * const me) { function QState (line 346) | static QState Tunnel_playing(Tunnel * const me) { function QState (line 448) | static QState Tunnel_game_over(Tunnel * const me) { function QState (line 496) | static QState Tunnel_screen_saver(Tunnel * const me) { function QState (line 517) | static QState Tunnel_screen_saver_hide(Tunnel * const me) { function QState (line 547) | static QState Tunnel_screen_saver_show(Tunnel * const me) { function QState (line 584) | static QState Tunnel_final(Tunnel * const me) { FILE: examples/arm-cm/game_efm32-slstk3401a/win32-gui/bsp.c function playerTrigger (line 77) | static void playerTrigger(void) { function BSP_init (line 83) | void BSP_init(void) { function BSP_terminate (line 86) | void BSP_terminate(int16_t result) { function BSP_updateScreen (line 101) | void BSP_updateScreen(void) { function BSP_clearFB (line 126) | void BSP_clearFB() { function BSP_clearWalls (line 136) | void BSP_clearWalls() { function BSP_isThrottle (line 146) | bool BSP_isThrottle(void) { /* is the throttle button depressed? */ function BSP_paintString (line 150) | void BSP_paintString(uint8_t x, uint8_t y, char const *str) { type Bitmap (line 256) | typedef struct { /* the auxiliary structure to hold const bitmaps */ function BSP_paintBitmap (line 378) | void BSP_paintBitmap(uint8_t x, uint8_t y, uint8_t bmp_id) { function BSP_advanceWalls (line 383) | void BSP_advanceWalls(uint8_t top, uint8_t bottom) { function BSP_doBitmapsOverlap (line 408) | bool BSP_doBitmapsOverlap(uint8_t bmp_id1, uint8_t x1, uint8_t y1, function BSP_isWallHit (line 472) | bool BSP_isWallHit(uint8_t bmp_id, uint8_t x, uint8_t y) { function BSP_updateScore (line 490) | void BSP_updateScore(uint16_t score) { function BSP_displayOn (line 518) | void BSP_displayOn(void) { function BSP_displayOff (line 522) | void BSP_displayOff(void) { function BSP_random (line 528) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number genera... function BSP_randomSeed (line 536) | void BSP_randomSeed(uint32_t seed) { function QF_onStartup (line 541) | void QF_onStartup(void) { function QF_onCleanup (line 545) | void QF_onCleanup(void) { function QF_onClockTickISR (line 548) | void QF_onClockTickISR(void) { function Q_NORETURN (line 558) | Q_NORETURN Q_onAssert(char const * const module, int_t loc) { function paintBits (line 570) | static void paintBits(uint8_t x, uint8_t y, uint8_t const *bits, uint8_t... function paintBitsClear (line 581) | static void paintBitsClear(uint8_t x, uint8_t y, function DWORD (line 602) | static DWORD WINAPI appThread(LPVOID par) { function WinMain (line 608) | int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, function LRESULT (line 639) | static LRESULT CALLBACK WndProc(HWND hWnd, UINT iMsg, FILE: examples/arm-cm/pelican_ek-tm4c123gxl/bsp.h type BSP_CarsSignal (line 39) | enum BSP_CarsSignal { type BSP_PedsSignal (line 43) | enum BSP_PedsSignal { type BSP_CarsSignal (line 49) | enum BSP_CarsSignal type BSP_PedsSignal (line 50) | enum BSP_PedsSignal FILE: examples/arm-cm/pelican_ek-tm4c123gxl/main.c function main (line 48) | int main (void) { FILE: examples/arm-cm/pelican_ek-tm4c123gxl/pelican.c type Pelican (line 35) | typedef struct Pelican { type Pelican (line 59) | struct Pelican function Pelican_ctor (line 70) | void Pelican_ctor(void) { function QState (line 77) | static QState Pelican_initial(Pelican * const me) { function QState (line 82) | static QState Pelican_operational(Pelican * const me) { function QState (line 116) | static QState Pelican_carsEnabled(Pelican * const me) { function QState (line 138) | static QState Pelican_carsGreen(Pelican * const me) { function QState (line 168) | static QState Pelican_carsGreenNoPed(Pelican * const me) { function QState (line 195) | static QState Pelican_carsGreenInt(Pelican * const me) { function QState (line 217) | static QState Pelican_carsGreenPedWait(Pelican * const me) { function QState (line 239) | static QState Pelican_carsYellow(Pelican * const me) { function QState (line 271) | static QState Pelican_pedsEnabled(Pelican * const me) { function QState (line 293) | static QState Pelican_pedsWalk(Pelican * const me) { function QState (line 324) | static QState Pelican_pedsFlash(Pelican * const me) { function QState (line 372) | static QState Pelican_offline(Pelican * const me) { FILE: examples/arm-cm/pelican_ek-tm4c123gxl/pelican.h type PelicanSignals (line 22) | enum PelicanSignals { type Pelican (line 35) | struct Pelican FILE: examples/arm-cm/pelican_ek-tm4c123gxl/qk/bsp.c type KernelUnawareISRs (line 50) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 57) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 114) | void BSP_init(void) { function BSP_showState (line 148) | void BSP_showState(char_t const *state) { function BSP_signalCars (line 152) | void BSP_signalCars(enum BSP_CarsSignal sig) { function BSP_signalPeds (line 173) | void BSP_signalPeds(enum BSP_PedsSignal sig) { function QF_onStartup (line 192) | void QF_onStartup(void) { function QF_stop (line 211) | void QF_stop(void) { function QK_onIdle (line 214) | void QK_onIdle(void) { function Q_NORETURN (line 231) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm-cm/pelican_ek-tm4c123gxl/qv/bsp.c type KernelUnawareISRs (line 50) | enum KernelUnawareISRs { /* see NOTE00 */ type KernelAwareISRs (line 57) | enum KernelAwareISRs { function SysTick_Handler (line 78) | void SysTick_Handler(void) { function BSP_init (line 110) | void BSP_init(void) { function BSP_showState (line 144) | void BSP_showState(char_t const *state) { function BSP_signalCars (line 148) | void BSP_signalCars(enum BSP_CarsSignal sig) { function BSP_signalPeds (line 169) | void BSP_signalPeds(enum BSP_PedsSignal sig) { function QF_onStartup (line 188) | void QF_onStartup(void) { function QF_stop (line 207) | void QF_stop(void) { function QV_onIdle (line 210) | void QV_onIdle(void) { /* CATION: called with interrupts DISABLED, NOTE0... function Q_NORETURN (line 227) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm7-9/dpp_at91sam7s-ek/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/arm7-9/dpp_at91sam7s-ek/main.c function int_t (line 54) | int_t main() { FILE: examples/arm7-9/dpp_at91sam7s-ek/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/arm7-9/dpp_at91sam7s-ek/qk/iar/bsp.c function __ramfunc (line 71) | __ramfunc function __ramfunc (line 83) | __ramfunc function __ramfunc (line 118) | __ramfunc function BSP_init (line 123) | void BSP_init(void) { function BSP_displayPhilStat (line 162) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 177) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 186) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 195) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 199) | void BSP_terminate(int16_t result) { function QF_onStartup (line 205) | void QF_onStartup(void) { function __ramfunc (line 224) | __ramfunc function Q_NORETURN (line 239) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm7-9/dpp_at91sam7s-ek/qv/iar/bsp.c function __ramfunc (line 71) | __ramfunc function __ramfunc (line 83) | __ramfunc function __ramfunc (line 118) | __ramfunc function BSP_init (line 123) | void BSP_init(void) { function BSP_displayPhilStat (line 162) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 177) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 186) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 195) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 199) | void BSP_terminate(int16_t result) { function QF_onStartup (line 205) | void QF_onStartup(void) { function __ramfunc (line 224) | __ramfunc function Q_NORETURN (line 239) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int loc) { FILE: examples/arm7-9/dpp_at91sam7s-ek/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/avr/blinky_arduino-uno/blinky.c type Blinky (line 41) | typedef struct BlinkyTag { /* the Blinky active object */ function Blinky_ctor (line 54) | void Blinky_ctor(void) { function QState (line 60) | QState Blinky_initial(Blinky * const me) { function QState (line 66) | QState Blinky_off(Blinky * const me) { function QState (line 86) | QState Blinky_on(Blinky * const me) { FILE: examples/avr/blinky_arduino-uno/blinky.h type BlinkySignals (line 37) | enum BlinkySignals { type BlinkyTag (line 47) | struct BlinkyTag FILE: examples/avr/blinky_arduino-uno/main.c function main (line 48) | int main(void) { FILE: examples/avr/blinky_arduino-uno/qk/gnu/bsp.c function ISR (line 51) | ISR(TIMER2_COMPA_vect) { function BSP_init (line 58) | void BSP_init(void) { function BSP_ledOff (line 63) | void BSP_ledOff(void) { function BSP_ledOn (line 67) | void BSP_ledOn(void) { function BSP_terminate (line 71) | void BSP_terminate(int16_t result) { function QF_onStartup (line 77) | void QF_onStartup(void) { function QF_onCleanup (line 87) | void QF_onCleanup(void) { function QK_onIdle (line 91) | void QK_onIdle(void) { function Q_NORETURN (line 109) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/avr/blinky_arduino-uno/qk/iar/bsp.c function __interrupt (line 53) | __interrupt void timer2_ISR(void) { function BSP_init (line 61) | void BSP_init(void) { function BSP_ledOff (line 66) | void BSP_ledOff(void) { function BSP_ledOn (line 70) | void BSP_ledOn(void) { function BSP_terminate (line 74) | void BSP_terminate(int16_t result) { function QF_onStartup (line 80) | void QF_onStartup(void) { function QF_onCleanup (line 90) | void QF_onCleanup(void) { function QK_onIdle (line 94) | void QK_onIdle(void) { function Q_NORETURN (line 112) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/avr/blinky_arduino-uno/qv/gnu/bsp.c function ISR (line 51) | ISR(TIMER2_COMPA_vect) { function BSP_init (line 56) | void BSP_init(void) { function BSP_ledOff (line 61) | void BSP_ledOff(void) { function BSP_ledOn (line 65) | void BSP_ledOn(void) { function BSP_terminate (line 69) | void BSP_terminate(int16_t result) { function QF_onStartup (line 75) | void QF_onStartup(void) { function QF_onCleanup (line 85) | void QF_onCleanup(void) { function QV_onIdle (line 89) | void QV_onIdle(void) { /* called with interrupts DISABLED, see NOTE1 */ function Q_NORETURN (line 106) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/avr/blinky_arduino-uno/qv/iar/bsp.c function __interrupt (line 53) | __interrupt void timer2_ISR(void) { function BSP_init (line 58) | void BSP_init(void) { function BSP_ledOff (line 63) | void BSP_ledOff(void) { function BSP_ledOn (line 67) | void BSP_ledOn(void) { function BSP_terminate (line 71) | void BSP_terminate(int16_t result) { function QF_onStartup (line 77) | void QF_onStartup(void) { function QF_onCleanup (line 87) | void QF_onCleanup(void) { function QV_onIdle (line 91) | void QV_onIdle(void) { /* called with interrupts DISABLED, see NOTE1 */ function Q_NORETURN (line 108) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/avr/dpp_arduino-uno/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/avr/dpp_arduino-uno/main.c function int_t (line 54) | int_t main() { FILE: examples/avr/dpp_arduino-uno/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/avr/dpp_arduino-uno/qk/gnu/bsp.c function ISR (line 57) | ISR(TIMER2_COMPA_vect) { function BSP_init (line 93) | void BSP_init(void) { function BSP_displayPhilStat (line 102) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 111) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 121) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 130) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 134) | void BSP_terminate(int16_t result) { function QF_onStartup (line 140) | void QF_onStartup(void) { function QF_onCleanup (line 150) | void QF_onCleanup(void) { function QK_onIdle (line 154) | void QK_onIdle(void) { function Q_NORETURN (line 172) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int location) { FILE: examples/avr/dpp_arduino-uno/qk/iar/bsp.c function __interrupt (line 58) | __interrupt void timer2_ISR(void) { function BSP_init (line 94) | void BSP_init(void) { function BSP_displayPhilStat (line 103) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 112) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 122) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 131) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 135) | void BSP_terminate(int16_t result) { function QF_onStartup (line 141) | void QF_onStartup(void) { function QF_onCleanup (line 151) | void QF_onCleanup(void) { function QK_onIdle (line 155) | void QK_onIdle(void) { function Q_NORETURN (line 173) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int location) { FILE: examples/avr/dpp_arduino-uno/qv/gnu/bsp.c function ISR (line 57) | ISR(TIMER2_COMPA_vect) { function BSP_init (line 89) | void BSP_init(void) { function BSP_displayPhilStat (line 98) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 107) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 117) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 126) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 130) | void BSP_terminate(int16_t result) { function QF_onStartup (line 136) | void QF_onStartup(void) { function QF_onCleanup (line 146) | void QF_onCleanup(void) { function QV_onIdle (line 150) | void QV_onIdle(void) { /* called with interrupts DISABLED, see NOTE1 */ function Q_NORETURN (line 168) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int location) { FILE: examples/avr/dpp_arduino-uno/qv/iar/bsp.c function __interrupt (line 58) | __interrupt void timer2_ISR(void) { function BSP_init (line 90) | void BSP_init(void) { function BSP_displayPhilStat (line 99) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 108) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 118) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 127) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 131) | void BSP_terminate(int16_t result) { function QF_onStartup (line 137) | void QF_onStartup(void) { function QF_onCleanup (line 147) | void QF_onCleanup(void) { function QV_onIdle (line 151) | void QV_onIdle(void) { /* called with interrupts DISABLED, see NOTE1 */ function Q_NORETURN (line 169) | Q_NORETURN Q_onAssert(char const Q_ROM * const module, int location) { FILE: examples/avr/dpp_arduino-uno/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/msp430/blinky_msp-exp430f5529lp/blinky.c type Blinky (line 41) | typedef struct BlinkyTag { /* the Blinky active object */ function Blinky_ctor (line 54) | void Blinky_ctor(void) { function QState (line 60) | QState Blinky_initial(Blinky * const me) { function QState (line 66) | QState Blinky_off(Blinky * const me) { function QState (line 86) | QState Blinky_on(Blinky * const me) { FILE: examples/msp430/blinky_msp-exp430f5529lp/blinky.h type BlinkySignals (line 37) | enum BlinkySignals { type BlinkyTag (line 47) | struct BlinkyTag FILE: examples/msp430/blinky_msp-exp430f5529lp/main.c function main (line 48) | int main(void) { FILE: examples/msp430/blinky_msp-exp430f5529lp/qk/bsp.c function BSP_init (line 75) | void BSP_init(void) { function BSP_ledOff (line 84) | void BSP_ledOff(void) { function BSP_ledOn (line 88) | void BSP_ledOn(void) { function QF_onStartup (line 94) | void QF_onStartup(void) { function QK_onIdle (line 100) | void QK_onIdle(void) { function Q_NORETURN (line 117) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/msp430/blinky_msp-exp430f5529lp/qv/bsp.c function BSP_init (line 75) | void BSP_init(void) { function BSP_ledOff (line 84) | void BSP_ledOff(void) { function BSP_ledOn (line 88) | void BSP_ledOn(void) { function QF_onStartup (line 94) | void QF_onStartup(void) { function QV_onIdle (line 100) | void QV_onIdle(void) { /* NOTE: called with interrutps DISABLED, see NOT... function Q_NORETURN (line 117) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/msp430/blinky_msp-exp430g2/blinky.c type Blinky (line 41) | typedef struct BlinkyTag { /* the Blinky active object */ function Blinky_ctor (line 54) | void Blinky_ctor(void) { function QState (line 60) | QState Blinky_initial(Blinky * const me) { function QState (line 66) | QState Blinky_off(Blinky * const me) { function QState (line 86) | QState Blinky_on(Blinky * const me) { FILE: examples/msp430/blinky_msp-exp430g2/blinky.h type BlinkySignals (line 37) | enum BlinkySignals { type BlinkyTag (line 47) | struct BlinkyTag FILE: examples/msp430/blinky_msp-exp430g2/main.c function main (line 48) | int main(void) { FILE: examples/msp430/blinky_msp-exp430g2/qk/bsp.c function BSP_init (line 71) | void BSP_init(void) { function BSP_ledOff (line 82) | void BSP_ledOff(void) { function BSP_ledOn (line 86) | void BSP_ledOn(void) { function QF_onStartup (line 91) | void QF_onStartup(void) { function QK_onIdle (line 97) | void QK_onIdle(void) { function Q_NORETURN (line 113) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/msp430/blinky_msp-exp430g2/qv/bsp.c function BSP_init (line 71) | void BSP_init(void) { function BSP_ledOff (line 82) | void BSP_ledOff(void) { function BSP_ledOn (line 86) | void BSP_ledOn(void) { function QF_onStartup (line 91) | void QF_onStartup(void) { function QV_onIdle (line 97) | void QV_onIdle(void) { /* NOTE: called with interrutps DISABLED, see NOT... function Q_NORETURN (line 113) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/msp430/dpp_msp-exp430g2/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/msp430/dpp_msp-exp430g2/main.c function int_t (line 54) | int_t main() { FILE: examples/msp430/dpp_msp-exp430g2/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/msp430/dpp_msp-exp430g2/qk/bsp.c type ButtonsDebouncing (line 71) | struct ButtonsDebouncing { function BSP_init (line 107) | void BSP_init(void) { function BSP_displayPhilStat (line 124) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 133) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 143) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 152) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 156) | void BSP_terminate(int16_t result) { function QF_onStartup (line 162) | void QF_onStartup(void) { function QK_onIdle (line 168) | void QK_onIdle(void) { function Q_NORETURN (line 184) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/msp430/dpp_msp-exp430g2/qv/bsp.c type ButtonsDebouncing (line 71) | struct ButtonsDebouncing { function BSP_init (line 107) | void BSP_init(void) { function BSP_displayPhilStat (line 124) | void BSP_displayPhilStat(uint8_t n, char const *stat) { function BSP_displayPaused (line 133) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 143) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number generat... function BSP_randomSeed (line 152) | void BSP_randomSeed(uint32_t seed) { function BSP_terminate (line 156) | void BSP_terminate(int16_t result) { function QF_onStartup (line 162) | void QF_onStartup(void) { function QV_onIdle (line 168) | void QV_onIdle(void) { /* NOTE: called with interrutps DISABLED, see NOT... function Q_NORETURN (line 185) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { FILE: examples/msp430/dpp_msp-exp430g2/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/pic24_dspic/blinky_microstick2-pic24/blinky.c type Blinky (line 41) | typedef struct BlinkyTag { /* the Blinky active object */ function Blinky_ctor (line 54) | void Blinky_ctor(void) { function QState (line 60) | QState Blinky_initial(Blinky * const me) { function QState (line 66) | QState Blinky_off(Blinky * const me) { function QState (line 86) | QState Blinky_on(Blinky * const me) { FILE: examples/pic24_dspic/blinky_microstick2-pic24/blinky.h type BlinkySignals (line 37) | enum BlinkySignals { type BlinkyTag (line 47) | struct BlinkyTag FILE: examples/pic24_dspic/blinky_microstick2-pic24/main.c function main (line 48) | int main(void) { FILE: examples/pic24_dspic/blinky_microstick2-pic24/qk/xc16/bsp.c function _T2Interrupt (line 61) | QK_ISR(no_auto_psv) _T2Interrupt() { function _INT0Interrupt (line 69) | QK_ISR(auto_psv) _INT0Interrupt() { function BSP_init (line 78) | void BSP_init(void) { function BSP_terminate (line 86) | void BSP_terminate(int16_t result) { function BSP_ledOff (line 90) | void BSP_ledOff(void) { function BSP_ledOn (line 94) | void BSP_ledOn(void) { function Q_NORETURN (line 99) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { function QF_onStartup (line 108) | void QF_onStartup(void) { /* entered with interrupts locked */ function QF_onCleanup (line 125) | void QF_onCleanup(void) { function QF_stop (line 128) | void QF_stop(void) { function QK_onIdle (line 131) | void QK_onIdle(void) { FILE: examples/pic24_dspic/blinky_microstick2-pic24/qv/xc16/bsp.c function _T2Interrupt (line 61) | void __attribute__((__interrupt__, auto_psv)) function _INT0Interrupt (line 69) | void __attribute__((__interrupt__, auto_psv)) function BSP_init (line 77) | void BSP_init(void) { function BSP_terminate (line 85) | void BSP_terminate(int16_t result) { function BSP_ledOff (line 89) | void BSP_ledOff(void) { function BSP_ledOn (line 93) | void BSP_ledOn(void) { function Q_NORETURN (line 98) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { function QF_onStartup (line 107) | void QF_onStartup(void) { /* entered with interrupts locked */ function QF_onCleanup (line 124) | void QF_onCleanup(void) { function QF_stop (line 127) | void QF_stop(void) { function QV_onIdle (line 130) | void QV_onIdle(void) { /* entered with interrupts DISABLED, see NOTE01 */ FILE: examples/pic24_dspic/dpp_microstick2-pic24/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/pic24_dspic/dpp_microstick2-pic24/main.c function int_t (line 54) | int_t main() { FILE: examples/pic24_dspic/dpp_microstick2-pic24/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/pic24_dspic/dpp_microstick2-pic24/qk/xc16/bsp.c function _T2Interrupt (line 62) | QK_ISR(no_auto_psv) _T2Interrupt() { function _INT0Interrupt (line 70) | QK_ISR(auto_psv) _INT0Interrupt() { function BSP_init (line 79) | void BSP_init(void) { function BSP_terminate (line 88) | void BSP_terminate(int16_t result) { function BSP_displayPhilStat (line 92) | void BSP_displayPhilStat(uint8_t n, char const Q_ROM *stat) { function BSP_displayPaused (line 98) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 102) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number genera... function BSP_randomSeed (line 110) | void BSP_randomSeed(uint32_t seed) { function Q_NORETURN (line 115) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { function QF_onStartup (line 124) | void QF_onStartup(void) { /* entered with interrupts locked */ function QF_onCleanup (line 141) | void QF_onCleanup(void) { function QK_onIdle (line 144) | void QK_onIdle(void) { FILE: examples/pic24_dspic/dpp_microstick2-pic24/qv/xc16/bsp.c function _T2Interrupt (line 62) | void __attribute__((__interrupt__, auto_psv)) function _INT0Interrupt (line 70) | void __attribute__((__interrupt__, auto_psv)) function BSP_init (line 78) | void BSP_init(void) { function BSP_terminate (line 87) | void BSP_terminate(int16_t result) { function BSP_displayPhilStat (line 91) | void BSP_displayPhilStat(uint8_t n, char const Q_ROM *stat) { function BSP_displayPaused (line 97) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 101) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number genera... function BSP_randomSeed (line 109) | void BSP_randomSeed(uint32_t seed) { function Q_NORETURN (line 114) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { function QF_onStartup (line 123) | void QF_onStartup(void) { /* entered with interrupts locked */ function QF_onCleanup (line 140) | void QF_onCleanup(void) { function QV_onIdle (line 143) | void QV_onIdle(void) { /* entered with interrupts DISABLED, see NOTE01 */ FILE: examples/pic24_dspic/dpp_microstick2-pic24/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/pic24_dspic/pelican_microstick2-pic24/bsp.h type BSP_CarsSignal (line 39) | enum BSP_CarsSignal { type BSP_PedsSignal (line 43) | enum BSP_PedsSignal { type BSP_CarsSignal (line 49) | enum BSP_CarsSignal type BSP_PedsSignal (line 50) | enum BSP_PedsSignal FILE: examples/pic24_dspic/pelican_microstick2-pic24/main.c function main (line 48) | int main (void) { FILE: examples/pic24_dspic/pelican_microstick2-pic24/pelican.c type Pelican (line 35) | typedef struct Pelican { type Pelican (line 59) | struct Pelican function Pelican_ctor (line 70) | void Pelican_ctor(void) { function QState (line 77) | static QState Pelican_initial(Pelican * const me) { function QState (line 82) | static QState Pelican_operational(Pelican * const me) { function QState (line 116) | static QState Pelican_carsEnabled(Pelican * const me) { function QState (line 138) | static QState Pelican_carsGreen(Pelican * const me) { function QState (line 168) | static QState Pelican_carsGreenNoPed(Pelican * const me) { function QState (line 195) | static QState Pelican_carsGreenInt(Pelican * const me) { function QState (line 217) | static QState Pelican_carsGreenPedWait(Pelican * const me) { function QState (line 239) | static QState Pelican_carsYellow(Pelican * const me) { function QState (line 271) | static QState Pelican_pedsEnabled(Pelican * const me) { function QState (line 293) | static QState Pelican_pedsWalk(Pelican * const me) { function QState (line 324) | static QState Pelican_pedsFlash(Pelican * const me) { function QState (line 372) | static QState Pelican_offline(Pelican * const me) { FILE: examples/pic24_dspic/pelican_microstick2-pic24/pelican.h type PelicanSignals (line 22) | enum PelicanSignals { type Pelican (line 35) | struct Pelican FILE: examples/pic24_dspic/pelican_microstick2-pic24/qk/xc16/bsp.c function _T2Interrupt (line 61) | QK_ISR(no_auto_psv) _T2Interrupt() { function _INT0Interrupt (line 69) | QK_ISR(auto_psv) _INT0Interrupt() { function BSP_init (line 78) | void BSP_init(void) { function BSP_terminate (line 86) | void BSP_terminate(int16_t result) { function BSP_showState (line 90) | void BSP_showState(char_t const *state) { function BSP_signalCars (line 94) | void BSP_signalCars(enum BSP_CarsSignal sig) { function BSP_signalPeds (line 115) | void BSP_signalPeds(enum BSP_PedsSignal sig) { function Q_NORETURN (line 133) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { function QF_onStartup (line 142) | void QF_onStartup(void) { /* entered with interrupts locked */ function QF_onCleanup (line 159) | void QF_onCleanup(void) { function QF_stop (line 162) | void QF_stop(void) { function QK_onIdle (line 165) | void QK_onIdle(void) { FILE: examples/pic24_dspic/pelican_microstick2-pic24/qv/xc16/bsp.c function _T2Interrupt (line 61) | void __attribute__((__interrupt__, auto_psv)) function _INT0Interrupt (line 69) | void __attribute__((__interrupt__, auto_psv)) function BSP_init (line 77) | void BSP_init(void) { function BSP_terminate (line 85) | void BSP_terminate(int16_t result) { function BSP_showState (line 89) | void BSP_showState(char_t const *state) { function BSP_signalCars (line 93) | void BSP_signalCars(enum BSP_CarsSignal sig) { function BSP_signalPeds (line 114) | void BSP_signalPeds(enum BSP_PedsSignal sig) { function Q_NORETURN (line 132) | Q_NORETURN Q_onAssert(char const Q_ROM * const file, int line) { function QF_onStartup (line 141) | void QF_onStartup(void) { /* entered with interrupts locked */ function QF_onCleanup (line 158) | void QF_onCleanup(void) { function QF_stop (line 161) | void QF_stop(void) { function QV_onIdle (line 164) | void QV_onIdle(void) { /* entered with interrupts DISABLED, see NOTE01 */ FILE: examples/workstation/blinky/blinky.c function BSP_init (line 25) | void BSP_init(void) { function BSP_ledOff (line 31) | void BSP_ledOff(void) { PRINTF_S("%s\n", "LED OFF"); } function BSP_ledOn (line 32) | void BSP_ledOn(void) { PRINTF_S("%s\n", "LED ON"); } function QF_onStartup (line 35) | void QF_onStartup(void) {} function QF_onCleanup (line 36) | void QF_onCleanup(void) {} function QF_onClockTickISR (line 37) | void QF_onClockTickISR(void) { function Q_NORETURN (line 40) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const module, int_t loc) { type Blinky (line 52) | typedef struct Blinky { function main (line 76) | int main(void) { function Blinky_ctor (line 93) | static void Blinky_ctor(void) { function QState (line 101) | static QState Blinky_initial(Blinky * const me) { function QState (line 113) | static QState Blinky_off(Blinky * const me) { function QState (line 135) | static QState Blinky_on(Blinky * const me) { FILE: examples/workstation/calc/bsp.c function BSP_clear (line 54) | void BSP_clear(void) { function BSP_insert (line 61) | void BSP_insert(int keyId) { function BSP_negate (line 73) | void BSP_negate(void) { function BSP_display (line 78) | void BSP_display(void) { function BSP_exit (line 82) | void BSP_exit(void) { function BSP_get_value (line 88) | double BSP_get_value(void) { function BSP_eval (line 92) | int BSP_eval(double operand1, int oper, double operand2) { function BSP_message (line 136) | void BSP_message(char const *msg) { function QF_onStartup (line 141) | void QF_onStartup(void) { function QF_onCleanup (line 145) | void QF_onCleanup(void) { function QF_onClockTickISR (line 149) | void QF_onClockTickISR(void) { function Q_NORETURN (line 154) | Q_NORETURN Q_onAssert(char const * const file, int line) { FILE: examples/workstation/calc/calc.c type Calc (line 25) | typedef struct Calc { function Calc_ctor (line 68) | void Calc_ctor(void) { function QState (line 76) | static QState Calc_initial(Calc * const me) { function QState (line 82) | static QState Calc_on(Calc * const me) { function QState (line 122) | static QState Calc_error(Calc * const me) { function QState (line 145) | static QState Calc_ready(Calc * const me) { function QState (line 202) | static QState Calc_result(Calc * const me) { function QState (line 225) | static QState Calc_begin(Calc * const me) { function QState (line 260) | static QState Calc_operand1(Calc * const me) { function QState (line 301) | static QState Calc_zero1(Calc * const me) { function QState (line 343) | static QState Calc_int1(Calc * const me) { function QState (line 379) | static QState Calc_frac1(Calc * const me) { function QState (line 415) | static QState Calc_negated1(Calc * const me) { function QState (line 470) | static QState Calc_opEntered(Calc * const me) { function QState (line 526) | static QState Calc_operand2(Calc * const me) { function QState (line 580) | static QState Calc_zero2(Calc * const me) { function QState (line 622) | static QState Calc_int2(Calc * const me) { function QState (line 658) | static QState Calc_frac2(Calc * const me) { function QState (line 694) | static QState Calc_negated2(Calc * const me) { function QState (line 749) | static QState Calc_final(Calc * const me) { FILE: examples/workstation/calc/calc.h type CalcSignals (line 22) | enum CalcSignals { FILE: examples/workstation/calc/main.c function Q_DEFINE_THIS_FILE (line 40) | Q_DEFINE_THIS_FILE FILE: examples/workstation/comp/alarm.c function Alarm_ctor (line 46) | void Alarm_ctor(Alarm * const me) { function QState (line 51) | QState Alarm_initial(Alarm * const me) { function QState (line 56) | QState Alarm_off(Alarm * const me) { function QState (line 104) | QState Alarm_on(Alarm * const me) { FILE: examples/workstation/comp/alarm.h type Alarm (line 37) | typedef struct AlarmTag { FILE: examples/workstation/comp/bsp.c function BSP_init (line 44) | void BSP_init(void) { function QF_onStartup (line 56) | void QF_onStartup(void) { function QF_onCleanup (line 61) | void QF_onCleanup(void) { function QF_onClockTickISR (line 66) | void QF_onClockTickISR(void) { function Q_NORETURN (line 119) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const file, int_t line) { FILE: examples/workstation/comp/clock.h type AlarmClockSignals (line 39) | enum AlarmClockSignals { type AlarmClockTag (line 51) | struct AlarmClockTag FILE: examples/workstation/comp/comp.c type AlarmClockTag (line 43) | struct AlarmClockTag { /* the AlarmClock active object */ function AlarmClock_ctor (line 59) | void AlarmClock_ctor(void) { function QState (line 65) | QState AlarmClock_initial(AlarmClock * const me) { function QState (line 72) | QState AlarmClock_final(AlarmClock * const me) { function QState (line 89) | QState AlarmClock_timekeeping(AlarmClock * const me) { function QState (line 143) | QState AlarmClock_mode24hr(AlarmClock * const me) { function QState (line 174) | QState AlarmClock_mode12hr(AlarmClock * const me) { FILE: examples/workstation/comp/main.c function main (line 48) | int main (void) { FILE: examples/workstation/defer/bsp.c function BSP_init (line 44) | void BSP_init(void) { function Q_NORETURN (line 47) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const file, int_t line) { function QF_onStartup (line 53) | void QF_onStartup(void) { function QF_onCleanup (line 58) | void QF_onCleanup(void) { function QF_onClockTickISR (line 63) | void QF_onClockTickISR(void) { FILE: examples/workstation/defer/defer.c type TServer (line 41) | typedef struct TServerTag { /* Transaction Server active object */ function TServer_ctor (line 64) | void TServer_ctor(void) { function QState (line 68) | QState TServer_initial(TServer * const me) { function QState (line 73) | QState TServer_final(TServer * const me) { function QState (line 89) | QState TServer_operational(TServer * const me) { function QState (line 113) | QState TServer_idle(TServer * const me) { function QState (line 135) | QState TServer_receiving(TServer * const me) { function QState (line 158) | QState TServer_authorizing(TServer * const me) { function TServer_deferRequest (line 181) | void TServer_deferRequest(TServer * const me) { function TServer_recallRequest (line 191) | void TServer_recallRequest(TServer * const me) { FILE: examples/workstation/defer/defer.h type TServerSignals (line 37) | enum TServerSignals { type TServerTag (line 42) | struct TServerTag FILE: examples/workstation/defer/main.c function main (line 48) | int main (void) { FILE: examples/workstation/dpp-comp/bsp.c function BSP_init (line 47) | void BSP_init(void) { function BSP_terminate (line 58) | void BSP_terminate(int16_t result) { function BSP_displayPhilStat (line 63) | void BSP_displayPhilStat(uint8_t n, char_t const *stat) { function BSP_displayPaused (line 67) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 71) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number genera... function BSP_randomSeed (line 79) | void BSP_randomSeed(uint32_t seed) { function Q_NORETURN (line 85) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const module, int_t id) { function QF_onStartup (line 91) | void QF_onStartup(void) { function QF_onCleanup (line 96) | void QF_onCleanup(void) { function QF_onClockTickISR (line 101) | void QF_onClockTickISR(void) { FILE: examples/workstation/dpp-comp/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | typedef struct Philo { type Table (line 56) | struct Table FILE: examples/workstation/dpp-comp/main.c function int_t (line 48) | int_t main() { FILE: examples/workstation/dpp-comp/philo.c function Philo_ctor (line 43) | void Philo_ctor(Philo * const me, uint8_t num) { function QState (line 49) | QState Philo_initial(Philo * const me) { function QState (line 55) | QState Philo_thinking(Philo * const me) { function QState (line 90) | QState Philo_hungry(Philo * const me) { function QState (line 118) | QState Philo_eating(Philo * const me) { FILE: examples/workstation/dpp-comp/table.c type Table (line 28) | typedef struct Table { type Table (line 54) | struct Table function Table_ctor (line 65) | void Table_ctor(void) { function QState (line 80) | static QState Table_initial(Table * const me) { function QState (line 92) | static QState Table_active(Table * const me) { function QState (line 133) | static QState Table_serving(Table * const me) { function QState (line 255) | static QState Table_paused(Table * const me) { FILE: examples/workstation/dpp/bsp.c function BSP_init (line 47) | void BSP_init(void) { function BSP_terminate (line 58) | void BSP_terminate(int16_t result) { function BSP_displayPhilStat (line 63) | void BSP_displayPhilStat(uint8_t n, char_t const *stat) { function BSP_displayPaused (line 67) | void BSP_displayPaused(uint8_t paused) { function BSP_random (line 71) | uint32_t BSP_random(void) { /* a very cheap pseudo-random-number genera... function BSP_randomSeed (line 79) | void BSP_randomSeed(uint32_t seed) { function Q_NORETURN (line 85) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const module, int_t id) { function QF_onStartup (line 91) | void QF_onStartup(void) { function QF_onCleanup (line 96) | void QF_onCleanup(void) { function QF_onClockTickISR (line 101) | void QF_onClockTickISR(void) { FILE: examples/workstation/dpp/dpp.h type DPPSignals (line 22) | enum DPPSignals { type Philo (line 37) | struct Philo type Philo (line 40) | struct Philo type Philo (line 43) | struct Philo type Philo (line 46) | struct Philo type Philo (line 49) | struct Philo type Table (line 52) | struct Table FILE: examples/workstation/dpp/main.c function int_t (line 54) | int_t main() { FILE: examples/workstation/dpp/philo.c type Philo (line 28) | typedef struct Philo { type Philo (line 49) | struct Philo type Philo (line 53) | struct Philo type Philo (line 57) | struct Philo type Philo (line 61) | struct Philo type Philo (line 65) | struct Philo function Philo_ctor (line 77) | void Philo_ctor(void) { function QState (line 89) | static QState Philo_initial(Philo * const me) { function QState (line 94) | static QState Philo_thinking(Philo * const me) { function QState (line 129) | static QState Philo_hungry(Philo * const me) { function QState (line 157) | static QState Philo_eating(Philo * const me) { FILE: examples/workstation/dpp/table.c type Table (line 28) | typedef struct Table { type Table (line 53) | struct Table function Table_ctor (line 64) | void Table_ctor(void) { function QState (line 78) | static QState Table_initial(Table * const me) { function QState (line 89) | static QState Table_active(Table * const me) { function QState (line 112) | static QState Table_serving(Table * const me) { function QState (line 221) | static QState Table_paused(Table * const me) { FILE: examples/workstation/history/bsp.c function BSP_init (line 48) | void BSP_init(void) { function BSP_exit (line 59) | void BSP_exit(void) { function QF_onStartup (line 66) | void QF_onStartup(void) { function QF_onCleanup (line 71) | void QF_onCleanup(void) { function QF_onClockTickISR (line 75) | void QF_onClockTickISR(void) { function Q_NORETURN (line 80) | Q_NORETURN Q_onAssert(char const * const file, int line) { FILE: examples/workstation/history/history.c type ToastOven (line 30) | typedef struct ToastOven { function ToastOven_ctor (line 62) | void ToastOven_ctor(void) { function QState (line 70) | static QState ToastOven_initial(ToastOven * const me) { function QState (line 78) | static QState ToastOven_doorClosed(ToastOven * const me) { function QState (line 132) | static QState ToastOven_heating(ToastOven * const me) { function QState (line 160) | static QState ToastOven_toasting(ToastOven * const me) { function QState (line 177) | static QState ToastOven_baking(ToastOven * const me) { function QState (line 194) | static QState ToastOven_off(ToastOven * const me) { function QState (line 211) | static QState ToastOven_doorOpen(ToastOven * const me) { function QState (line 244) | static QState ToastOven_final(ToastOven * const me) { FILE: examples/workstation/history/history.h type ToastOvenSignals (line 22) | enum ToastOvenSignals { FILE: examples/workstation/history/main.c function Q_DEFINE_THIS_FILE (line 41) | Q_DEFINE_THIS_FILE FILE: examples/workstation/pelican/bsp.c function BSP_init (line 44) | void BSP_init(void) { function BSP_terminate (line 54) | void BSP_terminate(int16_t result) { function BSP_showState (line 59) | void BSP_showState(char_t const *state) { function BSP_signalCars (line 63) | void BSP_signalCars(enum BSP_CarsSignal sig) { function BSP_signalPeds (line 84) | void BSP_signalPeds(enum BSP_PedsSignal sig) { function QF_onStartup (line 102) | void QF_onStartup(void) { function QF_onCleanup (line 107) | void QF_onCleanup(void) { function QF_onClockTickISR (line 112) | void QF_onClockTickISR(void) { function Q_NORETURN (line 140) | Q_NORETURN Q_onAssert(char const * const module, int location) { FILE: examples/workstation/pelican/bsp.h type BSP_CarsSignal (line 39) | enum BSP_CarsSignal { type BSP_PedsSignal (line 43) | enum BSP_PedsSignal { type BSP_CarsSignal (line 49) | enum BSP_CarsSignal type BSP_PedsSignal (line 50) | enum BSP_PedsSignal FILE: examples/workstation/pelican/main.c function main (line 48) | int main (void) { FILE: examples/workstation/pelican/pelican.c type Pelican (line 35) | typedef struct Pelican { type Pelican (line 59) | struct Pelican function Pelican_ctor (line 70) | void Pelican_ctor(void) { function QState (line 77) | static QState Pelican_initial(Pelican * const me) { function QState (line 82) | static QState Pelican_operational(Pelican * const me) { function QState (line 116) | static QState Pelican_carsEnabled(Pelican * const me) { function QState (line 138) | static QState Pelican_carsGreen(Pelican * const me) { function QState (line 168) | static QState Pelican_carsGreenNoPed(Pelican * const me) { function QState (line 195) | static QState Pelican_carsGreenInt(Pelican * const me) { function QState (line 217) | static QState Pelican_carsGreenPedWait(Pelican * const me) { function QState (line 239) | static QState Pelican_carsYellow(Pelican * const me) { function QState (line 271) | static QState Pelican_pedsEnabled(Pelican * const me) { function QState (line 293) | static QState Pelican_pedsWalk(Pelican * const me) { function QState (line 324) | static QState Pelican_pedsFlash(Pelican * const me) { function QState (line 372) | static QState Pelican_offline(Pelican * const me) { FILE: examples/workstation/pelican/pelican.h type PelicanSignals (line 22) | enum PelicanSignals { type Pelican (line 35) | struct Pelican FILE: examples/workstation/qhsmtst/bsp.c function BSP_init (line 52) | void BSP_init(char const *fname) { function BSP_exit (line 75) | void BSP_exit(void) { function BSP_display (line 82) | void BSP_display(char const *msg) { function BSP_dispatch (line 86) | void BSP_dispatch(QSignal sig) { function QF_onStartup (line 97) | void QF_onStartup(void) { function QF_onCleanup (line 101) | void QF_onCleanup(void) { function QF_onClockTickISR (line 105) | void QF_onClockTickISR(void) { function Q_NORETURN (line 110) | Q_NORETURN Q_onAssert(char const * const file, int line) { FILE: examples/workstation/qhsmtst/main.c function main (line 44) | int main(int argc, char *argv[]) { FILE: examples/workstation/qhsmtst/qhsmtst.c type QHsmTst (line 25) | typedef struct QHsmTst { function QHsmTst_ctor (line 59) | void QHsmTst_ctor(void) { function QState (line 67) | static QState QHsmTst_initial(QHsmTst * const me) { function QState (line 77) | static QState QHsmTst_s(QHsmTst * const me) { function QState (line 131) | static QState QHsmTst_s1(QHsmTst * const me) { function QState (line 205) | static QState QHsmTst_s11(QHsmTst * const me) { function QState (line 253) | static QState QHsmTst_s2(QHsmTst * const me) { function QState (line 307) | static QState QHsmTst_s21(QHsmTst * const me) { function QState (line 354) | static QState QHsmTst_s211(QHsmTst * const me) { FILE: examples/workstation/qhsmtst/qhsmtst.h type QHsmTstSignals (line 22) | enum QHsmTstSignals { FILE: examples/workstation/reminder/bsp.c function BSP_init (line 44) | void BSP_init(void) { function Q_NORETURN (line 47) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const file, int_t line) { function QF_onStartup (line 53) | void QF_onStartup(void) { function QF_onCleanup (line 58) | void QF_onCleanup(void) { function QF_onClockTickISR (line 63) | void QF_onClockTickISR(void) { FILE: examples/workstation/reminder/main.c function main (line 50) | int main (void) { FILE: examples/workstation/reminder/reminder.c type Sensor (line 41) | typedef struct SensorTag { function Sensor_ctor (line 60) | void Sensor_ctor(void) { function QState (line 65) | QState Sensor_initial(Sensor * const me) { function QState (line 71) | QState Sensor_final(Sensor * const me) { function QState (line 87) | QState Sensor_polling(Sensor * const me) { function QState (line 128) | QState Sensor_processing(Sensor * const me) { function QState (line 143) | QState Sensor_idle(Sensor * const me) { function QState (line 163) | QState Sensor_busy(Sensor * const me) { FILE: examples/workstation/reminder/reminder.h type SensorSignals (line 37) | enum SensorSignals { type SensorTag (line 43) | struct SensorTag FILE: examples/workstation/reminder2/bsp.c function BSP_init (line 44) | void BSP_init(void) { function BSP_echo (line 52) | void BSP_echo(double sum) { function BSP_result (line 57) | void BSP_result(double sum) { function QF_onStartup (line 63) | void QF_onStartup(void) { function QF_onCleanup (line 68) | void QF_onCleanup(void) { function QF_onClockTickISR (line 73) | void QF_onClockTickISR(void) { function Q_NORETURN (line 89) | Q_NORETURN Q_onAssert(char_t const Q_ROM * const file, int_t line) { FILE: examples/workstation/reminder2/main.c function main (line 48) | int main (void) { FILE: examples/workstation/reminder2/reminder2.c type Cruncher (line 39) | typedef struct CruncherTag { /* the Cruncher active object */ function Cruncher_ctor (line 53) | void Cruncher_ctor(void) { function QState (line 57) | QState Cruncher_initial(Cruncher * const me) { function QState (line 61) | QState Cruncher_processing(Cruncher * const me) { function QState (line 109) | QState Cruncher_final(Cruncher * const me) { FILE: examples/workstation/reminder2/reminder2.h type ReminderSignals (line 38) | enum ReminderSignals { type CruncherTag (line 45) | struct CruncherTag FILE: include/qassert.h type char_t (line 77) | typedef char char_t; type int_t (line 86) | typedef int int_t; FILE: include/qepn.h type char_t (line 70) | typedef char char_t; type int_t (line 73) | typedef int int_t; type enum_t (line 76) | typedef int enum_t; type float32_t (line 83) | typedef float float32_t; type float64_t (line 90) | typedef double float64_t; type QSignal (line 93) | typedef uint8_t QSignal; type QParam (line 101) | typedef uint8_t QParam; type QParam (line 103) | typedef uint16_t QParam; type QParam (line 116) | typedef uint32_t QParam; type QParam (line 118) | typedef uint64_t QParam; type QEvt (line 131) | typedef struct { type uint_fast8_t (line 155) | typedef uint_fast8_t QState; type QState (line 158) | typedef QState (*QStateHandler)(void * const me); type QHsmVtable (line 162) | typedef struct QHsmVtable QHsmVtable; type QHsm (line 183) | typedef struct { type QHsmVtable (line 191) | struct QHsmVtable { FILE: include/qfn.h type QTimeEvtCtr (line 60) | typedef uint8_t QTimeEvtCtr; type QTimeEvtCtr (line 75) | typedef uint16_t QTimeEvtCtr; type QTimeEvtCtr (line 77) | typedef uint32_t QTimeEvtCtr; type QTimer (line 84) | typedef struct { type QActive (line 122) | typedef struct QActive { type QActiveVtable (line 149) | typedef struct { type QActiveCB (line 397) | typedef struct { FILE: include/qkn.h type QK_PrivAttr (line 45) | typedef struct { type uint_fast16_t (line 126) | typedef uint_fast16_t QSchedStatus; FILE: include/qpn.h type QActiveCB (line 84) | typedef QActiveCB QMActiveCB; type QActive (line 87) | typedef QActive QMActive; type QHsm (line 90) | typedef QHsm QMsm; FILE: ports/arm-cm/qk/arm/qfn_port.h function QF_set_BASEPRI (line 75) | static __inline void QF_set_BASEPRI(unsigned basePri) { FILE: ports/arm-cm/qk/arm/qkn_port.c function QK_init (line 68) | void QK_init(void) { function PendSV_Handler (line 121) | void PendSV_Handler(void) { FILE: ports/arm-cm/qk/armclang/qkn_port.c function QK_init (line 72) | void QK_init(void) { function PendSV_Handler (line 125) | __attribute__ ((naked)) function Thread_ret (line 183) | __attribute__ ((naked)) function NMI_Handler (line 225) | __attribute__ ((naked)) FILE: ports/arm-cm/qk/gnu/qkn_port.c function QK_init (line 72) | void QK_init(void) { function PendSV_Handler (line 130) | __attribute__ ((naked, optimize("-fno-stack-protector"))) function Thread_ret (line 188) | __attribute__ ((naked, optimize("-fno-stack-protector"))) function NMI_Handler (line 230) | __attribute__ ((naked, optimize("-fno-stack-protector"))) FILE: ports/arm-cm/qk/iar/qkn_port.c function QK_init (line 71) | void QK_init(void) { function __stackless (line 124) | __stackless function __stackless (line 182) | __stackless function __stackless (line 224) | __stackless FILE: ports/arm-cm/qv/arm/qfn_port.h function QF_set_BASEPRI (line 89) | static __inline void QF_set_BASEPRI(unsigned basePri) { FILE: ports/arm-cm/qv/arm/qvn_port.c function QV_init (line 64) | void QV_init(void) { FILE: ports/arm-cm/qv/armclang/qvn_port.c function QV_init (line 64) | void QV_init(void) { FILE: ports/arm-cm/qv/gnu/qvn_port.c function QV_init (line 64) | void QV_init(void) { FILE: ports/arm-cm/qv/iar/qvn_port.c function QV_init (line 64) | void QV_init(void) { FILE: ports/lint-plus/16bit/stdint.h type int_fast8_t (line 35) | typedef signed int int_fast8_t; type uint_fast8_t (line 36) | typedef unsigned int uint_fast8_t; type int_fast16_t (line 37) | typedef signed int int_fast16_t; type uint_fast16_t (line 38) | typedef unsigned int uint_fast16_t; type int_fast32_t (line 39) | typedef signed long int_fast32_t; type uint_fast32_t (line 40) | typedef unsigned long uint_fast32_t; FILE: ports/lint-plus/32bit/stdint.h type int_fast8_t (line 35) | typedef signed int int_fast8_t; type uint_fast8_t (line 36) | typedef unsigned int uint_fast8_t; type int_fast16_t (line 37) | typedef signed int int_fast16_t; type uint_fast16_t (line 38) | typedef unsigned int uint_fast16_t; type int_fast32_t (line 39) | typedef signed long int_fast32_t; type uint_fast32_t (line 40) | typedef unsigned long uint_fast32_t; FILE: ports/lint-plus/stdbool.h type _Bool (line 19) | typedef _Bool bool; FILE: ports/posix-qv/qfn_posix.c type termios (line 80) | struct termios type timespec (line 82) | struct timespec function QActive_ctor (line 95) | void QActive_ctor(QActive * const me, QStateHandler initial) { function QActive_postX_ (line 111) | bool QActive_postX_(QActive * const me, uint_fast8_t margin, function QActive_postXISR_ (line 163) | bool QActive_postXISR_(QActive * const me, uint_fast8_t margin, function QF_tickXISR (line 210) | void QF_tickXISR(uint_fast8_t const tickRate) { function QActive_armX (line 247) | void QActive_armX(QActive * const me, uint_fast8_t const tickRate, function QActive_disarmX (line 265) | void QActive_disarmX(QActive * const me, uint_fast8_t const tickRate) { function QF_enterCriticalSection_ (line 281) | void QF_enterCriticalSection_(void) { function QF_leaveCriticalSection_ (line 285) | void QF_leaveCriticalSection_(void) { function QF_init (line 301) | void QF_init(uint_fast8_t maxActive) { function int_t (line 367) | int_t QF_run(void) { function QF_stop (line 468) | void QF_stop(void) { function QF_setTickRate (line 477) | void QF_setTickRate(uint32_t ticksPerSec, int_t tickPrio) { function QF_consoleSetup (line 487) | void QF_consoleSetup(void) { function QF_consoleCleanup (line 496) | void QF_consoleCleanup(void) { function QF_consoleGetKey (line 500) | int QF_consoleGetKey(void) { function QF_consoleWaitForKey (line 511) | int QF_consoleWaitForKey(void) { function sigIntHandler (line 531) | static void sigIntHandler(int dummy) { FILE: ports/win32-qv/qfn_win32.c function QActive_ctor (line 83) | void QActive_ctor(QActive * const me, QStateHandler initial) { function QActive_postX_ (line 99) | bool QActive_postX_(QActive * const me, uint_fast8_t margin, function QActive_postXISR_ (line 151) | bool QActive_postXISR_(QActive * const me, uint_fast8_t margin, function QF_tickXISR (line 198) | void QF_tickXISR(uint_fast8_t const tickRate) { function QActive_armX (line 235) | void QActive_armX(QActive * const me, uint_fast8_t const tickRate, function QActive_disarmX (line 253) | void QActive_disarmX(QActive * const me, uint_fast8_t const tickRate) { function QF_enterCriticalSection_ (line 269) | void QF_enterCriticalSection_(void) { function QF_leaveCriticalSection_ (line 273) | void QF_leaveCriticalSection_(void) { function QF_init (line 289) | void QF_init(uint_fast8_t maxActive) { function int_t (line 342) | int_t QF_run(void) { function QF_stop (line 432) | void QF_stop(void) { function QF_setTickRate (line 437) | void QF_setTickRate(uint32_t ticksPerSec, int_t tickPrio) { function QF_consoleSetup (line 448) | void QF_consoleSetup(void) { function QF_consoleCleanup (line 451) | void QF_consoleCleanup(void) { function QF_consoleGetKey (line 454) | int QF_consoleGetKey(void) { function QF_consoleWaitForKey (line 461) | int QF_consoleWaitForKey(void) { function DWORD (line 466) | static DWORD WINAPI ticker_thread(LPVOID arg) { /* for CreateThread() */ FILE: ports/win32-qv/qwin_gui.c function HWND (line 46) | HWND CreateCustDialog(HINSTANCE hInst, int iDlg, HWND hParent, function OwnerDrawnButton_init (line 80) | void OwnerDrawnButton_init(OwnerDrawnButton * const me, function OwnerDrawnButton_xtor (line 92) | void OwnerDrawnButton_xtor(OwnerDrawnButton * const me) { function OwnerDrawnButton_draw (line 98) | enum OwnerDrawnButtonAction OwnerDrawnButton_draw( function OwnerDrawnButton_set (line 133) | void OwnerDrawnButton_set(OwnerDrawnButton * const me, int isDepressed) { function BOOL (line 146) | BOOL OwnerDrawnButton_isDepressed(OwnerDrawnButton const * const me) { function GraphicDisplay_init (line 151) | void GraphicDisplay_init(GraphicDisplay * const me, function GraphicDisplay_xtor (line 187) | void GraphicDisplay_xtor(GraphicDisplay * const me) { function GraphicDisplay_clear (line 193) | void GraphicDisplay_clear(GraphicDisplay * const me) { function GraphicDisplay_redraw (line 207) | void GraphicDisplay_redraw(GraphicDisplay * const me) { function SegmentDisplay_init (line 213) | void SegmentDisplay_init(SegmentDisplay * const me, function SegmentDisplay_xtor (line 230) | void SegmentDisplay_xtor(SegmentDisplay * const me) { function BOOL (line 244) | BOOL SegmentDisplay_initSegment(SegmentDisplay * const me, function BOOL (line 256) | BOOL SegmentDisplay_initBitmap(SegmentDisplay * const me, function BOOL (line 268) | BOOL SegmentDisplay_setSegment(SegmentDisplay * const me, function DrawBitmap (line 286) | void DrawBitmap(HDC hdc, HBITMAP hBitmap, FILE: ports/win32-qv/qwin_gui.h type OwnerDrawnButton (line 58) | typedef struct { type OwnerDrawnButtonAction (line 66) | enum OwnerDrawnButtonAction { type OwnerDrawnButtonAction (line 78) | enum OwnerDrawnButtonAction type GraphicDisplay (line 88) | typedef struct { type SegmentDisplay (line 124) | typedef struct { FILE: src/qfn/qepn.c function QHsm_ctor (line 84) | void QHsm_ctor(QHsm * const me, QStateHandler initial) { function QHsm_init_ (line 105) | void QHsm_init_(QHsm * const me) { function QState (line 172) | QState QHsm_top(void const * const me) { function QHsm_dispatch_ (line 190) | void QHsm_dispatch_(QHsm * const me) { function int_fast8_t (line 292) | static int_fast8_t QHsm_tran_(QHsm * const me, function QStateHandler (line 450) | QStateHandler QHsm_childState_(QHsm * const me, FILE: src/qfn/qfn.c function QActive_ctor (line 99) | void QActive_ctor(QActive * const me, QStateHandler initial) { function QActive_postX_ (line 146) | bool QActive_postX_(QActive * const me, uint_fast8_t margin, function QActive_postXISR_ (line 232) | bool QActive_postXISR_(QActive * const me, uint_fast8_t margin, function QF_init (line 315) | void QF_init(uint_fast8_t maxActive) { function QF_tickXISR (line 398) | void QF_tickXISR(uint_fast8_t const tickRate) { function QActive_armX (line 465) | void QActive_armX(QActive * const me, uint_fast8_t const tickRate, function QActive_disarmX (line 495) | void QActive_disarmX(QActive * const me, uint_fast8_t const tickRate) { FILE: src/qkn/qkn.c function initialize (line 69) | static void initialize(void) { function int_t (line 121) | int_t QF_run(void) { function QSchedStatus (line 161) | QSchedStatus QK_schedLock(uint_fast8_t ceiling) { function QK_schedUnlock (line 200) | void QK_schedUnlock(QSchedStatus stat) { function uint_fast8_t (line 247) | uint_fast8_t QK_sched_(void) { function QK_activate_ (line 291) | void QK_activate_(void) { FILE: src/qvn/qvn.c function int_t (line 64) | int_t QF_run(void) {