Home
last modified time | relevance | path

Searched refs:PICOPAL_PROT_WRITE (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicopal.c438 if (prot & PICOPAL_PROT_WRITE) { in picopal_mpr_protect()
443 } else if (prot & PICOPAL_PROT_WRITE) { in picopal_mpr_protect()
Dpicopal.h265 #define PICOPAL_PROT_WRITE 2 /* the memory can be written to */ macro
Dpicoos.c464 prot |= PICOPAL_PROT_WRITE; in picoos_protectMem()
474 #define PICOPAL_PROT_WRITE 2 /* the memory can be written to */ macro