Specifications

V850E2/MN4 CSIH Control
R01AN0924EJ0100 Rev.1.00 Page 34 of 40
Feb 10, 2012
[Function Name] hbus_initial()
[Function] Initializes the AHB bus.
[Arguments] None
[Return Value] None
[Startup Method] Call
[SFRs Used] ETARCFG0, ETARADRS0, ETARMASK0
[Calling Function] main()
[Variables] None
[File Name] initial.c
[Notes] None
[Function Name] board_initial()
[Function] Sets up the initial state of the LEDs.
[Arguments] None
[Return Value] None
[Startup Method] Call
[SFRs Used] P13
[Calling Function] main()
[Variables] None
[File Name] initial.c
[Notes] None
[Function Name] ram_initial()
[Function] Sets up the initial states of the receive buffer and flags.
[Arguments] None
[Return Value] None
[Startup Method] Call
[SFRs Used] None
[Calling Function] main()
[Variables] buf_receive[], flag_transmit_over, flag_receive_over, flag_job_transmit, flag_error,
flag_fifo_error, count, LED, point_receive, point_transmit
[File Name] initial.c
[Notes] None
[Function Name] wait()
[Function] Waits for a certain number of steps.
[Arguments] int number
[Return Value] None
[Startup Method] Call according to the an argument setting.
[SFRs Used] None
[Calling Function] main(), csih_transmit_1_start()
[Variables] None
[File Name] initial.c
[Notes] None