Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_clc_drv.c26 hpm_stat_t clc_config_coeff(CLC_Type *clc, clc_chn_t chn, clc_coeff_zone_t zone, clc_coeff_config_t… in clc_config_coeff() argument
67 clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_KS = coeff_ks; in clc_config_coeff()
68 clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_B0 = (uint32_t)(int32_t)(coeff->b0 * f_coeff); in clc_config_coeff()
69 clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_B1 = (uint32_t)(int32_t)(coeff->b1 * f_coeff); in clc_config_coeff()
70 clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_B2 = (uint32_t)(int32_t)(coeff->b2 * f_coeff); in clc_config_coeff()
71 … clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_B3 = (uint32_t)(int32_t)(coeff->b3 * (float)(0x80000000u)); in clc_config_coeff()
72 clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_A0 = (uint32_t)(int32_t)(coeff->a0 * f_coeff); in clc_config_coeff()
73 clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_A1 = (uint32_t)(int32_t)(coeff->a1 * f_coeff); in clc_config_coeff()
74 … clc->VDVQ_CHAN[chn].COEFF[zone].COEFF_A2 = (uint32_t)(int32_t)(coeff->a2 * (float)(0x80000000u)); in clc_config_coeff()
/bsp/samd21/sam_d2x_asflib/common/components/crypto/sha204/
A Dsha204_command_marshaling.c399 || ((args->zone != GENDIG_ZONE_OTP) && (args->zone != GENDIG_ZONE_DATA))) in sha204m_gen_dig()
407 args->tx_buffer[GENDIG_ZONE_IDX] = args->zone; in sha204m_gen_dig()
627 || ((args->zone & READ_ZONE_MODE_32_BYTES) && (args->zone == SHA204_ZONE_OTP))) in sha204m_read()
633 if ((args->zone & SHA204_ZONE_MASK) == SHA204_ZONE_CONFIG) { in sha204m_read()
637 if ((args->zone & SHA204_ZONE_MASK) == SHA204_ZONE_OTP) { in sha204m_read()
643 if ((args->zone & SHA204_ZONE_MASK) == SHA204_ZONE_DATA) { in sha204m_read()
652 args->tx_buffer[READ_ZONE_IDX] = args->zone; in sha204m_read()
711 if ((args->zone & SHA204_ZONE_MASK) == SHA204_ZONE_CONFIG) { in sha204m_write()
715 if ((args->zone & SHA204_ZONE_MASK) == SHA204_ZONE_OTP) { in sha204m_write()
721 if ((args->zone & SHA204_ZONE_MASK) == SHA204_ZONE_DATA) { in sha204m_write()
[all …]
A Dsha204_command_marshaling.h403 uint8_t zone; //!< what zone (config, OTP, or data) to use in the digest calculation member
424 uint8_t zone; //!< what zone (config, OTP, or data) to lock member
473 …uint8_t zone; //!< what zone (config, OTP, or data) to read from and how many bytes (… member
493 …uint8_t zone; //!< what zone (config, OTP, or data) to write to, how many bytes (4 or… member
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_kerning.c21 uint8_t zone = y / s->zoneheight; in fit_leftedge() local
22 if (x < s->edgepos[zone]) in fit_leftedge()
23 s->edgepos[zone] = x; in fit_leftedge()
35 uint8_t zone = y / s->zoneheight; in fit_rightedge() local
37 if (x > s->edgepos[zone]) in fit_rightedge()
38 s->edgepos[zone] = x; in fit_rightedge()
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_acq.c1455 TSC_STATUS_T TSC_Acq_ConfigZone(CONST TSC_Zone_T * zone, TSC_tIndex_T idxBlock)
1458 TSC_Globals.For_Zone = zone;
1462 retval = TSC_Acq_ConfigBlock(zone->indexBlock[idxBlock]);
1463 TSC_Globals.For_Block = zone->indexBlock[idxBlock];
1466 while ((idxBlock < zone->numBlock) && (retval == TSC_STATUS_ERROR));
1471 if (idxBlock < zone->numBlock)
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc_acq.h240 TSC_STATUS_T TSC_Acq_ConfigZone(CONST TSC_Zone_T* zone, TSC_tIndex_T idxBlock);
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_clc_drv.h418 hpm_stat_t clc_config_coeff(CLC_Type *clc, clc_chn_t chn, clc_coeff_zone_t zone, clc_coeff_config_t…
/bsp/allwinner/libraries/sunxi-hal/hal/source/spinor/
A DKconfig77 for power lose case to avoid data corruption. Most of them support zone
/bsp/microchip/same54/
A DREADME_zh.md45 - Dedicated AHB memory zone
A DREADME.md45 - Dedicated AHB memory zone
/bsp/microchip/samd51-adafruit-metro-m4/
A DREADME_zh.md50 - Dedicated AHB memory zone
A DREADME.md50 - Dedicated AHB memory zone
/bsp/microchip/samd51-seeed-wio-terminal/
A DREADME.md53 - Dedicated AHB memory zone
A DREADME_zh.md53 - Dedicated AHB memory zone
/bsp/microchip/
A DREADME.md10 - saml11 | 3.3V Cortex-M23 with ultra low power and trust-zone

Completed in 36 milliseconds