Timer

dfhdl.core.Timer
See theTimer companion class
object Timer

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Timer.type

Members list

Type members

Classlikes

object Func

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Func.type
object IsActive

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IsActive.type
object Ops

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type
object Periodic

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Periodic.type

Types

type Period = Time | Freq

Value members

Concrete methods

def apply()(using DFC): Timer
def apply(period: Period)(using DFC): Timer
def apply(trigger: DFValOf[DFBit])(using DFC): Timer
def apply(trigger: DFValOf[DFBit], period: Period)(using DFC): Timer

Extensions

Extensions

extension (period: Period)
def time: Time