Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 25 of 53) sorted by relevance

123

/bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/
A Dhc32l196_crc.c103 M0P_CRC->RESULT = 0xFFFF; in CRC16_Get8()
109 return (M0P_CRC->RESULT_f.RESULT); in CRC16_Get8()
128 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Get16()
134 return (M0P_CRC->RESULT_f.RESULT); in CRC16_Get16()
153 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Get32()
159 return (M0P_CRC->RESULT_f.RESULT); in CRC16_Get32()
181 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Check8()
214 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Check16()
275 M0P_CRC->RESULT = 0xFFFFFFFFu; in CRC32_Get8()
281 return (M0P_CRC->RESULT_f.RESULT); in CRC32_Get8()
[all …]
A Dhc32l196_adc.c559 return M0P_ADC->RESULT; in Adc_GetSglResult()
/bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/
A Dcrc.c103 M0P_CRC->RESULT = 0xFFFF; in CRC16_Get8()
109 return (M0P_CRC->RESULT_f.RESULT); in CRC16_Get8()
128 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Get16()
134 return (M0P_CRC->RESULT_f.RESULT); in CRC16_Get16()
153 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Get32()
159 return (M0P_CRC->RESULT_f.RESULT); in CRC16_Get32()
181 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Check8()
214 M0P_CRC->RESULT_f.RESULT = 0xFFFF; in CRC16_Check16()
275 M0P_CRC->RESULT = 0xFFFFFFFFu; in CRC32_Get8()
281 return (M0P_CRC->RESULT_f.RESULT); in CRC32_Get8()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/
A Ddivas.c95 int32_t quotient = DIVAS->RESULT.reg; in divas_idiv()
130 uint32_t quotient = DIVAS->RESULT.reg; in divas_uidiv()
229 uint32_t result_sqrt = DIVAS->RESULT.reg; in divas_sqrt()
306 quotient = DIVAS->RESULT.reg; in __aeabi_idivmod()
350 quotient = DIVAS->RESULT.reg; in __aeabi_uidivmod()
422 result.quotient = DIVAS->RESULT.reg; in __aeabi_idivmod()
460 result.quotient = DIVAS->RESULT.reg; in __aeabi_uidivmod()
/bsp/microchip/samc21/bsp/hpl/divas/
A Dhpl_divas.c50 #define _divas_result32() (DIVAS->RESULT.reg)
53 #define _divas_result64() (*((uint64_t *)(&DIVAS->RESULT.reg)))
/bsp/microchip/samc21/bsp/samc21/include/component/
A Ddivas.h124 uint32_t RESULT:32; /*!< bit: 0..31 RESULT */ member
183 __I DIVAS_RESULT_Type RESULT; /**< \brief Offset: 0x10 (R/ 32) Result */ member
A Dsdadc.h491 uint32_t RESULT:24; /*!< bit: 0..23 Result Value */ member
593 __I SDADC_RESULT_Type RESULT; /**< \brief Offset: 0x24 (R/ 32) Result */ member
A Dadc.h634 uint16_t RESULT:16; /*!< bit: 0..15 Result Value */ member
716 __I ADC_RESULT_Type RESULT; /**< \brief Offset: 0x24 (R/ 16) Result */ member
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_crc.h36 return CRC->RESULT; in CRC_Result()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_crc.h56 return CRC->RESULT; in CRC_Result()
/bsp/microchip/samc21/bsp/hri/
A Dhri_divas_c21.h63 return (((Divas *)hw)->RESULT.reg & DIVAS_RESULT_RESULT(mask)) >> DIVAS_RESULT_RESULT_Pos; in hri_divas_get_RESULT_RESULT_bf()
68 return (((Divas *)hw)->RESULT.reg & DIVAS_RESULT_RESULT_Msk) >> DIVAS_RESULT_RESULT_Pos; in hri_divas_read_RESULT_RESULT_bf()
74 tmp = ((Divas *)hw)->RESULT.reg; in hri_divas_get_RESULT_reg()
81 return ((Divas *)hw)->RESULT.reg; in hri_divas_read_RESULT_reg()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_crc_drv.h217 return ptr->CHN[ch_index].RESULT; in crc_get_result()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sdadc/
A Dsdadc_callback.c65 *(module->job_buffer++) = ((int32_t)(module->hw->RESULT.reg << 8)) >> 8; in _sdadc_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/
A Dadc_callback.c68 *(module->job_buffer++) = module->hw->RESULT.reg; in _adc_interrupt_handler()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/
A Dhpm_crc_regs.h21 __RW uint32_t RESULT; /* 0x1C: chn result */ member
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/
A Dhpm_crc_regs.h21 __RW uint32_t RESULT; /* 0x1C: chn result */ member
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/
A Dhpm_crc_regs.h21 __RW uint32_t RESULT; /* 0x1C: chn result */ member
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/
A Dhpm_crc_regs.h21 __RW uint32_t RESULT; /* 0x1C: chn result */ member
/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_l_c/
A Dadc_callback.c64 *(module->job_buffer++) = module->hw->RESULT.reg; in _adc_interrupt_handler()
/bsp/microchip/same54/bsp/include/component/
A Ddac.h507 uint16_t RESULT:16; /*!< bit: 0..15 Filter Result */ member
538 __I DAC_RESULT_Type RESULT[2]; /**< \brief Offset: 0x1C (R/ 16) Filter Result */ member
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dadc.h536 uint16_t RESULT:16; /*!< bit: 0..15 Result Conversion Value */ member
685 __I ADC_RESULT_Type RESULT; /**< \brief Offset: 0x1A (R/ 16) Result */ member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Ddac.h507 uint16_t RESULT:16; /*!< bit: 0..15 Filter Result */ member
538 __I DAC_RESULT_Type RESULT[2]; /**< \brief Offset: 0x1C (R/ 16) Filter Result */ member
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dadc.h539 uint16_t RESULT:16; /*!< bit: 0..15 Result Conversion Value */ member
688 __I ADC_RESULT_Type RESULT; /**< \brief Offset: 0x1A (R/ 16) Result */ member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Ddac.h507 uint16_t RESULT:16; /*!< bit: 0..15 Filter Result */ member
538 __I DAC_RESULT_Type RESULT[2]; /**< \brief Offset: 0x1C (R/ 16) Filter Result */ member
/bsp/hc32l136/Libraries/CMSIS/Device/HDSC/HC32L136/Include/
A Dhc32l136.h203 __IO uint32_t RESULT :12; member
208 __IO uint32_t RESULT :12; member
213 __IO uint32_t RESULT :12; member
218 __IO uint32_t RESULT :12; member
223 __IO uint32_t RESULT :12; member
228 __IO uint32_t RESULT :12; member
233 __IO uint32_t RESULT :12; member
238 __IO uint32_t RESULT :12; member
243 __IO uint32_t RESULT :12; member
6440 __IO uint32_t RESULT; member
[all …]

Completed in 123 milliseconds

123