Home
last modified time | relevance | path

Searched refs:func (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhpl_spi_m_dma.h165 …m_dma_register_callback(struct _spi_m_dma_dev *dev, enum _spi_dma_dev_cb_type, _spi_dma_cb_t func);
Dhal_timer.h112 …nit(struct timer_descriptor *const descr, void *const hw, struct _timer_hpl_interface *const func);
Dhpl_spi_s_async.h220 const FUNC_PTR func);
Dhpl_i2c_m_async.h171 FUNC_PTR func);
Dhpl_spi_m_async.h231 const FUNC_PTR func);
Dhal_usart_sync.h82 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/
Dhpl_sercom.c1235 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/
Dhal_timer.c67 …init(struct timer_descriptor *const descr, void *const hw, struct _timer_hpl_interface *const func) in timer_init() argument
Dhal_usart_sync.c59 int32_t usart_sync_init(struct usart_sync_descriptor *const descr, void *const hw, void *const func) in usart_sync_init() argument