beautypg.com

Zilog Z8F0130 User Manual

Page 253

background image

UM013037-1212

Zilog Functions

Zilog Developer Studio II – Z8 Encore!

User Manual

229

putch

– see page 233

READ_FLASH

– see page 233

READ_NVDS

– see page 234

READ_NVDS_GET_STATUS

– see page 235

RI

– see page 236

select_port

– see page 236

SET_VECTOR

– see page 237

TDI

– see page 239

WRITE_FLASH

– see page 239

WRITE_NVDS

– see page 240

WRITE_NVDS_GET_STATUS

– see page 241

DI

The DI function is a Zilog function that disables all interrupts. This is an intrinsic function
and is inline expanded.

Synopsis

#include

intrinsic void DI(void);

Example

#include

void main(void)

{

DI(); /* Disable interrupts */

}

EI

The

EI

function is a Zilog function that enables all interrupts. This is an intrinsic function

and is inline expanded.

Synopsis

#include

intrinsic void EI(void);

Example

#include