Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h65 typedef void (t_BmDepletionCallback)(t_Handle h_App, bool in); typedef
507 t_BmDepletionCallback *f_Depletion,
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.h236t_BmDepletionCallback *f_Depletion; /**< depletion-entry/exit callback, if BMAN_POOL_FLAG_…
H A Dbm_pool.c349 t_Error BM_POOL_ConfigDepletion(t_Handle h_BmPool, t_BmDepletionCallback *f_Depletion, uint32_t *p… in BM_POOL_ConfigDepletion()