[][src]Module betrusted_pac::memlcd

MEMLCD

Modules

busy

A 1 indicates that the block is currently updating the LCD

command
ev_enable
ev_pending
ev_status
prescaler

Prescaler value. LCD clock is module (clock / (prescaler+1)). Reset value: 99, so for a default sysclk of 100MHz this yields an LCD SCLK of 1MHz

Structs

RegisterBlock

Register block

Type Definitions

BUSY

A 1 indicates that the block is currently updating the LCD

COMMAND

This register you can read, reset, write, write_with_zero, modify. See API.

EV_ENABLE

This register you can read, reset, write, write_with_zero, modify. See API.

EV_PENDING

This register you can read, reset, write, write_with_zero, modify. See API.

EV_STATUS

This register you can read, reset, write, write_with_zero, modify. See API.

PRESCALER

Prescaler value. LCD clock is module (clock / (prescaler+1)). Reset value: 99, so for a default sysclk of 100MHz this yields an LCD SCLK of 1MHz