Searched refs:tx_event (Results 1 – 10 of 10) sorted by relevance
| /bsp/nxp/lpc/lpc176x/drivers/ |
| A D | emac.c | 31 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 D | emac.c | 34 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 D | drv_emac.c | 56 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 D | drv_emac.c | 56 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 D | hpl_can_base.h | 193 struct _can_tx_event_entry *tx_event; /*!< transfer event fifo */ member
|
| A D | hpl_can.c | 52 .tx_event = can0_tx_event_fifo, 73 .tx_event = can1_tx_event_fifo,
|
| /bsp/microchip/same70/bsp/hpl/mcan/ |
| A D | hpl_mcan.h | 193 struct _can_tx_event_entry *tx_event; /*!< transfer event fifo */ member
|
| A D | hpl_mcan.c | 51 .tx_event = can0_tx_event_fifo, 73 .tx_event = can1_tx_event_fifo,
|
| /bsp/microchip/same54/bsp/hpl/can/ |
| A D | hpl_can_base.h | 193 struct _can_tx_event_entry *tx_event; /*!< transfer event fifo */ member
|
| A D | hpl_can.c | 52 .tx_event = can0_tx_event_fifo, 73 .tx_event = can1_tx_event_fifo,
|
Completed in 17 milliseconds