Home
last modified time | relevance | path

Searched refs:Increment (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1197 …_StatusTypeDef HAL_BSEC_ConfigSAESHDPLIncrementValue(BSEC_HandleTypeDef *hbsec, uint32_t Increment) in HAL_BSEC_ConfigSAESHDPLIncrementValue() argument
1213 assert_param(IS_BSEC_NEXTHDPL(Increment)); in HAL_BSEC_ConfigSAESHDPLIncrementValue()
1216 MODIFY_REG(hbsec->Instance->NEXTLR, BSEC_NEXTLR_INCR, Increment); in HAL_BSEC_ConfigSAESHDPLIncrementValue()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_bsec.h353 …StatusTypeDef HAL_BSEC_ConfigSAESHDPLIncrementValue(BSEC_HandleTypeDef *hbsec, uint32_t Increment);