Home
last modified time | relevance | path

Searched refs:compare0Top (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/gecko/emlib/inc/
Dem_burtc.h119 …bool compare0Top; /**< Set if Compare Value 0 is also top value (counter restart)… member
144 …bool compare0Top; /**< Set if Compare Value 0 is also top value (counter restart)… member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_burtc.h119 …bool compare0Top; /**< Set if Compare Value 0 is also top value (counter restart)… member
144 …bool compare0Top; /**< Set if Compare Value 0 is also top value (counter restart)… member
/hal_silabs-latest/gecko/emlib/src/
Dem_burtc.c168 | (burtcInit->compare0Top << _BURTC_CTRL_COMP0TOP_SHIFT) in BURTC_Init()
206 | ((burtcInit->compare0Top ? 1UL : 0UL) << _BURTC_CFG_COMPTOP_SHIFT) in BURTC_Init()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_burtc.c168 | (burtcInit->compare0Top << _BURTC_CTRL_COMP0TOP_SHIFT) in BURTC_Init()
206 | ((burtcInit->compare0Top ? 1UL : 0UL) << _BURTC_CFG_COMPTOP_SHIFT) in BURTC_Init()