Searched refs:orValue (Results 1 – 1 of 1) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/ |
| D | rsi_ct.h | 380 STATIC INLINE void RSI_CT_StartEventConfig(RSI_CT_T *pCT, uint32_t andValue, uint32_t orValue) in RSI_CT_StartEventConfig() argument 385 pCT->CT_START_COUNTER_OR_EVENT |= orValue; in RSI_CT_StartEventConfig() 413 STATIC INLINE void RSI_CT_StopEventConfig(RSI_CT_T *pCT, uint32_t andValue, uint32_t orValue) in RSI_CT_StopEventConfig() argument 418 pCT->CT_STOP_COUNTER_OR_EVENT |= orValue; in RSI_CT_StopEventConfig() 446 STATIC INLINE void RSI_CT_ContinueEventConfig(RSI_CT_T *pCT, uint32_t andValue, uint32_t orValue) in RSI_CT_ContinueEventConfig() argument 451 pCT->CT_CONTINUE_COUNTER_OR_EVENT |= orValue; in RSI_CT_ContinueEventConfig() 480 STATIC INLINE void RSI_CT_HaltEventConfig(RSI_CT_T *pCT, uint32_t andValue, uint32_t orValue) in RSI_CT_HaltEventConfig() argument 485 pCT->CT_HALT_COUNTER_OR_EVENT |= orValue; in RSI_CT_HaltEventConfig() 513 STATIC INLINE void RSI_CT_IncrementEventConfig(RSI_CT_T *pCT, uint32_t andValue, uint32_t orValue) in RSI_CT_IncrementEventConfig() argument 518 pCT->CT_INCREMENT_COUNTER_OR_EVENT |= orValue; in RSI_CT_IncrementEventConfig() [all …]
|