HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 564

IC H8/SLP MCU FLASH 80QFP

HD64F38024DV

Manufacturer Part Number
HD64F38024DV
Description
IC H8/SLP MCU FLASH 80QFP
Manufacturer
Renesas Electronics America
Series
H8® H8/300L SLPr
Datasheets

Specifications of HD64F38024DV

Core Processor
H8/300L
Core Size
8-Bit
Speed
10MHz
Connectivity
SCI
Peripherals
LCD, PWM, WDT
Number Of I /o
51
Program Memory Size
32KB (32K x 8)
Program Memory Type
FLASH
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
80-QFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
HD64F38024DV
Manufacturer:
Renesas Electronics America
Quantity:
10 000
1. streambuf::streambuf ( )
2. virtual streambuf::~streambuf ( )
3. streambuf* streambuf::pubsetbuf (char* s, streamsize n)
4. pos_type streambuf::pubseekoff (off_type off,ios_base::seekdir way, ios_base::openmode
5. pos_type streambuf::pubseekpos (pos_type sp, ios_base::openmode
6. int streambuf::pubsync ( )
7. streamsize streambuf::in_avail ( )
550
Constructor.
The initial settings are as follows:
_B_cnt_ptr = B_beg_ptr = B_next_ptr = B_end_ptr = C_flg_ptr = B_len_ptr = 0
B_beg_pptr = &B_beg_ptr
B_next_pptr = &B_next_ptr
Destructor.
Defines the buffer for stream input/output.
This function calls setbuf (s,n).
Return value: *this
Moves the position to read or write data for the input/output stream by using the method
specified by way.
This function calls seekoff(off,way,which).
Return value: Newly specified stream position
Calculates the offset from the beginning of the stream to the current position.
Moves the current stream pointer for sp.
This function calls seekpos(sp,which).
Return value: The offset from the beginning of the stream
Flushes the output stream.
This function calls sync( ).
Return value: 0
Calculates the offset from the end of the input stream to the current position.
Return value: If the position where data is read is valid: The offset from the end of the stream
to the current position.
If the position where data is read is invalid: 0 (showmanyc( ) is called)
which=(ios_base::openmode)(ios_base::in|ios_base::out))
which=(ios_base::openmode) (ios_base::in | ios_base::out))

Related parts for HD64F38024DV