Searched refs:twis_handler (Results 1 – 6 of 6) sorted by relevance
148 static void twis_handler(nrfx_twis_evt_t const * p_event) in twis_handler() function213 status = nrfx_twis_init(&twis_inst, &twis_config, twis_handler); in main()
23 The @p twim_handler() and @p twis_handler() are executed with relevant log messages.
250 static void twis_handler(nrfx_twis_evt_t const * p_event) in twis_handler() function311 status = nrfx_twis_init(&m_twis_inst, &twis_config, twis_handler); in main()
26 * @p twis_handler() is used to prepare data for receiving and sending.
219 static void twis_handler(nrfx_twis_evt_t const * p_event) in twis_handler() function297 status = nrfx_twis_init(&m_twis_inst, &twis_config, twis_handler); in main()
24 * @p twis_handler() is used to prepare data for sending and updating particular registers of @p m_d…