Searched refs:DIVx (Results 1 – 4 of 4) sorted by relevance
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/ |
| A D | fm33lc0xx_fl_divas.h | 85 MODIFY_REG(DIVx->END, (0xffffffffU << 0U), (number << 0U)); in FL_DIV_WriteDividend_S32() 94 __STATIC_INLINE int32_t FL_DIV_ReadDividend_S32(DIV_Type *DIVx) in FL_DIV_ReadDividend_S32() argument 108 MODIFY_REG(DIVx->SOR, (0xffffU << 0U), (number << 0U)); in FL_DIV_WriteDivisor_S16() 117 __STATIC_INLINE int32_t FL_DIV_ReadDivisor_S16(DIV_Type *DIVx) in FL_DIV_ReadDivisor_S16() argument 119 return (uint32_t)(READ_BIT(DIVx->SOR, (0xffffU << 0U)) >> 0U); in FL_DIV_ReadDivisor_S16() 128 __STATIC_INLINE int32_t FL_DIV_ReadQuotient_S32(DIV_Type *DIVx) in FL_DIV_ReadQuotient_S32() argument 139 __STATIC_INLINE int32_t FL_DIV_ReadResidue_S16(DIV_Type *DIVx) in FL_DIV_ReadResidue_S16() argument 141 return (uint32_t)(READ_BIT(DIVx->REMD, (0xffffU << 0U)) >> 0U); in FL_DIV_ReadResidue_S16() 161 __STATIC_INLINE uint32_t FL_DIV_IsActiveFlag_Busy(DIV_Type *DIVx) in FL_DIV_IsActiveFlag_Busy() argument 174 FL_ErrorStatus FL_DIVAS_DeInit(DIV_Type *DIVx); [all …]
|
| /bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/ |
| A D | fm33lc0xx_fl_divas.c | 61 FL_ErrorStatus FL_DIVAS_DeInit(DIV_Type *DIVx) in FL_DIVAS_DeInit() argument 64 assert_param(IS_DIVAS_ALL_INSTANCE(DIVx)); in FL_DIVAS_DeInit() 86 FL_ErrorStatus FL_DIVAS_Init(DIV_Type *DIVx) in FL_DIVAS_Init() argument 89 assert_param(IS_DIVAS_ALL_INSTANCE(DIVx)); in FL_DIVAS_Init() 116 uint32_t FL_DIVAS_Hdiv_Calculation(DIV_Type *DIVx, int32_t DivisorEnd, int16_t Divisor, int32_t *Qu… in FL_DIVAS_Hdiv_Calculation() argument 119 FL_DIV_WriteDividend_S32(DIVx, DivisorEnd); in FL_DIVAS_Hdiv_Calculation() 120 FL_DIV_WriteDivisor_S16(DIVx, Divisor); in FL_DIVAS_Hdiv_Calculation() 121 if(FL_DIV_IsActiveFlag_DividedZero(DIVx)) in FL_DIVAS_Hdiv_Calculation() 129 while(FL_DIV_IsActiveFlag_Busy(DIVx)) in FL_DIVAS_Hdiv_Calculation() 140 *Quotient = FL_DIV_ReadQuotient_S32(DIVx); in FL_DIVAS_Hdiv_Calculation() [all …]
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_div.c | 32 void DIV_Init(DIV_TypeDef * DIVx) in DIV_Init() argument 34 switch((uint32_t)DIVx) in DIV_Init()
|
| A D | SWM341_div.h | 5 void DIV_Init(DIV_TypeDef * DIVx);
|
Completed in 8 milliseconds