Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 4 of 4) sorted by relevance

/SCP-firmware-master/product/synquacer/module/f_i2c/src/
A Di2c_driver.c132 return (instance->LIMIT == instance->SIZE); in i2c_fifo_isfull()
137 return (instance->INDEX == instance->LIMIT); in i2c_fifo_islimit()
142 return ((instance->INDEX + 1) >= instance->LIMIT); in i2c_fifo_isnextlimit()
147 instance->LIMIT = instance->INDEX = 0; in i2c_fifo_initialize()
161 return instance; in i2c_fifo_registry()
170 instance->BUFF[instance->LIMIT] = data; in i2c_fifo_push_data()
172 instance->ATTR[instance->LIMIT] = attr; in i2c_fifo_push_data()
187 *data = (instance->BUFF) ? instance->BUFF[instance->INDEX] : 0x00; in i2c_fifo_get_send_data()
188 *attr = (instance->ATTR) ? instance->ATTR[instance->INDEX] : false; in i2c_fifo_get_send_data()
203 instance->BUFF[instance->INDEX] = data; in i2c_fifo_put_recv_data()
[all …]
/SCP-firmware-master/doc/
A Dcmake_readme.md414 > may differ from how this section describes. For instance, `cmake-gui` and
494 Or, alternatively, directly through the generated build system. For instance,
A DDoxyfile251 # instance, some of the names that are used will be different. The list of all
259 # for that language. For instance, namespaces will be presented as packages,
286 # instance to make doxygen treat .inc files as Fortran files (default is PHP),
373 # (for instance a group of public functions) to be put as a subgroup of that
955 # (index.html). This can be useful if you have a project on for instance GitHub
1164 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
1504 # should contain the MathJax.js script. For instance, if the mathjax directory
1671 # \usepackage command. To get the times font for instance you can specify :
A Dframework.md388 instance, to know when all the subscribers have responded to this notification

Completed in 9 milliseconds