Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_bsec.c1132 uint32_t hdpl; in HAL_BSEC_GetHDPLValue() local
1147 hdpl = (hbsec->Instance->HDPLSR & BSEC_HDPLSR_HDPL); in HAL_BSEC_GetHDPLValue()
1149 if (IS_BSEC_HDPL(hdpl)) in HAL_BSEC_GetHDPLValue()
1151 *pHDPL = hdpl; in HAL_BSEC_GetHDPLValue()