Searched refs:cb (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/lib/stm32wba/Utilities/trace/adv_trace/ |
D | stm32_adv_trace.h | 69 …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/ |
D | hw_ipcc.c | 622 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()
|
D | dbg_trace.h | 64 extern void DbgOutputTraces( uint8_t *p_data, uint16_t size, void (*cb)(void) );
|
D | hw.h | 40 void HW_IPCC_MM_SendFreeBuf( void (*cb)( void ) );
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_ipcc.c | 306 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/ |
D | stm32mp1xx_hal_ipcc.c | 310 …(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/ |
D | stm32wlxx_hal_ipcc.c | 312 …(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/ |
D | stm32wbxx_hal_ipcc.h | 217 IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_ipcc.h | 244 …IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb);
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_ipcc.h | 243 …IPCC_HandleTypeDef *hipcc, uint32_t ChannelIndex, IPCC_CHANNELDirTypeDef ChannelDir, ChannelCb cb);
|