Home
last modified time | relevance | path

Searched refs:R_TFU (Results 1 – 5 of 5) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_tfu.h85 #define BSP_TFU_DTSR0_ADDRESS (&R_TFU->DTSR0)
86 #define BSP_TFU_DTSR1_ADDRESS (&R_TFU->DTSR1)
170 R_TFU->SCDT1 = angle; in __sinf()
173 return R_TFU->SCDT1; in __sinf()
188 R_TFU->SCDT1 = angle; in __cosf()
191 return R_TFU->SCDT0; in __cosf()
206 R_TFU->SCDT1 = angle; in __sincosf()
209 *sin = R_TFU->SCDT1; in __sincosf()
212 *cos = R_TFU->SCDT0; in __sincosf()
228 R_TFU->ATDT0 = x_cord; in __atan2f()
[all …]
Dbsp_module_stop.h155 #define BSP_MSTP_DMY_FSP_IP_TFU(channel) R_TFU->TRGSTS;
/hal_renesas-latest/zephyr/ra/portable/
Dbsp_tfu.h83 R_TFU->SCDT1 = angle; in __sinf()
86 return R_TFU->SCDT1; in __sinf()
101 R_TFU->SCDT1 = angle; in __cosf()
104 return R_TFU->SCDT0; in __cosf()
119 R_TFU->SCDT1 = angle; in __sincosf()
122 *sin = R_TFU->SCDT1; in __sincosf()
125 *cos = R_TFU->SCDT0; in __sincosf()
141 R_TFU->ATDT0 = x_cord; in __atan2f()
144 R_TFU->ATDT1 = y_cord; in __atan2f()
147 return R_TFU->ATDT1; in __atan2f()
[all …]
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/
Dsystem.c1446 R_TFU->FXSCIOC_b.IUF = BSP_CFG_TFU_FIXED_POINT_SINCOS_INPUT_SETTING; in bsp_tfu_init()
1447 R_TFU->FXSCIOC_b.OF = BSP_CFG_TFU_FIXED_POINT_SINCOS_OUTPUT_SETTING; in bsp_tfu_init()
1448 R_TFU->FXATIOC_b.OUF = BSP_CFG_TFU_FIXED_POINT_ARCTAN_OUTPUT_SETTING; in bsp_tfu_init()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Include/
DR9A07G084.h30903 #define R_TFU ((R_TFU_Type *) R_TFU_BASE) macro