FD32M0P Microcontroller SDK
|
#include "event_fabric.h"
Functions | |
void | event_fabric_pub_to_dma_channel_cfg (EVENT_FABRIC_REGS_s *registers, EVENT_FABRIC_DMA_PUB_EVENT_ID_E pub_id, uint32_t chan_id) |
Configures a Publisher to a specific DMA Channel. | |
void | event_fabric_pub_to_sub_channel_cfg (EVENT_FABRIC_REGS_s *registers, EVENT_FABRIC_PUB_ID_E pub_id, EVENT_FABRIC_SUB_ID_E sub_id, EVENT_FABRIC_CHAN_ID_E chan_id) |
Configures an Event Channel to the specified Publisher and Subscriber Pair. | |
void | get_dma_full_chnl_cfg (EVENT_FABRIC_REGS_s *registers, event_fabric_chnl_cfg *chnl) |
Get the current configuration of all DMA Channels. | |
void | get_event_fabric_full_chnl_cfg (EVENT_FABRIC_REGS_s *registers, event_fabric_chnl_cfg *chnl) |
Get the current configuration of all Event Channels. |