Usage example
Start clock and buzzer output
[GUI setting example]
| 
       Clock output/Buzzer output  | 
    
       Used  | |||
| 
       PCLBUZ0  | 
    
       Used  | |||
| 
       Clock output/buzzeroutput operation setting  | 
    
       Used  | |||
| 
       PCLBUZ0 output clock selection  | 
    
       1.875 (fSL/2^3)(kHz)  | |||
| 
       Slow mode  | 
    
       Unused  | |||
[API setting example]
r_main.c
void main(void)
{
R_MAIN_UserInit();
/* Start user code. Do not edit comment generated here */
/* Start the PCLBUZ0 module */
R_PCLBUZ0_Start();
while (1U)
{
;
}
/* End user code. Do not edit comment generated here */
}