|
VSF Documented
|
#include "hal/vsf_hal_cfg.h"#include "hal/driver/common/template/vsf_template_hal_driver.h"#include "utilities/ooc_class.h"Go to the source code of this file.
Data Structures | |
| class | vsf_$ |
| struct | vsf_dac_status_t |
| DAC status structure that can be reimplemented in specific HAL drivers. More... | |
| struct | vsf_dac_isr_t |
| DAC interrupt configuration structure. More... | |
| struct | vsf_dac_cfg_t |
| DAC configuration structure. More... | |
| struct | vsf_dac_capability_t |
| DAC capability structure that can be reimplemented in specific HAL drivers. More... | |
Macros | |
| #define | __HAL_DRIVER_ ${SERIES/DAC_IP}_DAC_H__ |
| #define | VSF_ ${DAC_IP}_DAC_CFG_MULTI_CLASS VSF_DAC_CFG_MULTI_CLASS |
| #define | VSF_DAC_CFG_REIMPLEMENT_TYPE_STATUS ENABLED |
| #define | VSF_DAC_CFG_REIMPLEMENT_TYPE_IRQ_MASK ENABLED |
| #define | VSF_DAC_CFG_REIMPLEMENT_TYPE_CFG ENABLED |
| #define | VSF_DAC_CFG_REIMPLEMENT_TYPE_CAPABILITY ENABLED |
Typedefs | |
| typedef enum vsf_dac_irq_mask_t | vsf_dac_irq_mask_t |
| typedef struct vsf_dac_status_t | vsf_dac_status_t |
| typedef struct vsf_dac_t | vsf_dac_t |
| typedef void | vsf_dac_isr_handler_t(void *target_ptr, vsf_dac_t *dac_ptr, vsf_dac_irq_mask_t irq_mask) |
| typedef struct vsf_dac_isr_t | vsf_dac_isr_t |
| typedef struct vsf_dac_cfg_t | vsf_dac_cfg_t |
| typedef struct vsf_dac_capability_t | vsf_dac_capability_t |
Enumerations | |
| enum | vsf_dac_irq_mask_t { VSF_DAC_IRQ_MASK_IDLE = (0x01ul << 0) , VSF_DAC_IRQ_MASK_CPL = (0x1ul << 0) } |
Variables | |
| class vsf_$ * | reg |
| vsf_dac_isr_t | isr |
| #define __HAL_DRIVER_ ${SERIES/DAC_IP}_DAC_H__ |
| #define VSF_ ${DAC_IP}_DAC_CFG_MULTI_CLASS VSF_DAC_CFG_MULTI_CLASS |
| #define VSF_DAC_CFG_REIMPLEMENT_TYPE_STATUS ENABLED |
| #define VSF_DAC_CFG_REIMPLEMENT_TYPE_IRQ_MASK ENABLED |
| #define VSF_DAC_CFG_REIMPLEMENT_TYPE_CFG ENABLED |
| #define VSF_DAC_CFG_REIMPLEMENT_TYPE_CAPABILITY ENABLED |
| typedef enum vsf_dac_irq_mask_t vsf_dac_irq_mask_t |
| typedef struct vsf_dac_status_t vsf_dac_status_t |
| typedef void vsf_dac_isr_handler_t(void *target_ptr, vsf_dac_t *dac_ptr, vsf_dac_irq_mask_t irq_mask) |
| typedef struct vsf_dac_isr_t vsf_dac_isr_t |
| typedef struct vsf_dac_cfg_t vsf_dac_cfg_t |
| typedef struct vsf_dac_capability_t vsf_dac_capability_t |
| enum vsf_dac_irq_mask_t |
| class vsf_$* reg |
| vsf_dac_isr_t isr |