/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/ |
D | cyhal_clock.c | 506 static cy_rslt_t _cyhal_clock_set_enabled_unsupported(cyhal_clock_t *clock, bool enabled, bool wait… in _cyhal_clock_set_enabled_unsupported() argument 509 CY_UNUSED_PARAMETER(enabled); in _cyhal_clock_set_enabled_unsupported() 723 static cy_rslt_t _cyhal_clock_set_enabled_eco(cyhal_clock_t *clock, bool enabled, bool wait_for_loc… in _cyhal_clock_set_enabled_eco() argument 727 if (enabled) in _cyhal_clock_set_enabled_eco() 817 static cy_rslt_t _cyhal_clock_set_enabled_iho(cyhal_clock_t *clock, bool enabled, bool wait_for_loc… in _cyhal_clock_set_enabled_iho() argument 822 if (enabled) in _cyhal_clock_set_enabled_iho() 841 static cy_rslt_t _cyhal_clock_set_enabled_ilo(cyhal_clock_t *clock, bool enabled, bool wait_for_loc… in _cyhal_clock_set_enabled_ilo() argument 846 if (enabled) in _cyhal_clock_set_enabled_ilo() 865 static cy_rslt_t _cyhal_clock_set_enabled_pilo(cyhal_clock_t *clock, bool enabled, bool wait_for_lo… in _cyhal_clock_set_enabled_pilo() argument 870 if (enabled) in _cyhal_clock_set_enabled_pilo() [all …]
|
D | cyhal_adc_mic.c | 151 if(obj->channel_config[*current_idx]->enabled) in _cyhal_adcmic_find_next_channel() 387 channel->enabled = true; in cyhal_adc_init_cfg() 550 obj->enabled = config->enabled; in cyhal_adc_channel_configure() 615 || (false == obj->channel_config[obj->current_channel_index]->enabled)) in _cyhal_adcmic_start_async_read()
|
D | cyhal_pdmpcm.c | 448 bool enabled = cyhal_pdm_pcm_is_enabled(obj); in _cyhal_pdm_pcm_pm_callback() local 449 obj->pm_transition_ready = !(enabled || cyhal_pdm_pcm_is_pending(obj)); in _cyhal_pdm_pcm_pm_callback()
|
D | cyhal_adc_sar.c | 1584 if(config->enabled) in cyhal_adc_channel_configure()
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/TOOLCHAIN_ARM/ |
D | cy_syslib_mdk.s | 63 ; indicating whether interrupts were previously enabled. 66 ; enable bit with interrupts still enabled. The test and set of the interrupt 73 ; Returns 0 if interrupts were previously enabled or 1 if interrupts 91 ; Cy_SysLib_ExitCriticalSection re-enables interrupts if they were enabled
|
/hal_infineon-3.4.0/XMCLib/drivers/inc/ |
D | xmc_sdmmc.h | 1423 __STATIC_INLINE void XMC_SDMMC_SetReadWaitControl(XMC_SDMMC_t *const sdmmc, bool enabled) in XMC_SDMMC_SetReadWaitControl() argument 1428 … (uint8_t)((uint8_t)enabled << SDMMC_BLOCK_GAP_CTRL_READ_WAIT_CTRL_Pos)); in XMC_SDMMC_SetReadWaitControl() 1443 __STATIC_INLINE void XMC_SDMMC_SetStopAtBlockGap(XMC_SDMMC_t *const sdmmc, bool enabled) in XMC_SDMMC_SetStopAtBlockGap() argument 1448 … (uint8_t)((uint8_t)enabled << SDMMC_BLOCK_GAP_CTRL_STOP_AT_BLOCK_GAP_Pos)); in XMC_SDMMC_SetStopAtBlockGap() 1463 __STATIC_INLINE void XMC_SDMMC_SetContinueRequest(XMC_SDMMC_t *const sdmmc, bool enabled) in XMC_SDMMC_SetContinueRequest() argument 1468 (uint8_t)((uint8_t)enabled << SDMMC_BLOCK_GAP_CTRL_CONTINUE_REQ_Pos)); in XMC_SDMMC_SetContinueRequest()
|
/hal_infineon-3.4.0/mtb-hal-cat1/include/ |
D | cyhal_clock.h | 275 cy_rslt_t cyhal_clock_set_enabled(cyhal_clock_t *clock, bool enabled, bool wait_for_lock);
|
D | cyhal_adc.h | 223 bool enabled; member
|
/hal_infineon-3.4.0/mtb-hal-cat1/ |
D | README.md | 40 …enabled. Specifically, events that occur while a given event type is disabled are not queued and w… 52 When using HAL in an RTOS environment with the `RTOS_AWARE` component enabled, initialization of th…
|
/hal_infineon-3.4.0/mtb-pdl-cat1/personalities/peripheral/ |
D | sar_scheduler-2.0.tcl | 80 proc construct_timing_info {minAcqAdcClocksNeeded samplesPerScan enabled chanNum} { 82 return [list $minAcqAdcClocksNeeded $samplesPerScan $enabled $chanNum]
|
D | sar_scheduler-3.0.tcl | 80 proc construct_timing_info {minAcqAdcClocksNeeded samplesPerScan enabled chanNum} { 82 return [list $minAcqAdcClocksNeeded $samplesPerScan $enabled $chanNum]
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_sysclk.c | 2804 bool enabled; /* FLL enable status; n/a for direct */ in Cy_SysClk_FllGetFrequency() local 2809 enabled = (Cy_SysClk_FllIsEnabled()) && (CY_SYSCLK_FLLPLL_OUTPUT_INPUT != fllCfg.outputMode); in Cy_SysClk_FllGetFrequency() 2814 if (enabled && /* If FLL is enabled and not bypassed */ in Cy_SysClk_FllGetFrequency() 2830 bool enabled; /* PLL enable status; n/a for direct */ in Cy_SysClk_PllGetFrequency() local 2841 …enabled = (Cy_SysClk_PllIsEnabled(clkPath)) && (CY_SYSCLK_FLLPLL_OUTPUT_INPUT != pllcfg.outputMode… in Cy_SysClk_PllGetFrequency() 2846 if (enabled && /* If PLL is enabled and not bypassed */ in Cy_SysClk_PllGetFrequency()
|
D | cy_seglcd.c | 449 bool enabled = CY_SEGLCD_IS_ENABLED(base); /* Store the block state */ in Cy_SegLCD_Contrast() local 455 if ((CY_SEGLCD_SUCCESS == retVal) && enabled) in Cy_SegLCD_Contrast()
|
/hal_infineon-3.4.0/abstraction-rtos/ |
D | README.md | 41 …ty when using with FreeRTOS, the following configuration options must be enabled in FreeRTOSConfig…
|
/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/include/ |
D | cyhal_hw_types.h | 481 bool enabled; member
|