| /external/platform/nrfx/drivers/include/ |
| A D | nrf_bitmask.h | 66 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_is_set() 67 bit = BITMASK_RELBIT_GET(bit); in nrf_bitmask_bit_is_set() 68 return ((1U << bit) & p_mask8[byte_idx]) != 0U; in nrf_bitmask_bit_is_set() 77 __STATIC_INLINE void nrf_bitmask_bit_set(uint32_t bit, void * p_mask) in nrf_bitmask_bit_set() argument 80 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_set() 81 bit = BITMASK_RELBIT_GET(bit); in nrf_bitmask_bit_set() 82 p_mask8[byte_idx] |= (1 << bit); in nrf_bitmask_bit_set() 91 __STATIC_INLINE void nrf_bitmask_bit_clear(uint32_t bit, void * p_mask) in nrf_bitmask_bit_clear() argument 94 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_clear() 95 bit = BITMASK_RELBIT_GET(bit); in nrf_bitmask_bit_clear() [all …]
|
| /external/platform/pico/rp2_common/hardware_claim/ |
| A D | claim.c | 35 for(uint bit=bit_lsb; bit <= bit_msb; bit++) { in hw_claim_unused_from_range() local 36 if (!hw_is_claimed(bits, bit)) { in hw_claim_unused_from_range() 37 bits[bit >> 3u] |= (uint8_t)(1u << (bit & 7u)); in hw_claim_unused_from_range() 38 found_bit = (int)bit; in hw_claim_unused_from_range()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | gpio_15xx.c | 71 void Chip_GPIO_WriteDirBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t bit, bool setting) in Chip_GPIO_WriteDirBit() argument 74 pGPIO->DIR[port] |= 1UL << bit; in Chip_GPIO_WriteDirBit() 77 pGPIO->DIR[port] &= ~(1UL << bit); in Chip_GPIO_WriteDirBit()
|
| /external/platform/nrfx/drivers/ |
| A D | nrfx_common.h | 293 NRF_STATIC_INLINE uint32_t nrfx_bitpos_to_event(uint32_t bit); 329 NRF_STATIC_INLINE uint32_t nrfx_bitpos_to_event(uint32_t bit) in nrfx_bitpos_to_event() argument 332 return event_reg_offset + (bit * sizeof(uint32_t)); in nrfx_bitpos_to_event()
|
| /external/platform/lpc15xx/lpcopen/periph_crc/example/ |
| A D | readme.dox | 35 * The CRC example demonstrates using the CRC engine for 8-bit, 16-bit, and 36 * 32-bit CRC computation. The CRC engine will continuously run via CRC
|
| /external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/ |
| A D | readme.dox | 44 * - <START> <ADDR><W> Write 16-bit address <STOP><br> 45 …* - <START> <ADDR><W> Write 16-bit address <REPEAT START><R> READ READ ... READ <STOP> (unbound re… 46 * - <START> <ADDR><W> Write 16-bit address WRITE WRITE ... WRITE <STOP> (unbound write)<br> 53 * 16-bit address will use the last incremented address.<br>
|
| /external/platform/pico/rp2_common/hardware_irq/ |
| A D | irq.c | 454 …int bit = hw_claim_unused_from_range(user_irq_claimed_ptr(), required, 0, NUM_USER_IRQS - 1, "No u… in user_irq_claim_unused() local 455 if (bit >= 0) bit = (int)NUM_IRQS - bit - 1; in user_irq_claim_unused() 456 return bit; in user_irq_claim_unused()
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/ |
| A D | readme.dox | 38 * This demo supports both 7-bit and 10-bit addressing, but only 7-bit addressing is
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/ |
| A D | readme.dox | 38 * This demo supports both 7-bit and 10-bit addressing, but only 7-bit addressing is
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | gpio_15xx.h | 137 void Chip_GPIO_WriteDirBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t bit, bool setting); 181 STATIC INLINE bool Chip_GPIO_ReadDirBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t bit) in Chip_GPIO_ReadDirBit() argument 183 return (bool) (((pGPIO->DIR[port]) >> bit) & 1); in Chip_GPIO_ReadDirBit()
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/ |
| A D | readme.dox | 38 * This demo supports both 7-bit and 10-bit addressing, but only 7-bit addressing is
|
| /external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/ |
| A D | readme.dox | 38 * This demo supports both 7-bit and 10-bit addressing, but only 7-bit addressing is
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 198 lsls r4,r4,r7 @ rounding bit + sticky bits 214 lsrs r3,r1,#31 @ get sign bit 238 lsls r4,#1 @ check rounding bit 286 lsls r6,r0,#31 @ save rounding bit 311 asrs r3,r2,#31 @ propagate sign bit 321 lsls r4,r4,r6 @ rounding bit + sticky bits 346 asrs r1,r0,#31 @ propagate sign bit 1056 asrs r2,#5 @ d4 Q52, rounded to Q53 with spare bit in carry 1219 @ convert packed double in r0:r1 to signed/unsigned 32/64-bit integer/fixed-point value in r0:r1 [w…
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_v1_rom_shim.S | 65 @ convert unsigned 64-bit fix to float, rounding; number of r0:r1 bits after point in r2 80 @ convert signed 64-bit fix to float, rounding; number of r0:r1 bits after point in r2 323 lsrs r3,r0,#31 @ sign bit
|
| /external/lib/lwip/netif/ |
| A D | FILES | 29 the source code has been reordered a bit.
|
| /external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/ |
| A D | readme.dox | 38 * This example uses 7-bit addressing to periodically read temperature data from a temperature
|
| /external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/ |
| A D | readme.dox | 38 * This example uses 7-bit addressing to periodically read temperature data from a temperature
|
| /external/platform/lpc15xx/lpcopen/periph_dac/example/ |
| A D | readme.dox | 42 * crosses the 12bit boundary for DAC input. P0.12 is the set up as the DAC output
|
| /external/platform/nrfx/mdk/ |
| A D | arm_startup_nrf51.s | 130 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
|
| A D | iar_startup_nrf51.s | 127 NRF_POWER_RAMONx_RAMxON_ONMODE_Msk EQU 0x3 ; All RAM blocks on in onmode bit mask
|
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_blocked_ram.ld | 68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
| A D | memmap_default.ld | 68 …/* bit of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) c…
|
| /external/platform/pico/rp2_common/pico_divider/ |
| A D | divider.S | 306 lsls r1,#31 @ get sign bit 386 b y64_x48 @ if x does not fit in 32 bits, go to 48- and 64-bit cases
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 1001 # will make the HTML file larger and loading of large files a bit slower, you
|