Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/sercom/
Dhpl_sercom.c2824 typedef void (*func_t)(void); in _spi_m_async_register_callback() typedef
2829 func_t *p_ls = (func_t *)&spid->callbacks; in _spi_m_async_register_callback()
2830 p_ls[cb_type] = (func_t)func; in _spi_m_async_register_callback()