Constants | |
COUNT_CONFIG_REGISTER | RegisterLocation := init ( " count_config " , REG_COMPONENT_START_ADDR + toInt ( x " 02 " ) , 2 , RW_WR_CLEAR_REG_CFG ) |
LOAD_BIT | RegisterBit := 0 |
PAUSE_BIT | RegisterBit := 1 |
Used to show an example write clear configuration.
|
Constant |
Definition at line 349 of file ExampleComponent.vhd.
|
Constant |
Load the counter value from COUNT_INIT_REGISTER
Definition at line 351 of file ExampleComponent.vhd.
|
Constant |
Pause the counter and preserve the value
Definition at line 353 of file ExampleComponent.vhd.