Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_i3c.h1036 pI3C_NotifyCallbackTypeDef pNotifyCallback);
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c876 …HAL_I3C_RegisterNotifyCallback(I3C_HandleTypeDef *hi3c, pI3C_NotifyCallbackTypeDef pNotifyCallback) in HAL_I3C_RegisterNotifyCallback() argument
888 if (pNotifyCallback == NULL) in HAL_I3C_RegisterNotifyCallback()
895 hi3c->NotifyCallback = pNotifyCallback; in HAL_I3C_RegisterNotifyCallback()