Searched refs:nrfy_twim_shorts_set (Results 1 – 2 of 2) sorted by relevance
508 nrfy_twim_shorts_set(p_twim, NRF_TWIM_SHORT_LASTTX_SUSPEND_MASK); in twim_xfer()522 nrfy_twim_shorts_set(p_twim, NRF_TWIM_SHORT_LASTTX_STARTRX_MASK | in twim_xfer()531 nrfy_twim_shorts_set(p_twim, NRF_TWIM_SHORT_LASTTX_SUSPEND_MASK); in twim_xfer()536 nrfy_twim_shorts_set(p_twim, NRF_TWIM_SHORT_LASTTX_STOP_MASK); in twim_xfer()543 nrfy_twim_shorts_set(p_twim, NRF_TWIM_SHORT_LASTRX_STOP_MASK); in twim_xfer()755 nrfy_twim_shorts_set(p_twim, 0); in irq_handler()796 nrfy_twim_shorts_set(p_twim, 0); in irq_handler()817 nrfy_twim_shorts_set(p_twim, NRF_TWIM_SHORT_LASTTX_STOP_MASK); in irq_handler()
607 NRFY_STATIC_INLINE void nrfy_twim_shorts_set(NRF_TWIM_Type * p_reg, in nrfy_twim_shorts_set() function