Searched refs:Increment (Results 1 – 2 of 2) sorted by relevance
1197 …_StatusTypeDef HAL_BSEC_ConfigSAESHDPLIncrementValue(BSEC_HandleTypeDef *hbsec, uint32_t Increment) in HAL_BSEC_ConfigSAESHDPLIncrementValue() argument1213 assert_param(IS_BSEC_NEXTHDPL(Increment)); in HAL_BSEC_ConfigSAESHDPLIncrementValue()1216 MODIFY_REG(hbsec->Instance->NEXTLR, BSEC_NEXTLR_INCR, Increment); in HAL_BSEC_ConfigSAESHDPLIncrementValue()
353 …StatusTypeDef HAL_BSEC_ConfigSAESHDPLIncrementValue(BSEC_HandleTypeDef *hbsec, uint32_t Increment);