Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 15 of 15) sorted by relevance

/hal_infineon-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_clock.c506 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 …]
Dcyhal_adc_mic.c151 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()
Dcyhal_pdmpcm.c448 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()
Dcyhal_adc_sar.c1584 if(config->enabled) in cyhal_adc_channel_configure()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/TOOLCHAIN_ARM/
Dcy_syslib_mdk.s63 ; 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/
Dxmc_sdmmc.h1423 __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/
Dcyhal_clock.h275 cy_rslt_t cyhal_clock_set_enabled(cyhal_clock_t *clock, bool enabled, bool wait_for_lock);
Dcyhal_adc.h223 bool enabled; member
/hal_infineon-3.4.0/mtb-hal-cat1/
DREADME.md40enabled. 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/
Dsar_scheduler-2.0.tcl80 proc construct_timing_info {minAcqAdcClocksNeeded samplesPerScan enabled chanNum} {
82 return [list $minAcqAdcClocksNeeded $samplesPerScan $enabled $chanNum]
Dsar_scheduler-3.0.tcl80 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/
Dcy_sysclk.c2804 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
2841enabled = (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()
Dcy_seglcd.c449 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/
DREADME.md41 …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/
Dcyhal_hw_types.h481 bool enabled; member