HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 600

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
7. bool operator= =(const float_complex& lhs, const float_complex& rhs)
8. bool operator!=(const float_complex& lhs, const float_complex& rhs)
9. istream& operator>>(istream& is, float_complex& x)
10. ostream& operator<<(ostream& os, const float_complex& x)
11. float real(const float_complex& x)
12. float imag(const float_complex& x)
13. float abs(const float_complex& x)
586
bool operator= =(const float_complex& lhs, const float& rhs)
bool operator= =(const float& lhs, const float_complex& rhs)
Compares the real parts of lhs and rhs, and the imaginary parts of lhs and rhs.
For a float type parameter, the imaginary part is assumed 0.0f.
Return value: lhs.real( )= =rhs.real( ) && lhs.imag( )= =rhs.imag( )
bool operator!=(const float_complex& lhs, const float& rhs)
bool operator!=(const float& lhs, const float_complex& rhs)
Compares the real parts of lhs and rhs, and the imaginary parts of lhs and rhs.
For a float type parameter, the imaginary part is assumed 0.0f.
Return value: lhs.real( )!=rhs.real( ) || lhs.imag( )!=rhs.imag( )
Inputs x in a format of u,(u), or (u,v) (u: real part, v: imaginary part).
The input value is converted to float_complex.
If x is input in a format other than the u, (u), or (u,v) format, is.setstate(ios_base::failbit) is
called.
Return value: is
Outputs x to os.
The output format is u, (u), or (u,v) (u: real part, v: imaginary part).
Return value: os
Calculates the real part.
Return value: x.real( )
Calculates the imaginary part.
Return value: x.imag( )
Calculates the absolute value.
Return value: |x.real( )| + |x.imag( )|

Related parts for HD64F38024DV