logo
EM•Script
McuI
Initializing search
    • Home
    • Setup
    • Tutorials
    • Articles
    • Blog
    • Packages
    • Home
    • Setup
    • Tutorials
    • Articles
    • Blog
        • 2025
    • Packages
      • em.core
        • em.arch.arm
          • GlobalInterrupts
          • IntrVec
          • StartupC
          • UsCounterSystick
        • em.bench.coremark
          • ActiveRunnerP
          • BenchAlgI
          • CoreBench
          • Crc
          • ListBench
          • MatrixBench
          • SleepyRunnerP
          • StateBench
          • Utils
        • em.examples.basic
          • Ex00_EmptyP
          • Ex01_HelloP
          • Ex02_BlinkerP
          • Ex03_DebugP
          • Ex04_FiberP
          • Ex05_Button1P
          • Ex06_Button2P
          • Ex07_Button3P
          • Ex08_OneShot1P
          • Ex09_OneShot2P
          • Ex10_PollerP
          • Ex11_Alarm1P
          • Ex12_Alarm2P
          • Ex13_TickerP
        • em.examples.combo
          • Ex01_TickerP
        • em.hal
          • BusyWaitI
          • ButtonI
          • ConsoleUartI
          • EdgeI
          • GlobalInterruptsI
          • GpioI
          • IdleI
          • LedI
          • McuI
          • OneShotI
          • UptimerI
          • UsCounterI
          • WakeupTimerI
        • em.lang
          • Console
          • Debug
          • TargC
        • em.mcu
          • Common
          • Poller
        • em.utils
          • AlarmMgr
          • BoardController
          • ButtonT
          • FiberMgr
          • LedT
          • SoftUart
          • TickerMgr
          • TimeTypes
      • ti.cc23xx
        • ti.distro.cc23xx
          • BoardC
          • BuildC
          • LinkerC
        • ti.mcu.cc23xx
          • BusyWait
          • BusyWaitUsCounter
          • ConsoleUart0
          • EdgeAux
          • EdgeT
          • ExtFlashDisabler
          • GpioT
          • Hapi
          • Idle
          • Mcu
          • MsCounterGpt3
          • OneShotGpt3
          • Rtc
          • UptimerRtc
          • WakeupRtc

    McuI

    em.hal/McuI.em
    1
    2
    3
    4
    5
    6
    import em from '@$$emscript'
    export const $U = em.$declare('INTERFACE')
    
    export interface $I {
        startup(): void
    }
    
    Copyright © 2023 – The EM Foundation
    Made with Material for MkDocs