/hal_infineon-3.7.0/XMCLib/drivers/src/ |
D | xmc_acmp.c | 82 void XMC_ACMP_Init(XMC_ACMP_t *const peripheral, uint32_t instance, const XMC_ACMP_CONFIG_t *const … in XMC_ACMP_Init() argument 87 XMC_ASSERT("XMC_ACMP_Init:Wrong instance number", XMC_ACMP_CHECK_INSTANCE(instance) ) in XMC_ACMP_Init() 94 …peripheral->ANACMP[instance] = ((peripheral->ANACMP[instance] & (uint32_t)COMPARATOR_ANACMP0_CMP_L… in XMC_ACMP_Init() 99 void XMC_ACMP_SetInput(XMC_ACMP_t *const peripheral, uint32_t instance, XMC_ACMP_INP_SOURCE_t sourc… in XMC_ACMP_SetInput() argument 102 XMC_ASSERT("XMC_ACMP_SetInput:Wrong instance number", ((instance != XMC_ACMP_INSTANCE_1) && in XMC_ACMP_SetInput() 103 XMC_ACMP_CHECK_INSTANCE(instance)) ) in XMC_ACMP_SetInput() 115 …peripheral->ANACMP[instance] = ((peripheral->ANACMP[instance] & (uint32_t)(~COMPARATOR_ANACMP0_ACM… in XMC_ACMP_SetInput()
|
/hal_infineon-3.7.0/XMCLib/drivers/inc/ |
D | xmc_acmp.h | 246 void XMC_ACMP_Init(XMC_ACMP_t *const peripheral, uint32_t instance, const XMC_ACMP_CONFIG_t *const … 267 __STATIC_INLINE void XMC_ACMP_EnableComparator(XMC_ACMP_t *const peripheral, uint32_t instance) in XMC_ACMP_EnableComparator() argument 270 XMC_ASSERT("XMC_ACMP_EnableComparator:Wrong instance number", XMC_ACMP_CHECK_INSTANCE(instance) ) in XMC_ACMP_EnableComparator() 272 peripheral->ANACMP[instance] |= (uint16_t)COMPARATOR_ANACMP0_CMP_EN_Msk; in XMC_ACMP_EnableComparator() 294 __STATIC_INLINE void XMC_ACMP_DisableComparator(XMC_ACMP_t *const peripheral, uint32_t instance) in XMC_ACMP_DisableComparator() argument 297 XMC_ASSERT("XMC_ACMP_DisableComparator:Wrong instance number", XMC_ACMP_CHECK_INSTANCE(instance) ) in XMC_ACMP_DisableComparator() 299 peripheral->ANACMP[instance] &= (uint16_t)(~((uint32_t)COMPARATOR_ANACMP0_CMP_EN_Msk)); in XMC_ACMP_DisableComparator() 370 void XMC_ACMP_SetInput(XMC_ACMP_t *const peripheral, uint32_t instance, const XMC_ACMP_INP_SOURCE_t…
|
/hal_infineon-3.7.0/mtb-hal-cat1/include_pvt/ |
D | cyhal_hw_resources.h | 255 …#define _CYHAL_PERIPHERAL_GROUP_ADJUST(instance, group, div) (((group + (instance * PERI0_P… argument 259 #define _CYHAL_CLOCK_BLOCK_PERI_GROUP(instance, gr) \ argument 260 …CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_8BIT = _CYHAL_PERIPHERAL_GROUP_ADJUST((instance), (… 261 …CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_16BIT = _CYHAL_PERIPHERAL_GROUP_ADJUST((instance), … 262 …CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_16_5BIT = _CYHAL_PERIPHERAL_GROUP_ADJUST((instance)… 263 …CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_24_5BIT = _CYHAL_PERIPHERAL_GROUP_ADJUST((instance)…
|
D | cyhal_tcpwm_common.h | 71 #warning Unhandled TCPWM instance count 87 #warning Unhandled TCPWM instance count 102 #warning Unhandled TCPWM instance count 149 #warning Unhandled TCPWM instance count 156 #warning Unhandled TCPWM instance count 173 #warning Unhandled TCPWM instance count
|
D | cyhal_utils_impl.h | 46 #define _CYHAL_UTILS_PACK_INSTANCE_GROUP(instance, group) (((instance) << 4) | (group)) argument
|
/hal_infineon-3.7.0/mtb-hal-cat1/source/ |
D | cyhal_hwmgr_impl_part.h | 83 #warning Unhandled CAN instance count 237 #warning Unhandled DMA instance count 415 #warning Unhandled TCPWM instance count 430 #warning Unhandled TCPWM instance count 442 #warning Unhandled TCPWM instance count 453 #warning Unhandled TCPWM instance count 457 #warning Unhandled TCPWM instance count 469 #warning Unhandled TCPWM instance count 483 #warning Unhandled TDM instance count 977 #define CY_MXSPERI_PCLK_DIV_CNT(instance, gr) ( \ argument [all …]
|
D | cyhal_usb_dev.c | 489 uint32_t instance = obj->resource.block_num; in cyhal_usb_dev_init() local 493 … _cyhal_usb_dev_drv_event_cb_table[instance][CY_USB_DEV_BUS_RESET], in cyhal_usb_dev_init() 496 … _cyhal_usb_dev_drv_event_cb_table[instance][CY_USB_DEV_EP0_SETUP], in cyhal_usb_dev_init() 499 … _cyhal_usb_dev_drv_event_cb_table[instance][CY_USB_DEV_EP0_IN], in cyhal_usb_dev_init() 502 … _cyhal_usb_dev_drv_event_cb_table[instance][CY_USB_DEV_EP0_OUT], in cyhal_usb_dev_init() 506 Cy_USBFS_Dev_Drv_RegisterSofCallback(obj->base, _cyhal_usb_dev_drv_sof_cb_table[instance], in cyhal_usb_dev_init() 522 _cyhal_usb_dev_drv_ep_cb_table[instance], in cyhal_usb_dev_init() 738 uint32_t instance = (uint32_t)obj->resource.block_num; in cyhal_usb_dev_irq_enable() local 739 _cyhal_system_irq_t system_irq = _CYHAL_USB_DEV_IRQ_N[instance]; in cyhal_usb_dev_irq_enable() 758 uint32_t instance = (uint32_t)obj->resource.block_num; in cyhal_usb_dev_register_irq_callback() local [all …]
|
D | cyhal_utils_impl.c | 47 #define _CYHAL_MXSPERI_PCLK_DIV_CNT(instance, gr) \ 48 …case CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_8BIT: return PERI##instance##_PERI_PCLK_PCLK_G… 49 …case CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_16BIT: return PERI##instance##_PERI_PCLK_PCLK_… 50 …case CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_16_5BIT: return PERI##instance##_PERI_PCLK_PCL… 51 …case CYHAL_CLOCK_BLOCK##instance##_PERIPHERAL##gr##_24_5BIT: return PERI##instance##_PERI_PCLK_PCL… 172 uint8_t instance = _CYHAL_UTILS_UNPACK_INSTANCE(peri_group); in _cyhal_utils_allocate_peri() 174 …ck_t adjusted_div = (cyhal_clock_block_t)_CYHAL_PERIPHERAL_GROUP_ADJUST(instance, group, PERI_DIVI… in _cyhal_utils_allocate_peri()
|
D | cyhal_audio_common.c | 111 #warning Unhandled audioss instance count 133 #warning Unhandled audioss instance count 153 #warning Unhandled audioss instance count 175 #warning Unhandled audioss instance count 200 #warning Unhandled audioss instance count in _cyhal_audioss_get_block_from_irqn() 216 #warning Unhandled audioss instance count 281 #warning Unhandled tdm instance count 292 #warning Unhandled tdm instance count 302 #warning Unhandled tdm instance count 311 #warning Unhandled tdm instance count [all …]
|
D | cyhal_tcpwm_common.c | 64 #warning Unhandled TCPWM instance count 111 #warning Unhandled TCPWM instance count 118 #warning Unhandled TCPWM instance count 133 #warning Unhandled TCPWM instance count 183 #warning Unhandled TCPWM instance count 191 #warning Unhandled TCPWM instance count 219 #warning Unhandled TCPWM instance count 240 #warning Unhandled TCPWM instance count
|
D | cyhal_comp_lp.c | 85 #error Unhandled LP_COMP instance count 94 #error Unhandled LP_COMP instance count 106 #error Unhandled LP_COMP instance count in _cyhal_lpcomp_get_block_from_irqn()
|
D | cyhal_adc_mic.c | 92 #warning Unhandled ADCMIC instance count 101 #warning Unhandled ADCMIC instance count 112 #warning Unhandled ADCMIC instance count 124 #warning Unhandled ADCMIC instance count in _cyhal_adcmic_get_block_from_irqn()
|
D | cyhal_clock.c | 2477 uint8_t instance = _CYHAL_PERIPHERAL_CLOCK_GET_INSTANCE(clock->block); in _cyhal_clock_get_frequency_peri() local 2479 …uint8_t hfclk = _cyhal_utils_get_hfclk_for_peri_group(_CYHAL_UTILS_PACK_INSTANCE_GROUP(instance, g… in _cyhal_clock_get_frequency_peri() 2510 uint8_t instance = _CYHAL_PERIPHERAL_CLOCK_GET_INSTANCE(clock->block); in _cyhal_clock_set_frequency_peri() local 2512 …requency(_cyhal_utils_get_hfclk_for_peri_group(_CYHAL_UTILS_PACK_INSTANCE_GROUP(instance, group))); in _cyhal_clock_set_frequency_peri() 2522 group_num += _VAL2FLD(PERI_GR_INST_NUM, instance); in _cyhal_clock_set_frequency_peri() 2578 uint8_t instance = _CYHAL_PERIPHERAL_CLOCK_GET_INSTANCE(clock->block); in _cyhal_clock_get_sources_peri() local 2580 …uint8_t hfclk = _cyhal_utils_get_hfclk_for_peri_group(_CYHAL_UTILS_PACK_INSTANCE_GROUP(instance, g… in _cyhal_clock_get_sources_peri() 2893 uint8_t instance = _CYHAL_PERIPHERAL_CLOCK_GET_INSTANCE(clock->block); in _cyhal_clock_is_source_enabled_peripheral() local 2895 …clk_idx = _cyhal_utils_get_hfclk_for_peri_group(_CYHAL_UTILS_PACK_INSTANCE_GROUP(instance, group)); in _cyhal_clock_is_source_enabled_peripheral() 2966 uint8_t instance = _CYHAL_PERIPHERAL_CLOCK_GET_INSTANCE(clock->block); in _cyhal_clock_set_frequency_peripheral() local [all …]
|
D | cyhal_lptimer.c | 277 uint32_t instance = (uint32_t)_cyhal_lptimer_get_instance_from_irq(); in _cyhal_lptimer_irq_handler() local 278 if (instance != _CYHAL_MCWDT_DISCONNECTED_IRQ) in _cyhal_lptimer_irq_handler() 280 cyhal_lptimer_t *obj = _cyhal_lptimer_config_structs[instance]; in _cyhal_lptimer_irq_handler()
|
D | cyhal_pdmpcm.c | 153 #warning Unhandled audioss instance count 219 #warning Unhandled audioss instance count 250 #warning Unhandled audioss instance count in _cyhal_pdm_pcm_get_block_from_irqn() 266 #warning Unhandled tdm instance count
|
D | cyhal_adc_sar.c | 158 #warning Unhandled SAR instance count 195 #warning Unhandled SAR instance count 230 #warning Unhandled SAR instance count 268 #warning Unhandled SAR instance count 313 #warning Unhandled SAR instance count 367 #warning Unhandled SAR instance count in _cyhal_adc_get_block_from_irqn()
|
D | cyhal_comp_ctb.c | 79 #error Unhandled CTB instance count
|
D | cyhal_dac.c | 92 #warning Unhandled CTDAC instance count
|
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/include/ |
D | cy_ethif.h | 236 …#define CY_ETHIF_IP_ADDR_REGBASE(instance) (((instance) == CY_ETHIF_INSTANCE_0) ? CY_ETH0_TYPE : C… argument 237 …#define CY_ETHIF_GEMGXL_ADDR_REGBASE(instance) (((instance) == CY_ETHIF_INSTANCE_0) ? CY_ETH0_GEMG… argument 241 …#define CY_ETHIF_IP_ADDR_REGBASE(instance) (((instance) == CY_ETHIF_INSTANCE_0) ? CY_ETH0_TYPE : C… 242 …#define CY_ETHIF_GEMGXL_ADDR_REGBASE(instance) (((instance) == CY_ETHIF_INSTANCE_0) ? CY_ETH0_GEMG…
|
/hal_infineon-3.7.0/mtb-hal-cat1/ |
D | README.md | 15 …instance of a driver-specific type (for example, `cyhal_uart_t`). This instance must be allocated … 17 …instance. This is an optional argument to enable sharing of clock dividers in large designs (via u… 22 … instance that connects to the specified pins. If multiple block instances can connect to the spec… 25 …irectly invoke it to handle advanced use cases. For example, if a block instance will be managed b…
|
/hal_infineon-3.7.0/btstack/ |
D | RELEASE.md | 116 …- Fix for an issue where Maximum possible multi-adv connections value was wrong and adv instance c…
|
/hal_infineon-3.7.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_wlioctl.h | 659 uint32_t instance; member
|