Searched refs:tamperConfig (Results 1 – 2 of 2) sorted by relevance
603 …erParams(RTC_Type *base, irtc_tamper_pins_t tamperNumber, const irtc_tamper_config_t *tamperConfig) in IRTC_SetTamperParams() argument605 assert(NULL != tamperConfig); in IRTC_SetTamperParams()612 if (tamperConfig->activePassive) in IRTC_SetTamperParams()616 if (tamperConfig->direction) in IRTC_SetTamperParams()646 reg |= (RTC_FILTER01_CFG_POL0(tamperConfig->pinPolarity) | in IRTC_SetTamperParams()647 RTC_FILTER01_CFG_FIL_DUR0(tamperConfig->filterDuration) | in IRTC_SetTamperParams()648 RTC_FILTER01_CFG_CLK_SEL0(tamperConfig->filterClk)); in IRTC_SetTamperParams()655 reg |= (RTC_FILTER01_CFG_POL1(tamperConfig->pinPolarity) | in IRTC_SetTamperParams()656 RTC_FILTER01_CFG_FIL_DUR1(tamperConfig->filterDuration) | in IRTC_SetTamperParams()657 RTC_FILTER01_CFG_CLK_SEL1(tamperConfig->filterClk)); in IRTC_SetTamperParams()[all …]
718 …rParams(RTC_Type *base, irtc_tamper_pins_t tamperNumber, const irtc_tamper_config_t *tamperConfig);