Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc176x/drivers/
A Demac.c31 static struct rt_event tx_event; variable
57 rt_event_send(&tx_event, 0x01); in ENET_IRQHandler()
391 result = rt_event_recv(&tx_event, 0x01, in lpc17xx_emac_tx()
485 rt_event_init(&tx_event, "tx_event", RT_IPC_FLAG_FIFO); in lpc17xx_emac_hw_init()
/bsp/nxp/lpc/lpc178x/drivers/
A Demac.c34 static struct rt_event tx_event; variable
60 rt_event_send(&tx_event, 0x01); in ENET_IRQHandler()
415 result = rt_event_recv(&tx_event, 0x01, in lpc17xx_emac_tx()
509 rt_event_init(&tx_event, "tx_event", RT_IPC_FLAG_FIFO); in lpc17xx_emac_hw_init()
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_emac.c56 static struct rt_event tx_event; variable
82 rt_event_send(&tx_event, 0x01); in ENET_IRQHandler()
384 result = rt_event_recv(&tx_event, 0x01, in lpc_emac_tx()
464 rt_event_init(&tx_event, "tx_event", RT_IPC_FLAG_FIFO); in rt_hw_emac_init()
/bsp/nxp/lpc/lpc43xx/drivers/
A Ddrv_emac.c56 static struct rt_event tx_event; variable
82 rt_event_send(&tx_event, 0x01); in ENET_IRQHandler()
405 result = rt_event_recv(&tx_event, 0x01, in lpc_emac_tx()
487 rt_event_init(&tx_event, "tx_event", RT_IPC_FLAG_FIFO); in lpc_emac_hw_init()
/bsp/microchip/samc21/bsp/hpl/can/
A Dhpl_can_base.h193 struct _can_tx_event_entry *tx_event; /*!< transfer event fifo */ member
A Dhpl_can.c52 .tx_event = can0_tx_event_fifo,
73 .tx_event = can1_tx_event_fifo,
/bsp/microchip/same70/bsp/hpl/mcan/
A Dhpl_mcan.h193 struct _can_tx_event_entry *tx_event; /*!< transfer event fifo */ member
A Dhpl_mcan.c51 .tx_event = can0_tx_event_fifo,
73 .tx_event = can1_tx_event_fifo,
/bsp/microchip/same54/bsp/hpl/can/
A Dhpl_can_base.h193 struct _can_tx_event_entry *tx_event; /*!< transfer event fifo */ member
A Dhpl_can.c52 .tx_event = can0_tx_event_fifo,
73 .tx_event = can1_tx_event_fifo,

Completed in 17 milliseconds