CAL TRIGGER_Instance (CLK:=ClockInput, RISE=>RisingEdge, EDGE=>AnyEdge, FALL=>FallingEdge)
TRIGGER_Instance (CLK:=ClockInput, RISE=>RisingEdge, EDGE=>AnyEdge, FALL=>FallingEdge) ;
Paramètres
|
Type de données
|
Signification
|
---|---|---|
CLK
|
Entrée horloge
|
Paramètres
|
Type de données
|
Signification
|
---|---|---|
RISE
|
BOOL
|
Détection d'un front montant
|
EDGE
|
BOOL
|
Détection d'un front quel qu'en soit le type
|
FALL
|
BOOL
|
Détection d'un front descendant
|