Searched refs:poly (Results 1 – 20 of 20) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_tamp_drv.c | 20 ptr->TAMP[ch].POLY = config->poly; in tamp_init_ch_config() 34 config->poly = 0; in tamp_get_default_ch_config()
|
| A D | hpm_crc_drv.c | 14 cfg->poly = 0x4C11DB7ul; in crc_get_default_channel_config() 29 ptr->CHN[ch_index].POLY = cfg->poly; in crc_setup_channel_config()
|
| /bsp/tae32f5300/Libraries/CMSIS/Include/ |
| A D | arm_vec_math.h | 227 f32x4_t poly = vtaylor_polyq_f32(val, exp_tab); in vexpq_f32() local 230 poly = (f32x4_t) (vqaddq_s32((q31x4_t) (poly), vqshlq_n_s32(m, 23))); in vexpq_f32() 232 poly = vdupq_m(poly, 0.0f, vcmpltq_n_s32(m, -126)); in vexpq_f32() 233 return poly; in vexpq_f32()
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_crypto.c | 37 if (ctx ->crc_cfg.poly != CRC16_PLOY) in _get_crc16() 76 if (ctx ->crc_cfg.poly != CRC32_PLOY) in _get_crc32() 368 .poly = 0x8005, in crc_demo() 376 .poly = 0x04C11DB7, in crc_demo()
|
| /bsp/hc32/tests/ |
| A D | test_crypto.c | 70 .poly = 0x1021U, in crc_test() 79 cfg.poly = 0x04C11DB7UL; in crc_test()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_tamp_drv.h | 68 uint32_t poly; /* used in active mode */ member
|
| A D | hpm_crc_drv.h | 83 uint32_t poly; /*!< Poly for CRC. */ member
|
| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_crc.c | 110 switch (ctx->crc_cfg.poly) in nu_crc_update()
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_crc.c | 110 switch (ctx->crc_cfg.poly) in nu_crc_update()
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_crc.c | 111 switch (ctx->crc_cfg.poly) in nu_crc_update()
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_crc.c | 110 switch (ctx->crc_cfg.poly) in nu_crc_update()
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_crypto.c | 40 if (ctx->crc_cfg.poly != DEFAULT_CRC16_CCITT_POLY && ctx->crc_cfg.poly != DEFAULT_CRC32_POLY) in _crc_update()
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_crypto.c | 65 switch (ctx->crc_cfg.poly) in swm_crc_update()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/ |
| A D | crypto_sample.c | 50 .poly = 0x04C11DB7, in hw_crc_sample()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_crypto.c | 53 switch (ctx->crc_cfg.poly) in swm_crc_update()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/ |
| A D | crypto_sample.c | 84 .poly = 0x04C11DB7, in hw_crc_sample()
|
| /bsp/synwit/swm320-mini/applications/ |
| A D | main.c | 506 .poly = 0x04C11DB7, in crypto_sample()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_crypto.c | 60 HW_TypeDef->Init.GeneratingPolynomial = ctx ->crc_cfg.poly; in _crc_update()
|
| /bsp/synwit/swm341-mini/applications/ |
| A D | main.c | 669 .poly = 0x04C11DB7, in crypto_sample()
|
| /bsp/w60x/drivers/ |
| A D | drv_crypto.c | 82 switch (ctx->crc_cfg.poly) in _crc_update()
|
Completed in 46 milliseconds