diff --git a/BCZT/BCZT.mtpj b/BCZT/BCZT.mtpj
index 7db45e3..980ac07 100644
--- a/BCZT/BCZT.mtpj
+++ b/BCZT/BCZT.mtpj
@@ -3432,9 +3432,9 @@ DataFlash
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- 1
- 0
- False
+
+
+
False
100
0:78:78,1:77:77,2:400:400,3:61:61,4:40:40,5:50:50,6:160:160,7:210:210,8:219:219,9:210:210,10:100:100
@@ -3806,7 +3806,7 @@ DataFlash
</RTC1HZ>
<RXD0 Name="RXD0" Text="disable" />
<ProjectName Name="PrjName" Text="BCZT" />
- <ProjectPath Name="PrjPath" Text="E:\workspace\BCZT\new\BCZT_NEW\BCZT" />
+ <ProjectPath Name="PrjPath" Text="F:\FCB_project\temp\bczt_new\CODE\BCZT" />
<ProjectKind Name="PrjKind" Text="Project78K0R" />
<DeviceName Name="DeviceName" Fixed="" Text="RL78F13" />
<MCUName Name="MCUName" Text="RL78F13_48pin" />
@@ -5245,7 +5245,7 @@ DataFlash
<TAUPWMMaster0>
<PWMMaster0>
<setting name="Value_scale" value="1" />
- <setting name="PWM_cycle" value="100" />
+ <setting name="PWM_cycle" value="1000" />
<setting name="Master_interrupt_priority" value="3" />
<setting name="Master_interrupt" value="unused" />
</PWMMaster0>
diff --git a/BCZT/BCZT.rcpe b/BCZT/BCZT.rcpe
index c18630d..fe55ae4 100644
--- a/BCZT/BCZT.rcpe
+++ b/BCZT/BCZT.rcpe
@@ -354,7 +354,7 @@
</RTC1HZ>
<RXD0 Name="RXD0" Text="disable" />
<ProjectName Name="PrjName" Text="BCZT" />
- <ProjectPath Name="PrjPath" Text="E:\workspace\BCZT\new\BCZT_NEW\BCZT" />
+ <ProjectPath Name="PrjPath" Text="F:\FCB_project\temp\bczt_new\CODE\BCZT" />
<ProjectKind Name="PrjKind" Text="Project78K0R" />
<DeviceName Name="DeviceName" Fixed="" Text="RL78F13" />
<MCUName Name="MCUName" Text="RL78F13_48pin" />
@@ -1793,7 +1793,7 @@
<TAUPWMMaster0>
<PWMMaster0>
<setting name="Value_scale" value="1" />
- <setting name="PWM_cycle" value="100" />
+ <setting name="PWM_cycle" value="1000" />
<setting name="Master_interrupt_priority" value="3" />
<setting name="Master_interrupt" value="unused" />
</PWMMaster0>
diff --git a/BCZT/function.html b/BCZT/function.html
new file mode 100644
index 0000000..bb77817
--- /dev/null
+++ b/BCZT/function.html
@@ -0,0 +1,488 @@
+
+
+
+
+ Module | File | Macro | Function | Default | Status |
+
+ Common | | | | | |
+ | r_main.c | | | r_main.c | Used |
+ | | | void main(void) | main | Used |
+ | | | void R_MAIN_UserInit(void) | R_MAIN_UserInit | Used |
+ | r_systeminit.c | | | r_systeminit.c | Used |
+ | | | void R_Systeminit(void) | R_Systeminit | Used |
+ | | | void hdwinit(void) | hdwinit | Used |
+ | r_cg_macrodriver.h | | | r_cg_macrodriver.h | Used |
+ | r_cg_userdefine.h | | | r_cg_userdefine.h | Used |
+Clock Generator | | | | | |
+ | r_cg_cgc.c | | | r_cg_cgc.c | Used |
+ | | | void R_CGC_Create(void) | R_CGC_Create | Used |
+ | | | MD_STATUS R_CGC_Set_ClockMode(enum ClockMode mode) | R_CGC_Set_ClockMode | Unused |
+ | | | void R_CGC_ClockMonitor_Start(void) | R_CGC_ClockMonitor_Start | Unused |
+ | | | void R_CGC_ClockMonitor_Stop(void) | R_CGC_ClockMonitor_Stop | Unused |
+ | | | void R_CGC_StackPointer_Start(void) | R_CGC_StackPointer_Start | Unused |
+ | | | void R_CGC_StackPointer_Stop(void) | R_CGC_StackPointer_Stop | Unused |
+ | | | void R_CGC_RAMECC_Start(void) | R_CGC_RAMECC_Start | Unused |
+ | | | void R_CGC_RAMECC_Stop(void) | R_CGC_RAMECC_Stop | Unused |
+ | r_cg_cgc_user.c | | | r_cg_cgc_user.c | Used |
+ | | | void R_CGC_Create_UserInit(void) | R_CGC_Create_UserInit | Unused |
+ | | | void R_CGC_Get_ResetSource(void) | R_CGC_Get_ResetSource | Unused |
+ | | | __interrupt static void r_cgc_clockmonitor_interrupt(void) | r_cgc_clockmonitor_interrupt | Unused |
+ | | | __interrupt static void r_cgc_stackpointer_interrupt(void) | r_cgc_stackpointer_interrupt | Unused |
+ | | | __interrupt static void r_cgc_ram_ecc_interrupt(void) | r_cgc_ram_ecc_interrupt | Unused |
+ | r_cg_cgc.h | | | r_cg_cgc.h | Used |
+ | r_cg_pfdl.c | | | r_cg_pfdl.c | Used |
+ | | | void R_FDL_Create(void) | R_FDL_Create | Unused |
+ | | | pfdl_status_t R_FDL_Write(pfdl_u16 index, __near pfdl_u08* buffer, pfdl_u16 bytecount) | R_FDL_Write | Unused |
+ | | | pfdl_status_t R_FDL_Read(pfdl_u16 index, __near pfdl_u08* buffer, pfdl_u16 bytecount) | R_FDL_Read | Unused |
+ | | | pfdl_status_t R_FDL_Erase(pfdl_u16 blockno) | R_FDL_Erase | Unused |
+ | | | void R_FDL_Open(void) | R_FDL_Open | Unused |
+ | | | void PFDL_Close(void) | R_FDL_Close | Unused |
+ | | | pfdl_status_t R_FDL_BlankCheck(pfdl_u16 index, pfdl_u16 bytecount) | R_FDL_BlankCheck | Unused |
+ | | | pfdl_status_t R_FDL_IVerify(pfdl_u16 index, pfdl_u16 bytecount) | R_FDL_IVerify | Unused |
+ | r_cg_pfdl.h | | | r_cg_pfdl.h | Unused |
+Port | | | | | |
+ | r_cg_port.c | | | r_cg_port.c | Used |
+ | | | void R_PORT_Create(void) | R_PORT_Create | Used |
+ | r_cg_port_user.c | | | r_cg_port_user.c | Used |
+ | | | void R_PORT_Create_UserInit(void) | R_PORT_Create_UserInit | Unused |
+ | r_cg_port.h | | | r_cg_port.h | Used |
+Interrupt | | | | | |
+ | r_cg_intc.c | | | r_cg_intc.c | Unused |
+ | | INTP | | | |
+ | | | void R_INTC_Create(void) | R_INTC_Create | Unused |
+ | | INTP0 | | | |
+ | | | void R_INTC0_Start(void) | R_INTC0_Start | Unused |
+ | | | void R_INTC0_Stop(void) | R_INTC0_Stop | Unused |
+ | | INTP1 | | | |
+ | | | void R_INTC1_Start(void) | R_INTC1_Start | Unused |
+ | | | void R_INTC1_Stop(void) | R_INTC1_Stop | Unused |
+ | | INTP2 | | | |
+ | | | void R_INTC2_Start(void) | R_INTC2_Start | Unused |
+ | | | void R_INTC2_Stop(void) | R_INTC2_Stop | Unused |
+ | | INTP3 | | | |
+ | | | void R_INTC3_Start(void) | R_INTC3_Start | Unused |
+ | | | void R_INTC3_Stop(void) | R_INTC3_Stop | Unused |
+ | | INTP4 | | | |
+ | | | void R_INTC4_Start(void) | R_INTC4_Start | Unused |
+ | | | void R_INTC4_Stop(void) | R_INTC4_Stop | Unused |
+ | | INTP5 | | | |
+ | | | void R_INTC5_Start(void) | R_INTC5_Start | Unused |
+ | | | void R_INTC5_Stop(void) | R_INTC5_Stop | Unused |
+ | | INTP6 | | | |
+ | | | void R_INTC6_Start(void) | R_INTC6_Start | Unused |
+ | | | void R_INTC6_Stop(void) | R_INTC6_Stop | Unused |
+ | | INTP7 | | | |
+ | | | void R_INTC7_Start(void) | R_INTC7_Start | Unused |
+ | | | void R_INTC7_Stop(void) | R_INTC7_Stop | Unused |
+ | | INTP8 | | | |
+ | | | void R_INTC8_Start(void) | R_INTC8_Start | Unused |
+ | | | void R_INTC8_Stop(void) | R_INTC8_Stop | Unused |
+ | | INTP9 | | | |
+ | | | void R_INTC9_Start(void) | R_INTC9_Start | Unused |
+ | | | void R_INTC9_Stop(void) | R_INTC9_Stop | Unused |
+ | | KEY | | | |
+ | | | void R_KEY_Create(void) | R_KEY_Create | Unused |
+ | | | void R_KEY_Start(void) | R_KEY_Start | Unused |
+ | | | void R_KEY_Stop(void) | R_KEY_Stop | Unused |
+ | r_cg_intc_user.c | | | r_cg_intc_user.c | Unused |
+ | | INTP | | | |
+ | | | void R_INTC_Create_UserInit(void) | R_INTC_Create_UserInit | Unused |
+ | | | __interrupt static void r_intc0_interrupt(void) | r_intc0_interrupt | Unused |
+ | | | __interrupt static void r_intc1_interrupt(void) | r_intc1_interrupt | Unused |
+ | | | __interrupt static void r_intc2_interrupt(void) | r_intc2_interrupt | Unused |
+ | | | __interrupt static void r_intc3_interrupt(void) | r_intc3_interrupt | Unused |
+ | | | __interrupt static void r_intc4_interrupt(void) | r_intc4_interrupt | Unused |
+ | | | __interrupt static void r_intc5_interrupt(void) | r_intc5_interrupt | Unused |
+ | | | __interrupt static void r_intc6_interrupt(void) | r_intc6_interrupt | Unused |
+ | | | __interrupt static void r_intc7_interrupt(void) | r_intc7_interrupt | Unused |
+ | | | __interrupt static void r_intc8_interrupt(void) | r_intc8_interrupt | Unused |
+ | | | __interrupt static void r_intc9_interrupt(void) | r_intc9_interrupt | Unused |
+ | | KEY | | | |
+ | | | void R_KEY_Create_UserInit(void) | R_KEY_Create_UserInit | Unused |
+ | | | __interrupt static void r_key_interrupt(void) | r_key_interrupt | Unused |
+ | r_cg_intc.h | | | r_cg_intc.h | Unused |
+Serial | | | | | |
+ | r_cg_serial.c | | | r_cg_serial.c | Unused |
+ | | SAU0 | | | |
+ | | | void R_SAU0_Create(void) | R_SAU0_Create | Unused |
+ | | | void R_SAU0_Set_PowerOff(void) | R_SAU0_Set_PowerOff | Unused |
+ | | | void R_SAU0_Set_SnoozeOn(void) | R_SAU0_Set_SnoozeOn | Unused |
+ | | | void R_SAU0_Set_SnoozeOff(void) | R_SAU0_Set_SnoozeOff | Unused |
+ | | UART0 | | | |
+ | | | void R_UART0_Create(void) | R_UART0_Create | Unused |
+ | | | void R_UART0_Start(void) | R_UART0_Start | Unused |
+ | | | void R_UART0_Stop(void) | R_UART0_Stop | Unused |
+ | | | MD_STATUS R_UART0_Send(uint8_t const * tx_buf, uint16_t tx_num) | R_UART0_Send | Unused |
+ | | | MD_STATUS R_UART0_Receive(uint8_t const * rx_buf, uint16_t rx_num) | R_UART0_Receive | Unused |
+ | | CSI00 | | | |
+ | | | void R_CSI00_Create(void) | R_CSI00_Create | Unused |
+ | | | void R_CSI00_Start(void) | R_CSI00_Start | Unused |
+ | | | void R_CSI00_Stop(void) | R_CSI00_Stop | Unused |
+ | | | MD_STATUS R_CSI00_Send(uint8_t const * tx_buf, uint16_t tx_num) | R_CSI00_Send | Unused |
+ | | | MD_STATUS R_CSI00_Receive(uint8_t const * rx_buf, uint16_t rx_num) | R_CSI00_Receive | Unused |
+ | | | MD_STATUS R_CSI00_Send_Receive(uint8_t const * tx_buf, uint16_t tx_num, uint8_t const * rx_buf) | R_CSI00_Send_Receive | Unused |
+ | | CSI01 | | | |
+ | | | void R_CSI01_Create(void) | R_CSI01_Create | Unused |
+ | | | void R_CSI01_Start(void) | R_CSI01_Start | Unused |
+ | | | void R_CSI01_Stop(void) | R_CSI01_Stop | Unused |
+ | | | MD_STATUS R_CSI01_Send(uint8_t const * tx_buf, uint16_t tx_num) | R_CSI01_Send | Unused |
+ | | | MD_STATUS R_CSI01_Receive(uint8_t const * rx_buf, uint16_t rx_num) | R_CSI01_Receive | Unused |
+ | | | MD_STATUS R_CSI01_Send_Receive(uint8_t const * tx_buf, uint16_t tx_num, uint8_t const * rx_buf) | R_CSI01_Send_Receive | Unused |
+ | | IIC00 | | | |
+ | | | void R_IIC00_Create(void) | R_IIC00_Create | Unused |
+ | | | void R_IIC00_Master_Send(uint8_t adr, uint8_t const * tx_buf, uint16_t txnum) | R_IIC00_Master_Send | Unused |
+ | | | void R_IIC00_Master_Receive(uint8_t adr, uint8_t const * rx_buf, uint16_t rx_num) | R_IIC00_Master_Receive | Unused |
+ | | | void R_IIC00_Stop(void) | R_IIC00_Stop | Unused |
+ | | | void R_IIC00_StartCondition(void) | R_IIC00_StartCondition | Unused |
+ | | | void R_IIC00_StopCondition(void) | R_IIC00_StopCondition | Unused |
+ | | IIC01 | | | |
+ | | | void R_IIC01_Create(void) | R_IIC01_Create | Unused |
+ | | | void R_IIC01_Master_Send(uint8_t adr, uint8_t const * tx_buf, uint16_t txnum) | R_IIC01_Master_Send | Unused |
+ | | | void R_IIC01_Master_Receive(uint8_t adr, uint8_t const * rx_buf, uint16_t rx_num) | R_IIC01_Master_Receive | Unused |
+ | | | void R_IIC01_Stop(void) | R_IIC01_Stop | Unused |
+ | | | void R_IIC01_StartCondition(void) | R_IIC01_StartCondition | Unused |
+ | | | void R_IIC01_StopCondition(void) | R_IIC01_StopCondition | Unused |
+ | | SAU1 | | | |
+ | | | void R_SAU1_Create(void) | R_SAU1_Create | Unused |
+ | | | void R_SAU1_Set_PowerOff(void) | R_SAU1_Set_PowerOff | Unused |
+ | | UART1 | | | |
+ | | | void R_UART1_Create(void) | R_UART1_Create | Unused |
+ | | | void R_UART1_Start(void) | R_UART1_Start | Unused |
+ | | | void R_UART1_Stop(void) | R_UART1_Stop | Unused |
+ | | | MD_STATUS R_UART1_Send(uint8_t const * tx_buf, uint16_t tx_num) | R_UART1_Send | Unused |
+ | | | MD_STATUS R_UART1_Receive(uint8_t const * rx_buf, uint16_t rx_num) | R_UART1_Receive | Unused |
+ | | CSI10 | | | |
+ | | | void R_CSI10_Create(void) | R_CSI10_Create | Unused |
+ | | | void R_CSI10_Start(void) | R_CSI10_Start | Unused |
+ | | | void R_CSI10_Stop(void) | R_CSI10_Stop | Unused |
+ | | | MD_STATUS R_CSI10_Send(uint8_t const * tx_buf, uint16_t tx_num) | R_CSI10_Send | Unused |
+ | | | MD_STATUS R_CSI10_Receive(uint8_t const * rx_buf, uint16_t rx_num) | R_CSI10_Receive | Unused |
+ | | | MD_STATUS R_CSI10_Send_Receive(uint8_t const * tx_buf, uint16_t tx_num, uint8_t const * rx_buf) | R_CSI10_Send_Receive | Unused |
+ | | CSI11 | | | |
+ | | | void R_CSI11_Create(void) | R_CSI11_Create | Unused |
+ | | | void R_CSI11_Start(void) | R_CSI11_Start | Unused |
+ | | | void R_CSI11_Stop(void) | R_CSI11_Stop | Unused |
+ | | | MD_STATUS R_CSI11_Send(uint8_t const * tx_buf, uint16_t tx_num) | R_CSI11_Send | Unused |
+ | | | MD_STATUS R_CSI11_Receive(uint8_t const * rx_buf, uint16_t rx_num) | R_CSI11_Receive | Unused |
+ | | | MD_STATUS R_CSI11_Send_Receive(uint8_t const * tx_buf, uint16_t tx_num, uint8_t const * rx_buf) | R_CSI11_Send_Receive | Unused |
+ | | IIC10 | | | |
+ | | | void R_IIC10_Create(void) | R_IIC10_Create | Unused |
+ | | | void R_IIC10_Master_Send(uint8_t adr, uint8_t const * tx_buf, uint16_t txnum) | R_IIC10_Master_Send | Unused |
+ | | | void R_IIC10_Master_Receive(uint8_t adr, uint8_t const * rx_buf, uint16_t rx_num) | R_IIC10_Master_Receive | Unused |
+ | | | void R_IIC10_Stop(void) | R_IIC10_Stop | Unused |
+ | | | void R_IIC10_StartCondition(void) | R_IIC10_StartCondition | Unused |
+ | | | void R_IIC10_StopCondition(void) | R_IIC10_StopCondition | Unused |
+ | | IIC11 | | | |
+ | | | void R_IIC11_Create(void) | R_IIC11_Create | Unused |
+ | | | void R_IIC11_Master_Send(uint8_t adr, uint8_t const * tx_buf, uint16_t txnum) | R_IIC11_Master_Send | Unused |
+ | | | void R_IIC11_Master_Receive(uint8_t adr, uint8_t const * rx_buf, uint16_t rx_num) | R_IIC11_Master_Receive | Unused |
+ | | | void R_IIC11_Stop(void) | R_IIC11_Stop | Unused |
+ | | | void R_IIC11_StartCondition(void) | R_IIC11_StartCondition | Unused |
+ | | | void R_IIC11_StopCondition(void) | R_IIC11_StopCondition | Unused |
+ | | IICA0 | | | |
+ | | | void R_IICA0_Create(void) | R_IICA0_Create | Unused |
+ | | | MD_STATUS R_IICA0_Master_Send(uint8_t adr, uint8_t * const tx_buf, uint16_t tx_num, uint8_t wait) | R_IICA0_Master_Send | Unused |
+ | | | MD_STATUS R_IICA0_Master_Receive(uint8_t adr, uint8_t * const rx_buf, uint16_t rx_num, uint8_t wait) | R_IICA0_Master_Receive | Unused |
+ | | | void R_IICA0_Slave_Send(uint8_t * const tx_buf, uint16_t tx_num) | R_IICA0_Slave_Send | Unused |
+ | | | void R_IICA0_Slave_Receive(uint8_t * const rx_buf, uint16_t rx_num) | R_IICA0_Slave_Receive | Unused |
+ | | | void R_IICA0_Stop(void) | R_IICA0_Stop | Unused |
+ | | | void R_IICA0_StopCondition(void) | R_IICA0_StopCondition | Unused |
+ | | | void R_IICA0_Set_SnoozeOn(void) | R_IICA0_Set_SnoozeOn | Unused |
+ | | | void R_IICA0_Set_SnoozeOff(void) | R_IICA0_Set_SnoozeOff | Unused |
+ | | | void R_IICA0_Set_PowerOff(void) | R_IICA0_Set_PowerOff | Unused |
+ | r_cg_serial_user.c | | | r_cg_serial_user.c | Unused |
+ | | SAU0 | | | |
+ | | | void R_SAU0_Create_UserInit(void) | R_SAU0_Create_UserInit | Unused |
+ | | UART0 | | | |
+ | | | __interrupt void r_uart0_interrupt_receive(void) | r_uart0_interrupt_receive | Unused |
+ | | | __interrupt void r_uart0_interrupt_send(void) | r_uart0_interrupt_send | Unused |
+ | | | void r_uart0_callback_receiveend(void) | r_uart0_callback_receiveend | Unused |
+ | | | void r_uart0_callback_sendend(void) | r_uart0_callback_sendend | Unused |
+ | | | void r_uart0_callback_error(uint16_t err_type) | r_uart0_callback_error | Unused |
+ | | | void r_uart0_callback_softwareoverrun(uint16_t err_type) | r_uart0_callback_softwareoverrun | Unused |
+ | | CSI00 | | | |
+ | | | __interrupt void r_csi00_interrupt(void) | r_csi00_interrupt | Unused |
+ | | | void r_csi00_callback_receiveend(void) | r_csi00_callback_receiveend | Unused |
+ | | | void r_csi00_callback_error(uint16_t err_type) | r_csi00_callback_error | Unused |
+ | | | void r_csi00_callback_sendend(void) | r_csi00_callback_sendend | Unused |
+ | | CSI01 | | | |
+ | | | __interrupt void r_csi01_interrupt(void) | r_csi01_interrupt | Unused |
+ | | | void r_csi01_callback_receiveend(void) | r_csi01_callback_receiveend | Unused |
+ | | | void r_csi01_callback_error(uint16_t err_type) | r_csi01_callback_error | Unused |
+ | | | void r_csi01_callback_sendend(void) | r_csi01_callback_sendend | Unused |
+ | | IIC00 | | | |
+ | | | __interrupt void r_iic00_interrupt(void) | r_iic00_interrupt | Unused |
+ | | | void r_iic00_callback_master_receiveend(void) | r_iic00_callback_master_receiveend | Unused |
+ | | | void r_iic00_callback_master_sendend(void) | r_iic00_callback_master_sendend | Unused |
+ | | | void r_iic00_callback_master_error(MD_STATUS flag) | r_iic00_callback_master_error | Unused |
+ | | IIC01 | | | |
+ | | | __interrupt void r_iic01_interrupt(void) | r_iic01_interrupt | Unused |
+ | | | void r_iic01_callback_master_receiveend(void) | r_iic01_callback_master_receiveend | Unused |
+ | | | void r_iic01_callback_master_sendend(void) | r_iic01_callback_master_sendend | Unused |
+ | | | void r_iic01_callback_master_error(MD_STATUS flag) | r_iic01_callback_master_error | Unused |
+ | | SAU1 | | | |
+ | | | void R_SAU1_Create_UserInit(void) | R_SAU1_Create_UserInit | Unused |
+ | | UART1 | | | |
+ | | | __interrupt void r_uart1_interrupt_receive(void) | r_uart1_interrupt_receive | Unused |
+ | | | __interrupt void r_uart1_interrupt_send(void) | r_uart1_interrupt_send | Unused |
+ | | | void r_uart1_callback_receiveend(void) | r_uart1_callback_receiveend | Unused |
+ | | | void r_uart1_callback_sendend(void) | r_uart1_callback_sendend | Unused |
+ | | | void r_uart1_callback_error(uint16_t err_type) | r_uart1_callback_error | Unused |
+ | | | void r_uart1_callback_softwareoverrun(uint16_t err_type) | r_uart1_callback_softwareoverrun | Unused |
+ | | CSI10 | | | |
+ | | | __interrupt void r_csi10_interrupt(void) | r_csi10_interrupt | Unused |
+ | | | void r_csi10_callback_receiveend(void) | r_csi10_callback_receiveend | Unused |
+ | | | void r_csi10_callback_error(uint16_t err_type) | r_csi10_callback_error | Unused |
+ | | | void r_csi10_callback_sendend(void) | r_csi10_callback_sendend | Unused |
+ | | CSI11 | | | |
+ | | | __interrupt void r_csi11_interrupt(void) | r_csi11_interrupt | Unused |
+ | | | void r_csi11_callback_receiveend(void) | r_csi11_callback_receiveend | Unused |
+ | | | void r_csi11_callback_error(uint16_t err_type) | r_csi11_callback_error | Unused |
+ | | | void r_csi11_callback_sendend(void) | r_csi11_callback_sendend | Unused |
+ | | IIC10 | | | |
+ | | | __interrupt void r_iic10_interrupt(void) | r_iic10_interrupt | Unused |
+ | | | void r_iic10_callback_master_receiveend(void) | r_iic10_callback_master_receiveend | Unused |
+ | | | void r_iic10_callback_master_sendend(void) | r_iic10_callback_master_sendend | Unused |
+ | | | void r_iic10_callback_master_error(MD_STATUS flag) | r_iic10_callback_master_error | Unused |
+ | | IIC11 | | | |
+ | | | __interrupt void r_iic11_interrupt(void) | r_iic11_interrupt | Unused |
+ | | | void r_iic11_callback_master_receiveend(void) | r_iic11_callback_master_receiveend | Unused |
+ | | | void r_iic11_callback_master_sendend(void) | r_iic11_callback_master_sendend | Unused |
+ | | | void r_iic11_callback_master_error(MD_STATUS flag) | r_iic11_callback_master_error | Unused |
+ | | IICA0 | | | |
+ | | | void R_IICA0_Create_UserInit(void) | R_IICA0_Create_UserInit | Unused |
+ | | | __interrupt static r_iica0_interrupt(void) | r_iica0_interrupt | Unused |
+ | | | static void r_iica0_callback_master_sendend(void) | r_iica0_callback_master_sendend | Unused |
+ | | | static void r_iica0_callback_master_receiveend(void) | r_iica0_callback_master_receiveend | Unused |
+ | | | static void r_iica0_callback_slave_sendend(void) | r_iica0_callback_slave_sendend | Unused |
+ | | | static void r_iica0_callback_slave_receiveend(void) | r_iica0_callback_slave_receiveend | Unused |
+ | | | static void r_iica0_callback_master_error(MD_STATUS flag) | r_iica0_callback_master_error | Unused |
+ | | | static void r_iica0_callback_slave_error(MD_STATUS flag) | r_iica0_callback_slave_error | Unused |
+ | | | static void r_iica0_callback_getstopcondition(void) | r_iica0_callback_getstopcondition | Unused |
+ | r_cg_serial.h | | | r_cg_serial.h | Unused |
+A/D Converter | | | | | |
+ | r_cg_adc.c | | | r_cg_adc.c | Used |
+ | | | void R_ADC_Create(void) | R_ADC_Create | Used |
+ | | | void R_ADC_Start(void) | R_ADC_Start | Used |
+ | | | void R_ADC_Stop(void) | R_ADC_Stop | Used |
+ | | | void R_ADC_Set_OperationOn(void) | R_ADC_Set_OperationOn | Used |
+ | | | void R_ADC_Set_OperationOff(void) | R_ADC_Set_OperationOff | Used |
+ | | | void R_ADC_Get_Result(uint16_t * const buffer) | R_ADC_Get_Result | Used |
+ | | | void R_ADC_Get_Result_8bit(uint8_t * const buffer) | R_ADC_Get_Result_8bit | Unused |
+ | | | MD_STATUS R_ADC_Set_ADChannel(ad_channel_t channel) | R_ADC_Set_ADChannel | Unused |
+ | | | void R_ADC_Set_SnoozeOn(void) | R_ADC_Set_SnoozeOn | Unused |
+ | | | void R_ADC_Set_SnoozeOff(void) | R_ADC_Set_SnoozeOff | Unused |
+ | | | MD_STATUS R_ADC_Set_TestChannel(test_channel_t channel) | R_ADC_Set_TestChannel | Unused |
+ | | | void R_ADC_Set_PowerOff(void) | R_ADC_Set_PowerOff | Unused |
+ | r_cg_adc_user.c | | | r_cg_adc_user.c | Used |
+ | | | void R_ADC_Create_UserInit(void) | R_ADC_Create_UserInit | Unused |
+ | | | __interrupt static void r_adc_interrupt(void) | r_adc_interrupt | Used |
+ | r_cg_adc.h | | | r_cg_adc.h | Used |
+Timer | | | | | |
+ | r_cg_timer.c | | | r_cg_timer.c | Used |
+ | | TAU0 | | | |
+ | | | void R_TAU0_Create(void) | R_TAU0_Create | Used |
+ | | | void R_TAU0_Set_PowerOff(void) | R_TAU0_Set_PowerOff | Unused |
+ | | Channel0 | | | |
+ | | | void R_TAU0_Channel0_Start(void) | R_TAU0_Channel0_Start | Used |
+ | | | void R_TAU0_Channel0_Stop(void) | R_TAU0_Channel0_Stop | Used |
+ | | | void R_TAU0_Channel0_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel0_Get_PulseWidth | Unused |
+ | | | void R_TAU0_Channel0_Set_SoftwareTriggerOn(void) | R_TAU0_Channel0_Set_SoftwareTriggerOn | Unused |
+ | | Channel1 | | | |
+ | | | void R_TAU0_Channel1_Start(void) | R_TAU0_Channel1_Start | Unused |
+ | | | void R_TAU0_Channel1_Higher8bits_Start(void) | R_TAU0_Channel1_Higher8bits_Start | Unused |
+ | | | void R_TAU0_Channel1_Lower8bits_Start(void) | R_TAU0_Channel1_Lower8bits_Start | Unused |
+ | | | void R_TAU0_Channel1_Stop(void) | R_TAU0_Channel1_Stop | Unused |
+ | | | void R_TAU0_Channel1_Higher8bits_Stop(void) | R_TAU0_Channel1_Higher8bits_Stop | Unused |
+ | | | void R_TAU0_Channel1_Lower8bits_Stop(void) | R_TAU0_Channel1_Lower8bits_Stop | Unused |
+ | | | void R_TAU0_Channel1_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel1_Get_PulseWidth | Unused |
+ | | Channel2 | | | |
+ | | | void R_TAU0_Channel2_Start(void) | R_TAU0_Channel2_Start | Used |
+ | | | void R_TAU0_Channel2_Stop(void) | R_TAU0_Channel2_Stop | Used |
+ | | | void R_TAU0_Channel2_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel2_Get_PulseWidth | Unused |
+ | | | void R_TAU0_Channel2_Set_SoftwareTriggerOn(void) | R_TAU0_Channel2_Set_SoftwareTriggerOn | Unused |
+ | | Channel3 | | | |
+ | | | void R_TAU0_Channel3_Start(void) | R_TAU0_Channel3_Start | Unused |
+ | | | void R_TAU0_Channel3_Higher8bits_Start(void) | R_TAU0_Channel3_Higher8bits_Start | Unused |
+ | | | void R_TAU0_Channel3_Lower8bits_Start(void) | R_TAU0_Channel3_Lower8bits_Start | Unused |
+ | | | void R_TAU0_Channel3_Stop(void) | R_TAU0_Channel3_Stop | Unused |
+ | | | void R_TAU0_Channel3_Higher8bits_Stop(void) | R_TAU0_Channel3_Higher8bits_Stop | Unused |
+ | | | void R_TAU0_Channel3_Lower8bits_Stop(void) | R_TAU0_Channel3_Lower8bits_Stop | Unused |
+ | | | void R_TAU0_Channel3_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel3_Get_PulseWidth | Unused |
+ | | Channel4 | | | |
+ | | | void R_TAU0_Channel4_Start(void) | R_TAU0_Channel4_Start | Unused |
+ | | | void R_TAU0_Channel4_Stop(void) | R_TAU0_Channel4_Stop | Unused |
+ | | | void R_TAU0_Channel4_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel4_Get_PulseWidth | Unused |
+ | | | void R_TAU0_Channel4_Set_SoftwareTriggerOn(void) | R_TAU0_Channel4_Set_SoftwareTriggerOn | Unused |
+ | | Channel5 | | | |
+ | | | void R_TAU0_Channel5_Start(void) | R_TAU0_Channel5_Start | Unused |
+ | | | void R_TAU0_Channel5_Stop(void) | R_TAU0_Channel5_Stop | Unused |
+ | | | void R_TAU0_Channel5_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel5_Get_PulseWidth | Unused |
+ | | Channel6 | | | |
+ | | | void R_TAU0_Channel6_Start(void) | R_TAU0_Channel6_Start | Unused |
+ | | | void R_TAU0_Channel6_Stop(void) | R_TAU0_Channel6_Stop | Unused |
+ | | | void R_TAU0_Channel6_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel6_Get_PulseWidth | Unused |
+ | | | void R_TAU0_Channel6_Set_SoftwareTriggerOn(void) | R_TAU0_Channel6_Set_SoftwareTriggerOn | Unused |
+ | | Channel7 | | | |
+ | | | void R_TAU0_Channel7_Start(void) | R_TAU0_Channel7_Start | Unused |
+ | | | void R_TAU0_Channel7_Stop(void) | R_TAU0_Channel7_Stop | Unused |
+ | | | void R_TAU0_Channel7_Get_PulseWidth(uint32_t * const width) | R_TAU0_Channel7_Get_PulseWidth | Unused |
+ | | TAU1 | | | |
+ | | | void R_TAU1_Create(void) | R_TAU1_Create | Unused |
+ | | | void R_TAU1_Set_PowerOff(void) | R_TAU1_Set_PowerOff | Unused |
+ | | Channel0 | | | |
+ | | | void R_TAU1_Channel0_Start(void) | R_TAU1_Channel0_Start | Unused |
+ | | | void R_TAU1_Channel0_Stop(void) | R_TAU1_Channel0_Stop | Unused |
+ | | | void R_TAU1_Channel0_Get_PulseWidth(uint32_t * const width) | R_TAU1_Channel0_Get_PulseWidth | Unused |
+ | | | void R_TAU1_Channel0_Set_SoftwareTriggerOn(void) | R_TAU1_Channel0_Set_SoftwareTriggerOn | Unused |
+ | | Channel1 | | | |
+ | | | void R_TAU1_Channel1_Start(void) | R_TAU1_Channel1_Start | Unused |
+ | | | void R_TAU1_Channel1_Higher8bits_Start(void) | R_TAU1_Channel1_Higher8bits_Start | Unused |
+ | | | void R_TAU1_Channel1_Lower8bits_Start(void) | R_TAU1_Channel1_Lower8bits_Start | Unused |
+ | | | void R_TAU1_Channel1_Stop(void) | R_TAU1_Channel1_Stop | Unused |
+ | | | void R_TAU1_Channel1_Higher8bits_Stop(void) | R_TAU1_Channel1_Higher8bits_Stop | Unused |
+ | | | void R_TAU1_Channel1_Lower8bits_Stop(void) | R_TAU1_Channel1_Lower8bits_Stop | Unused |
+ | | | void R_TAU1_Channel1_Get_PulseWidth(uint32_t * const width) | R_TAU1_Channel1_Get_PulseWidth | Unused |
+ | | Channel2 | | | |
+ | | | void R_TAU1_Channel2_Start(void) | R_TAU1_Channel2_Start | Unused |
+ | | | void R_TAU1_Channel2_Stop(void) | R_TAU1_Channel2_Stop | Unused |
+ | | | void R_TAU1_Channel2_Get_PulseWidth(uint32_t * const width) | R_TAU1_Channel2_Get_PulseWidth | Unused |
+ | | | void R_TAU1_Channel2_Set_SoftwareTriggerOn(void) | R_TAU1_Channel2_Set_SoftwareTriggerOn | Unused |
+ | | Channel3 | | | |
+ | | | void R_TAU1_Channel3_Start(void) | R_TAU1_Channel3_Start | Unused |
+ | | | void R_TAU1_Channel3_Higher8bits_Start(void) | R_TAU1_Channel3_Higher8bits_Start | Unused |
+ | | | void R_TAU1_Channel3_Lower8bits_Start(void) | R_TAU1_Channel3_Lower8bits_Start | Unused |
+ | | | void R_TAU1_Channel3_Stop(void) | R_TAU1_Channel3_Stop | Unused |
+ | | | void R_TAU1_Channel3_Higher8bits_Stop(void) | R_TAU1_Channel3_Higher8bits_Stop | Unused |
+ | | | void R_TAU1_Channel3_Lower8bits_Stop(void) | R_TAU1_Channel3_Lower8bits_Stop | Unused |
+ | | | void R_TAU1_Channel3_Get_PulseWidth(uint32_t * const width) | R_TAU1_Channel3_Get_PulseWidth | Unused |
+ | | TMRJ0 | | | |
+ | | | R_TMR_RJ0_Create | R_TMR_RJ0_Create | Used |
+ | | | R_TMR_RJ0_Start | R_TMR_RJ0_Start | Used |
+ | | | R_TMR_RJ0_Stop | R_TMR_RJ0_Stop | Used |
+ | | | R_TMR_RJ0_Get_PulseWidth | R_TMR_RJ0_Get_PulseWidth | Unused |
+ | | | R_TMR_RJ0_Set_PowerOff | R_TMR_RJ0_Set_PowerOff | Unused |
+ | | TMRD0 | | | |
+ | | | R_TMR_RD0_Create | R_TMR_RD0_Create | Unused |
+ | | | R_TMR_RD0_Start | R_TMR_RD0_Start | Unused |
+ | | | R_TMR_RD0_Stop | R_TMR_RD0_Stop | Unused |
+ | | | R_TMR_RD0_Get_PulseWidth | R_TMR_RD0_Get_PulseWidth | Unused |
+ | | | R_TMR_RD0_Set_PowerOff | R_TMR_RD0_Set_PowerOff | Unused |
+ | | | R_TMR_RD0_ForcedOutput_Start | R_TMR_RD0_ForcedOutput_Start | Unused |
+ | | | R_TMR_RD0_ForcedOutput_Stop | R_TMR_RD0_ForcedOutput_Stop | Unused |
+ | | TMRD1 | | | |
+ | | | R_TMR_RD1_Create | R_TMR_RD1_Create | Unused |
+ | | | R_TMR_RD1_Start | R_TMR_RD1_Start | Unused |
+ | | | R_TMR_RD1_Stop | R_TMR_RD1_Stop | Unused |
+ | | | R_TMR_RD1_Get_PulseWidth | R_TMR_RD1_Get_PulseWidth | Unused |
+ | | | R_TMR_RD1_Set_PowerOff | R_TMR_RD1_Set_PowerOff | Unused |
+ | | | R_TMR_RD1_ForcedOutput_Start | R_TMR_RD1_ForcedOutput_Start | Unused |
+ | | | R_TMR_RD1_ForcedOutput_Stop | R_TMR_RD1_ForcedOutput_Stop | Unused |
+ | r_cg_timer_user.c | | | r_cg_timer_user.c | Used |
+ | | TAU0 | | | |
+ | | | void R_TAUn_Create_UserInit(void) | R_TAU0_Create_UserInit | Unused |
+ | | Channel0 | | | |
+ | | | __interrupt static void r_tau0_channel0_interrupt(void) | r_tau0_channel0_interrupt | Unused |
+ | | Channel1 | | | |
+ | | | __interrupt static void r_tau0_channel1_interrupt(void) | r_tau0_channel1_interrupt | Unused |
+ | | | __interrupt static void r_tau0_channel1_higher8bits_interrupt(void) | r_tau0_channel1_higher8bits_interrupt | Unused |
+ | | Channel2 | | | |
+ | | | __interrupt static void r_tau0_channel2_interrupt(void) | r_tau0_channel2_interrupt | Used |
+ | | Channel3 | | | |
+ | | | __interrupt static void r_tau0_channel3_interrupt(void) | r_tau0_channel3_interrupt | Unused |
+ | | | __interrupt static void r_tau0_channel3_higher8bits_interrupt(void) | r_tau0_channel3_higher8bits_interrupt | Unused |
+ | | Channel4 | | | |
+ | | | __interrupt static void r_tau0_channel4_interrupt(void) | r_tau0_channel4_interrupt | Unused |
+ | | Channel5 | | | |
+ | | | __interrupt static void r_tau0_channel5_interrupt(void) | r_tau0_channel5_interrupt | Unused |
+ | | Channel6 | | | |
+ | | | __interrupt static void r_tau0_channel6_interrupt(void) | r_tau0_channel6_interrupt | Unused |
+ | | Channel7 | | | |
+ | | | __interrupt static void r_tau0_channel7_interrupt(void) | r_tau0_channel7_interrupt | Unused |
+ | | TAU1 | | | |
+ | | | void R_TAUn_Create_UserInit(void) | R_TAU1_Create_UserInit | Unused |
+ | | Channel0 | | | |
+ | | | __interrupt static void r_tau1_channel0_interrupt(void) | r_tau1_channel0_interrupt | Unused |
+ | | Channel1 | | | |
+ | | | __interrupt static void r_tau1_channel1_interrupt(void) | r_tau1_channel1_interrupt | Unused |
+ | | | __interrupt static void r_tau1_channel1_higher8bits_interrupt(void) | r_tau1_channel1_higher8bits_interrupt | Unused |
+ | | Channel2 | | | |
+ | | | __interrupt static void r_tau1_channel2_interrupt(void) | r_tau1_channel2_interrupt | Unused |
+ | | Channel3 | | | |
+ | | | __interrupt static void r_tau1_channel3_interrupt(void) | r_tau1_channel3_interrupt | Unused |
+ | | | __interrupt static void r_tau1_channel3_higher8bits_interrupt(void) | r_tau1_channel3_higher8bits_interrupt | Unused |
+ | | TMRJ0 | | | |
+ | | | R_TMR_RJ0_Create_UserInit | R_TMR_RJ0_Create_UserInit | Unused |
+ | | | r_tmr_rj0_interrupt | r_tmr_rj0_interrupt | Used |
+ | | TMRD0 | | | |
+ | | | R_TMR_RD0_Create_UserInit | R_TMR_RD0_Create_UserInit | Unused |
+ | | | r_tmr_rd0_interrupt | r_tmr_rd0_interrupt | Unused |
+ | | TMRD1 | | | |
+ | | | R_TMR_RD1_Create_UserInit | R_TMR_RD1_Create_UserInit | Unused |
+ | | | r_tmr_rd1_interrupt | r_tmr_rd1_interrupt | Unused |
+ | r_cg_timer.h | | | r_cg_timer.h | Used |
+Watchdog Timer | | | | | |
+ | r_cg_wdt.c | | | r_cg_wdt.c | Unused |
+ | | | void R_WDT_Create(void) | R_WDT_Create | Unused |
+ | | | void R_WDT_Restart(void) | R_WDT_Restart | Unused |
+ | r_cg_wdt_user.c | | | r_cg_wdt_user.c | Unused |
+ | | | void R_WDT_Create_UserInit(void) | R_WDT_Create_UserInit | Unused |
+ | | | __interrupt static void r_wdt_interrupt(void) | r_wdt_interrupt | Unused |
+ | r_cg_wdt.h | | | r_cg_wdt.h | Unused |
+Real-time Clock | | | | | |
+ | r_cg_rtc.c | | | r_cg_rtc.c | Unused |
+ | | | void R_RTC_Create(void) | R_RTC_Create | Unused |
+ | | | void R_RTC_Start(void) | R_RTC_Start | Unused |
+ | | | void R_RTC_Stop(void) | R_RTC_Stop | Unused |
+ | | | MD_STATUS R_RTC_SetHourSystem(rtc_hour_system_t hour_system) | R_RTC_Set_HourSystem | Unused |
+ | | | MD_STATUS R_RTC_Get_CounterValue(rtc_counter_value_t * const counter_read_val) | R_RTC_Get_CounterValue | Unused |
+ | | | MD_STATUS R_RTC_Set_CounterValue(rtc_counter_value_t counter_write_val) | R_RTC_Set_CounterValue | Unused |
+ | | | void R_RTC_Set_AlarmOn(void) | R_RTC_Set_AlarmOn | Unused |
+ | | | void R_RTC_Set_AlarmOff(void) | R_RTC_Set_AlarmOff | Unused |
+ | | | void R_RTC_Set_AlarmValue(rtc_alarm_value_t alarm_val) | R_RTC_Set_AlarmValue | Unused |
+ | | | void R_RTC_Get_AlarmValue(rtc_alarm_value_t * const alarm_val) | R_RTC_Get_AlarmValue | Unused |
+ | | | MD_STATUS R_RTC_Set_ConstPeriodInterruptOn(rtc_int_period_t period) | R_RTC_Set_ConstPeriodInterruptOn | Unused |
+ | | | void R_RTC_Set_ConstPeriodInterruptOff(void) | R_RTC_Set_ConstPeriodInterruptOff | Unused |
+ | | | void R_RTC_Set_RTC1HZOn(void) | R_RTC_Set_RTC1HZOn | Unused |
+ | | | void R_RTC_Set_RTC1HZOff(void) | R_RTC_Set_RTC1HZOff | Unused |
+ | | | void R_RTC_Set_PowerOff(void) | R_RTC_Set_PowerOff | Unused |
+ | r_cg_rtc_user.c | | | r_cg_rtc_user.c | Unused |
+ | | | void R_RTC_Create_UserInit(void) | R_RTC_Create_UserInit | Unused |
+ | | | __interrupt static void r_rtc_interrupt(void) | r_rtc_interrupt | Unused |
+ | | | static void r_rtc_callback_constperiod(void) | r_rtc_callback_constperiod | Unused |
+ | | | static void r_rtc_callback_alarm(void) | r_rtc_callback_alarm | Unused |
+ | r_cg_rtc.h | | | r_cg_rtc.h | Unused |
+Data Transfer Controller | | | | | |
+ | r_cg_dtc.c | | | r_cg_dtc.c | Unused |
+ | | | void R_DTC_Create(void) | R_DTC_Create | Unused |
+ | | | void R_DTC_Set_PowerOff(void) | R_DTC_Set_PowerOff | Unused |
+ | r_cg_dtc_user.c | | | r_cg_dtc_user.c | Unused |
+ | | | void R_DTC_Create_UserInit(void) | R_DTC_Create_UserInit | Unused |
+ | r_cg_dtc.h | | | r_cg_dtc.h | Unused |
+Clock Output/Buzzer Output | | | | | |
+ | r_cg_pclbuz.c | | | r_cg_pclbuz.c | Unused |
+ | | PCLBUZ0 | | | |
+ | | | void R_PCLBUZ0_Create(void) | R_PCLBUZ0_Create | Unused |
+ | | | void R_PCLBUZ0_Start(void) | R_PCLBUZ0_Start | Unused |
+ | | | void R_PCLBUZ0_Stop(void) | R_PCLBUZ0_Stop | Unused |
+ | r_cg_pclbuz_user.c | | | r_cg_pclbuz_user.c | Unused |
+ | | PCLBUZ0 | | | |
+ | | | void R_PCLBUZ0_Create_UserInit(void) | R_PCLBUZ0_Create_UserInit | Unused |
+ | r_cg_pclbuz.h | | | r_cg_pclbuz.h | Unused |
+Voltage Detector | | | | | |
+ | r_cg_lvd.c | | | r_cg_lvd.c | Unused |
+ | | | void R_LVD_Create(void) | R_LVD_Create | Unused |
+ | | | void R_LVD_InterruptMode_Start(void) | R_LVD_InterruptMode_Start | Unused |
+ | r_cg_lvd_user.c | | | r_cg_lvd_user.c | Unused |
+ | | | void R_LVD_Create_UserInit(void) | R_LVD_Create_UserInit | Unused |
+ | | | __interrupt static void r_lvd_interrupt(void) | r_lvd_interrupt | Unused |
+ | r_cg_lvd.h | | | r_cg_lvd.h | Unused |
+
+
+
+
\ No newline at end of file
diff --git a/BCZT/macro.html b/BCZT/macro.html
new file mode 100644
index 0000000..8d02d62
--- /dev/null
+++ b/BCZT/macro.html
@@ -0,0 +1,253 @@
+
+
+
+