Home
last modified time | relevance | path

Searched refs:registers (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/module/pcid/src/
A Dmod_pcid.c18 bool mod_pcid_check_registers(const struct mod_pcid_registers *registers, in mod_pcid_check_registers() argument
21 fwk_assert(registers != NULL); in mod_pcid_check_registers()
24 return !memcmp(registers, expected, sizeof(*registers)); in mod_pcid_check_registers()
/SCP-firmware-master/module/pcid/include/
A Dmod_pcid.h60 bool mod_pcid_check_registers(const struct mod_pcid_registers *registers,
/SCP-firmware-master/doc/
A Dcode_rules.md325 The format for structures representing memory-mapped device registers is
334 - Avoid C structure bit-fields when representing hardware registers - how
338 definitions apply to multiple registers, then the name must be as common as
339 possible and a comment must explicit show which registers it applies to.
341 <device_name>_reg { ...registers... };"
A Dcode_style.md38 One common deviation is found when defining a list of harware registers, for
314 The format for structures representing memory-mapped device registers is
319 - Non-reserved registers must be one of `FWK_R`, `FWK_W`, or `FWK_RW`
/SCP-firmware-master/module/transport/doc/
A Dtransport.md50 using the message status registers in the sender channel) by calling the
66 | | | | registers
111 | |message status registers | |
/SCP-firmware-master/module/mpmm/doc/
A Dmodule_mpmm.md25 there is a set of MPMM counters and threshold registers. The algorithm is split

Completed in 95 milliseconds