Searched refs:pCT (Results 1 – 2 of 2) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/peripheral_drivers/inc/ |
| D | rsi_ct.h | 282 STATIC INLINE void RSI_CT_Config(RSI_CT_T *pCT, boolean_t cfg) in RSI_CT_Config() argument 286 pCT->CT_GEN_CTRL_SET_REG = (1 << 0); in RSI_CT_Config() 288 pCT->CT_GEN_CTRL_RESET_REG = (1 << 0); in RSI_CT_Config() 313 STATIC INLINE void RSI_CT_SetControl(RSI_CT_T *pCT, uint32_t value) in RSI_CT_SetControl() argument 316 pCT->CT_GEN_CTRL_SET_REG = value; in RSI_CT_SetControl() 334 STATIC INLINE void RSI_CT_ClearControl(RSI_CT_T *pCT, uint32_t value) in RSI_CT_ClearControl() argument 337 pCT->CT_GEN_CTRL_RESET_REG = value; in RSI_CT_ClearControl() 350 STATIC INLINE void RSI_CT_StartEventSelect(RSI_CT_T *pCT, uint32_t value) in RSI_CT_StartEventSelect() argument 352 pCT->CT_START_COUNTER_EVENT_SEL |= value; in RSI_CT_StartEventSelect() 380 STATIC INLINE void RSI_CT_StartEventConfig(RSI_CT_T *pCT, uint32_t andValue, uint32_t orValue) in RSI_CT_StartEventConfig() argument [all …]
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/rom_driver/inc/ |
| D | rsi_rom_table_si91x.h | 741 …void (*ct_ocu_high_Low_toggle_select)(RSI_CT_T *pCT, boolean_t lowHigh, boolean_t counterNum, uint… 742 rsi_error_t (*ct_wfg_control_config)(RSI_CT_T *pCT, WFG_PARAMS_T ctrlReg); 743 rsi_error_t (*ct_ocu_control)(RSI_CT_T *pCT, 749 …rsi_error_t (*ct_wfg_comapre_value_set)(RSI_CT_T *pCT, boolean_t counterNum, OCU_PARAMS_T *pOCUpar…
|