Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ifx_clock_source_psoc4xx.h File Reference

Go to the source code of this file.

Macros

#define IFX_PATH_PSOC4_IMO   0
#define IFX_PATH_PSOC4_EXT   1
#define IFX_PATH_PSOC4_PUMP_GND   0
#define IFX_PATH_PSOC4_PUMP_IMO   1
#define IFX_PATH_PSOC4_PUMP_HFCLK   2
#define IFX_PSOC4_HFCLK_DIV(div)

Macro Definition Documentation

◆ IFX_PATH_PSOC4_EXT

#define IFX_PATH_PSOC4_EXT   1

◆ IFX_PATH_PSOC4_IMO

#define IFX_PATH_PSOC4_IMO   0

◆ IFX_PATH_PSOC4_PUMP_GND

#define IFX_PATH_PSOC4_PUMP_GND   0

◆ IFX_PATH_PSOC4_PUMP_HFCLK

#define IFX_PATH_PSOC4_PUMP_HFCLK   2

◆ IFX_PATH_PSOC4_PUMP_IMO

#define IFX_PATH_PSOC4_PUMP_IMO   1

◆ IFX_PSOC4_HFCLK_DIV

#define IFX_PSOC4_HFCLK_DIV ( div)
Value:
((div) == 0 ? CY_SYSCLK_NO_DIV \
: (div) == 1 ? CY_SYSCLK_DIV_2 \
: (div) == 3 ? CY_SYSCLK_DIV_4 \
: (div) == 7 ? CY_SYSCLK_DIV_8 \
: CY_SYSCLK_NO_DIV)