Lines Matching full:chip
128 …brief Internal auxiliary function for checking whether the program is running on the NRF52840 chip.
130 * @retval true It is NRF52480 chip.
131 * @retval false It is an other chip.
141 * the nRF52840 chip.
143 * @retval true It is the nRF52480 chip and it is the first sample version.
144 * @retval false It is an other chip.
155 * the nRF52840 chip.
157 * @retval true It is the nRF52480 chip and it is the final version.
158 * @retval false It is an other chip.
169 bool eng_a; /**< Engineering sample A of the NRF52840 chip. */
170 bool eng_bc; /**< Engineering sample B, C of the NRF52840 chip, or its final version. */