| /external/platform/pico/rp2_common/hardware_irq/ |
| A D | irq.c | 42 static void set_raw_irq_handler_and_unlock(uint num, irq_handler_t handler, uint32_t save) { in set_raw_irq_handler_and_unlock() 49 void irq_set_enabled(uint num, bool enabled) { in irq_set_enabled() 54 bool irq_is_enabled(uint num) { in irq_is_enabled() 70 void irq_set_pending(uint num) { in irq_set_pending() 123 irq_handler_t irq_get_vtable_handler(uint num) { in irq_get_vtable_handler() 128 void irq_set_exclusive_handler(uint num, irq_handler_t handler) { in irq_set_exclusive_handler() 141 irq_handler_t irq_get_exclusive_handler(uint num) { in irq_get_exclusive_handler() 206 void irq_add_shared_handler(uint num, irq_handler_t handler, uint8_t order_priority) { in irq_add_shared_handler() 280 void irq_remove_handler(uint num, irq_handler_t handler) { in irq_remove_handler() 377 void irq_set_priority(uint num, uint8_t hardware_priority) { in irq_set_priority() [all …]
|
| /external/platform/pico/rp2_common/hardware_exception/ |
| A D | exception.c | 26 static void set_raw_exception_handler_and_restore_interrupts(enum exception_number num, exception_h… in set_raw_exception_handler_and_restore_interrupts() 33 static inline void check_exception_param(__unused enum exception_number num) { in check_exception_param() 37 exception_handler_t exception_get_vtable_handler(enum exception_number num) { in exception_get_vtable_handler() 42 exception_handler_t exception_set_exclusive_handler(enum exception_number num, exception_handler_t … in exception_set_exclusive_handler() 55 void exception_restore_handler(enum exception_number num, exception_handler_t original_handler) { in exception_restore_handler()
|
| /external/lib/lwip/include/lwip/ |
| A D | memp.h | 44 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 55 #define LWIP_MEMPOOL(name,num,size,desc) argument 57 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument 64 #define LWIP_MEMPOOL(name,num,size,desc) argument 66 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
|
| A D | memp_std.h | 15 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + sizeof(struct memp_ma… argument 23 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof… argument
|
| A D | netif.h | 196 u8_t num; member
|
| /external/lib/lwip/core/ |
| A D | memp.c | 130 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEM_ALIGN_SIZE(size), argument 138 #define LWIP_MEMPOOL(name,num,size,desc) (num), argument 145 #define LWIP_MEMPOOL(name,num,size,desc) (desc), argument 157 #define LWIP_MEMPOOL(name,num,size,desc) u8_t memp_memory_ ## name ## _base \ argument 163 #define LWIP_MEMPOOL(name,num,size,desc) memp_memory_ ## name ## _base, argument 171 #define LWIP_MEMPOOL(name,num,size,desc) + ( (num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size) ) ) argument 204 #define LWIP_MEMPOOL(name,num,size,desc) "/"desc, argument
|
| A D | stats.c | 56 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_init() argument 127 #define LWIP_MEMPOOL(name,num,size,desc) desc, in stats_display_memp() argument
|
| A D | netif.c | 293 u8_t num; in netif_find() local
|
| /external/platform/pico/rp2_common/pico_i2c_slave/ |
| A D | i2c_slave.c | 76 uint num = I2C0_IRQ + i2c_index; in i2c_slave_init() local 91 uint num = I2C0_IRQ + i2c_index; in i2c_slave_deinit() local
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
| A D | ring_buffer.c | 82 int RingBuffer_InsertMult(RINGBUFF_T *RingBuff, const void *data, int num) in RingBuffer_InsertMult() 134 int RingBuffer_PopMult(RINGBUFF_T *RingBuff, void *data, int num) in RingBuffer_PopMult()
|
| /external/platform/pico/rp2_common/hardware_irq/include/hardware/ |
| A D | irq.h | 130 static inline void check_irq_param(__unused uint num) { in check_irq_param()
|
| /external/arch/arm/arm-m/CMSIS/Include/ |
| A D | pmu_armv8.h | 216 __STATIC_INLINE void ARM_PMU_Set_EVTYPER(uint32_t num, uint32_t type) in ARM_PMU_Set_EVTYPER() 275 __STATIC_INLINE uint32_t ARM_PMU_Get_EVCNTR(uint32_t num) in ARM_PMU_Get_EVCNTR()
|
| /external/platform/nrfx/hal/ |
| A D | nrf_pdm.h | 589 NRF_STATIC_INLINE void nrf_pdm_buffer_set(NRF_PDM_Type * p_reg, uint32_t * p_buffer, uint32_t num) in nrf_pdm_buffer_set()
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
| A D | stm32f7xx_ll_usb.c | 307 HAL_StatusTypeDef USB_FlushTxFifo (USB_OTG_GlobalTypeDef *USBx, uint32_t num ) in USB_FlushTxFifo()
|
| /external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
| A D | stm32f7xx_ll_usb.h | 136 uint8_t num; /*!< Endpoint number member
|
| /external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
| A D | stm32f0xx_hal_pcd.h | 128 uint8_t num; /*!< Endpoint number member
|