Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_canfd/
Dr_canfd.c1338 volatile uint32_t * p_cfdtm_sts; in canfd_channel_tx_isr() local
1346 p_cfdtm_sts = (volatile uint32_t *) &p_ctrl->p_reg->CFDTMTCSTS[interlaced_channel]; in canfd_channel_tx_isr()
1353 p_cfdtm_sts = &p_ctrl->p_reg->CFDCFTISTS; in canfd_channel_tx_isr()
1360 p_cfdtm_sts = (volatile uint32_t *) &p_ctrl->p_reg->CFDTMTASTS[interlaced_channel]; in canfd_channel_tx_isr()
1369 txmb = __CLZ(__RBIT(*p_cfdtm_sts)); in canfd_channel_tx_isr()
1370 txmb = (txmb < 8) ? txmb : __CLZ(__RBIT(*(p_cfdtm_sts + 1))) + CANFD_PRV_TXMB_OFFSET; in canfd_channel_tx_isr()
1383 txmb = __CLZ(__RBIT(*p_cfdtm_sts & cfdtm_mask)); in canfd_channel_tx_isr()