Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/Utilities/trace/adv_trace/
Dstm32_adv_trace.h69 …UTIL_ADV_TRACE_Status_t (* Init)(void (*cb)(void *ptr)); /*…
71 …UTIL_ADV_TRACE_Status_t (* StartRx)(void (*cb)(uint8_t *pdata, uint16_t size, uint8_t error)); /*…
175 void UTIL_ADV_TRACE_RegisterOverRunFunction(cb_overrun *cb);
224 void UTIL_ADV_TRACE_RegisterTimeStampFunction(cb_timestamp *cb);
/hal_stm32-latest/lib/stm32wb/hci/
Dhw_ipcc.c622 void HW_IPCC_MM_SendFreeBuf( void (*cb)( void ) ) in HW_IPCC_MM_SendFreeBuf()
626 FreeBufCb = cb; in HW_IPCC_MM_SendFreeBuf()
631 cb(); in HW_IPCC_MM_SendFreeBuf()
Ddbg_trace.h64 extern void DbgOutputTraces( uint8_t *p_data, uint16_t size, void (*cb)(void) );
Dhw.h40 void HW_IPCC_MM_SendFreeBuf( void (*cb)( void ) );
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c306 ChannelCb cb) in HAL_IPCC_ActivateNotification() argument
322 hipcc->ChannelCallbackTx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
327 hipcc->ChannelCallbackRx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_ipcc.c310 …(IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb) in HAL_IPCC_ActivateNotification() argument
326 hipcc->ChannelCallbackTx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
331 hipcc->ChannelCallbackRx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_ipcc.c312 …(IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb) in HAL_IPCC_ActivateNotification() argument
328 hipcc->ChannelCallbackTx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
333 hipcc->ChannelCallbackRx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_ipcc.h217 IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_ipcc.h244 …IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_ipcc.h243 …IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb);