Microchip® Advanced Software Framework

lcdca_circular_shift_config Struct Reference

Circular shift configuration structure.

#include <lcdca.h>

Data Fields

uint8_t data
 Circular shift register value. More...
 
uint8_t lcd_csr_dir
 Shift direction. More...
 
uint8_t lcd_csr_timer
 LCDCA shift register timer. More...
 
uint8_t size
 Size of the circular shift register. More...
 

uint8_t lcdca_circular_shift_config::data

Circular shift register value.

Referenced by lcdca_circular_shift_set_config(), and run_lcdca_autonomous_test().

uint8_t lcdca_circular_shift_config::lcd_csr_dir

Shift direction.

Referenced by lcdca_circular_shift_set_config(), and run_lcdca_autonomous_test().

uint8_t lcdca_circular_shift_config::lcd_csr_timer

LCDCA shift register timer.

Referenced by lcdca_circular_shift_set_config(), and run_lcdca_autonomous_test().

uint8_t lcdca_circular_shift_config::size

Size of the circular shift register.

Referenced by lcdca_circular_shift_set_config(), and run_lcdca_autonomous_test().