Searched refs:func (Results 1 – 9 of 9) sorted by relevance
| /loramac-node-latest/src/boards/mcu/saml21/hal/include/ |
| D | hpl_spi_m_dma.h | 165 …m_dma_register_callback(struct _spi_m_dma_dev *dev, enum _spi_dma_dev_cb_type, _spi_dma_cb_t func);
|
| D | hal_timer.h | 112 …nit(struct timer_descriptor *const descr, void *const hw, struct _timer_hpl_interface *const func);
|
| D | hpl_spi_s_async.h | 220 const FUNC_PTR func);
|
| D | hpl_i2c_m_async.h | 171 FUNC_PTR func);
|
| D | hpl_spi_m_async.h | 231 const FUNC_PTR func);
|
| D | hal_usart_sync.h | 82 int32_t usart_sync_init(struct usart_sync_descriptor *const descr, void *const hw, void *const func…
|
| /loramac-node-latest/src/boards/mcu/saml21/hpl/sercom/ |
| D | hpl_sercom.c | 1235 FUNC_PTR func) in _i2c_m_async_register_callback() argument 1239 i2c_dev->cb.error = (_i2c_error_cb_t)func; in _i2c_m_async_register_callback() 1242 i2c_dev->cb.tx_complete = (_i2c_complete_cb_t)func; in _i2c_m_async_register_callback() 1245 i2c_dev->cb.rx_complete = (_i2c_complete_cb_t)func; in _i2c_m_async_register_callback() 2822 const FUNC_PTR func) in _spi_m_async_register_callback() argument 2830 p_ls[cb_type] = (func_t)func; in _spi_m_async_register_callback() 2836 const FUNC_PTR func) in _spi_s_async_register_callback() argument 2838 return _spi_m_async_register_callback(dev, cb_type, func); in _spi_s_async_register_callback()
|
| /loramac-node-latest/src/boards/mcu/saml21/hal/src/ |
| D | hal_timer.c | 67 …init(struct timer_descriptor *const descr, void *const hw, struct _timer_hpl_interface *const func) in timer_init() argument
|
| D | hal_usart_sync.c | 59 int32_t usart_sync_init(struct usart_sync_descriptor *const descr, void *const hw, void *const func) in usart_sync_init() argument
|