Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlocation.h115 static counter_type add_ (counter_type lhs, counter_type rhs, counter_type min) in add_() argument
117 return lhs + rhs < min ? min : lhs + rhs; in add_()