Home
last modified time | relevance | path

Searched refs:THRESHOLD (Results 1 – 6 of 6) sorted by relevance

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_WDTIMER_A_Type.c51 basePointer->THRESHOLD.U32 = threshold; in _SI32_WDTIMER_A_initialize()
252 basePointer->THRESHOLD.U32 = threshold; in _SI32_WDTIMER_A_write_threshold()
266 return basePointer->THRESHOLD.U32; in _SI32_WDTIMER_A_read_threshold()
286 basePointer->THRESHOLD.U32 &= ~SI32_WDTIMER_A_THRESHOLD_EWTH_MASK; in _SI32_WDTIMER_A_set_early_warning_threshold()
289 basePointer->THRESHOLD.U32 |= count; in _SI32_WDTIMER_A_set_early_warning_threshold()
302 return basePointer->THRESHOLD.EWTH; in _SI32_WDTIMER_A_get_early_warning_threshold()
321 basePointer->THRESHOLD.U32 &= ~SI32_WDTIMER_A_THRESHOLD_RTH_MASK; in _SI32_WDTIMER_A_set_reset_threshold()
324 basePointer->THRESHOLD.U32 |= count << SI32_WDTIMER_A_THRESHOLD_RTH_SHIFT; in _SI32_WDTIMER_A_set_reset_threshold()
337 return basePointer->THRESHOLD.RTH; in _SI32_WDTIMER_A_get_reset_threshold()
DSI32_WDTIMER_A_Type.h72 basePointer->THRESHOLD.U32 = threshold;\
317 basePointer->THRESHOLD.U32 = threshold;\
334 (basePointer->THRESHOLD.U32)
360 basePointer->THRESHOLD.U32 &= ~SI32_WDTIMER_A_THRESHOLD_EWTH_MASK;\
363 basePointer->THRESHOLD.U32 |= count;\
381 (basePointer->THRESHOLD.EWTH)
406 basePointer->THRESHOLD.U32 &= ~SI32_WDTIMER_A_THRESHOLD_RTH_MASK;\
409 basePointer->THRESHOLD.U32 |= count << SI32_WDTIMER_A_THRESHOLD_RTH_SHIFT;\
427 (basePointer->THRESHOLD.RTH)
DSI32_LPTIMER_B_Type.c49 basePointer->THRESHOLD.U32 = threshold; in _SI32_LPTIMER_B_initialize()
737 basePointer->THRESHOLD.U32 = threshold; in _SI32_LPTIMER_B_write_threshold()
751 return basePointer->THRESHOLD.U32; in _SI32_LPTIMER_B_read_threshold()
766 basePointer->THRESHOLD.COMPARE0 = compare0; in _SI32_LPTIMER_B_write_compare0()
779 return basePointer->THRESHOLD.COMPARE0; in _SI32_LPTIMER_B_read_compare0()
794 basePointer->THRESHOLD.COMPARE1 = compare1; in _SI32_LPTIMER_B_write_compare1()
807 return basePointer->THRESHOLD.COMPARE1; in _SI32_LPTIMER_B_read_compare1()
DSI32_LPTIMER_B_Type.h82 basePointer->THRESHOLD.U32 = threshold;\
821 (basePointer->THRESHOLD.U32 = threshold)
837 (basePointer->THRESHOLD.U32)
856 (basePointer->THRESHOLD.COMPARE0 = compare0)
869 (basePointer->THRESHOLD.COMPARE0)
888 (basePointer->THRESHOLD.COMPARE1 = compare1)
901 (basePointer->THRESHOLD.COMPARE1)
DSI32_WDTIMER_A_Registers.h235 struct SI32_WDTIMER_A_THRESHOLD_Struct THRESHOLD ; // Base Address + 0x20 member
DSI32_LPTIMER_B_Registers.h477 struct SI32_LPTIMER_B_THRESHOLD_Struct THRESHOLD ; // Base Address + 0x20 member