Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClRsa/inc/internal/
DmcuxClRsa_Internal_Macros.h44 #define MCUXCLRSA_MAX(value0, value1) \ argument
45 ((value0) > (value1) ? (value0) : (value1))
/hal_nxp-3.6.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClEcc/inc/
DmcuxClEcc_MemoryConsumption.h70 #define MCUXCLECC_MAX(value0, value1) (((value0) > (value1)) ? (value0) : (value1)) argument
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/wdog8/
Dfsl_wdog8.c108 uint8_t value1 = 0U; in WDOG8_Init() local
112 value1 = WDOG_CS1_EN(config->enableWdog8) | WDOG_CS1_INT(config->enableInterrupt) | in WDOG8_Init()
125 base->CS1 = value1; in WDOG8_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pdb/
Dfsl_pdb.h610 uint32_t value1, in PDB_SetPulseOutTriggerDelayValue() argument
615 base->PODLY[channel] = PDB_PODLY_DLY1(value1) | PDB_PODLY_DLY2(value2); in PDB_SetPulseOutTriggerDelayValue()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc12/
Dfsl_adc12.h128 …int16_t value1; /*!< Setting value1 for hardware compare mode. … member
Dfsl_adc12.c399 base->CV1 = (uint32_t)config->value1; in ADC12_SetHardwareCompareConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc_12b1msps_sar/
Dfsl_adc.h176 …uint16_t value1; /*!< Setting value1(0-4095) for hardware compare … member
Dfsl_adc.c345 tmp32 = ADC_CV_CV1(config->value1) | ADC_CV_CV2(config->value2); in ADC_SetHardwareCompareConfig()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc16/
Dfsl_adc16.h211 …int16_t value1; /*!< Setting value1 for hardware compare mode. … member
Dfsl_adc16.c325 base->CV1 = ADC_CV1_CV(config->value1); in ADC16_SetHardwareCompareConfig()