Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twim.c508 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_twim.h607 NRFY_STATIC_INLINE void nrfy_twim_shorts_set(NRF_TWIM_Type * p_reg, in nrfy_twim_shorts_set() function