/lk-master/top/include/lk/ |
A D | list.h | 17 ((type *)((addr_t)(ptr) - offsetof(type, member))) 78 type *__t;\ 82 __t = (type *)0;\ 98 type *__t;\ 102 __t = (type *)0;\ 116 type *__t;\ 134 type *__t;\ 151 type *__t;\ 170 type *__t;\ 187 type *__t;\ [all …]
|
A D | asm.h | 10 #define FUNCTION(x) .global x; .type x,STT_FUNC; x: 11 #define DATA(x) .global x; .type x,STT_OBJECT; x: 13 #define LOCAL_FUNCTION(x) .type x,STT_FUNC; x: 14 #define LOCAL_DATA(x) .type x,STT_OBJECT; x:
|
/lk-master/lib/pool/include/lib/ |
A D | pool.h | 133 #define TYPED_POOL_STORAGE_SIZE(type, object_count) \ argument 134 POOL_STORAGE_SIZE(sizeof(type), __alignof(type), object_count) 136 #define TYPED_POOL_STORAGE_ALIGN(type) \ argument 137 POOL_STORAGE_ALIGN(sizeof(type), __alignof(type)) 139 #define DEFINE_TYPED_POOL_STORAGE(type, name, count) \ argument 140 DEFINE_POOL_STORAGE(name, sizeof(type), __alignof(type), count) 142 #define TYPED_POOL_INIT(type, pool, count, storage) \ argument 143 pool_init(pool, sizeof(type), __alignof(type), count, storage) 145 #define TYPED_POOL_ALLOC(type, pool) \ argument 146 ((type*) pool_alloc(pool)) [all …]
|
/lk-master/external/lib/lwip/core/ |
A D | pbuf.c | 245 p->type = type; in pbuf_alloc() 280 q->type = type; in pbuf_alloc() 316 p->type = type; in pbuf_alloc() 337 p->type = type; in pbuf_alloc() 408 p->pbuf.type = type; in pbuf_alloced_custom() 540 type = p->type; in pbuf_header() 545 if (type == PBUF_RAM || type == PBUF_POOL) { in pbuf_header() 559 } else if (type == PBUF_REF || type == PBUF_ROM) { in pbuf_header() 636 p->type == PBUF_RAM || p->type == PBUF_ROM || in pbuf_free() 637 p->type == PBUF_REF || p->type == PBUF_POOL); in pbuf_free() [all …]
|
A D | memp.c | 390 memp_malloc(memp_t type) in memp_malloc() argument 405 memp = memp_tab[type]; in memp_malloc() 408 memp_tab[type] = memp->next; in memp_malloc() 414 MEMP_STATS_INC_USED(used, type); in memp_malloc() 420 MEMP_STATS_INC(err, type); in memp_malloc() 435 memp_free(memp_t type, void *mem) in memp_free() argument 453 memp_overflow_check_element_overflow(memp, type); in memp_free() 454 memp_overflow_check_element_underflow(memp, type); in memp_free() 458 MEMP_STATS_DEC(used, type); in memp_free() 460 memp->next = memp_tab[type]; in memp_free() [all …]
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | memp.h | 87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) argument 88 #define memp_free(type, mem) mem_free(mem) argument 103 void *memp_malloc_fn(memp_t type, const char* file, const int line); 106 void *memp_malloc(memp_t type); 108 void memp_free(memp_t type, void *mem);
|
/lk-master/external/platform/nrfx/mdk/ |
A D | gcc_startup_nrf5340_network.S | 233 .type Reset_Handler, %function 310 .type NMI_Handler, %function 317 .type HardFault_Handler, %function 324 .type MemoryManagement_Handler, %function 331 .type BusFault_Handler, %function 338 .type UsageFault_Handler, %function 345 .type SVC_Handler, %function 352 .type DebugMon_Handler, %function 359 .type PendSV_Handler, %function 366 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf9160.S | 344 .type Reset_Handler, %function 421 .type NMI_Handler, %function 428 .type HardFault_Handler, %function 442 .type BusFault_Handler, %function 449 .type UsageFault_Handler, %function 456 .type SecureFault_Handler, %function 463 .type SVC_Handler, %function 470 .type DebugMon_Handler, %function 477 .type PendSV_Handler, %function 484 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52805.S | 216 .type Reset_Handler, %function 293 .type NMI_Handler, %function 300 .type HardFault_Handler, %function 307 .type MemoryManagement_Handler, %function 314 .type BusFault_Handler, %function 321 .type UsageFault_Handler, %function 328 .type SVC_Handler, %function 335 .type DebugMon_Handler, %function 342 .type PendSV_Handler, %function 349 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52811.S | 216 .type Reset_Handler, %function 293 .type NMI_Handler, %function 300 .type HardFault_Handler, %function 307 .type MemoryManagement_Handler, %function 314 .type BusFault_Handler, %function 321 .type UsageFault_Handler, %function 328 .type SVC_Handler, %function 335 .type DebugMon_Handler, %function 342 .type PendSV_Handler, %function 349 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52820.S | 216 .type Reset_Handler, %function 293 .type NMI_Handler, %function 300 .type HardFault_Handler, %function 307 .type MemoryManagement_Handler, %function 314 .type BusFault_Handler, %function 321 .type UsageFault_Handler, %function 328 .type SVC_Handler, %function 335 .type DebugMon_Handler, %function 342 .type PendSV_Handler, %function 349 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf5340_application.S | 344 .type Reset_Handler, %function 421 .type NMI_Handler, %function 428 .type HardFault_Handler, %function 442 .type BusFault_Handler, %function 449 .type UsageFault_Handler, %function 456 .type SecureFault_Handler, %function 463 .type SVC_Handler, %function 470 .type DebugMon_Handler, %function 477 .type PendSV_Handler, %function 484 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52833.S | 216 .type Reset_Handler, %function 293 .type NMI_Handler, %function 300 .type HardFault_Handler, %function 307 .type MemoryManagement_Handler, %function 314 .type BusFault_Handler, %function 321 .type UsageFault_Handler, %function 328 .type SVC_Handler, %function 335 .type DebugMon_Handler, %function 342 .type PendSV_Handler, %function 349 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52840.S | 216 .type Reset_Handler, %function 293 .type NMI_Handler, %function 300 .type HardFault_Handler, %function 307 .type MemoryManagement_Handler, %function 314 .type BusFault_Handler, %function 321 .type UsageFault_Handler, %function 328 .type SVC_Handler, %function 335 .type DebugMon_Handler, %function 342 .type PendSV_Handler, %function 349 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52.S | 216 .type Reset_Handler, %function 293 .type NMI_Handler, %function 300 .type HardFault_Handler, %function 307 .type MemoryManagement_Handler, %function 314 .type BusFault_Handler, %function 321 .type UsageFault_Handler, %function 328 .type SVC_Handler, %function 335 .type DebugMon_Handler, %function 342 .type PendSV_Handler, %function 349 .type SysTick_Handler, %function [all …]
|
A D | gcc_startup_nrf52810.S | 216 .type Reset_Handler, %function 316 .type NMI_Handler, %function 323 .type HardFault_Handler, %function 330 .type MemoryManagement_Handler, %function 337 .type BusFault_Handler, %function 344 .type UsageFault_Handler, %function 351 .type SVC_Handler, %function 358 .type DebugMon_Handler, %function 365 .type PendSV_Handler, %function 372 .type SysTick_Handler, %function [all …]
|
/lk-master/lib/bootargs/ |
A D | bootargs.c | 45 uint32_t type; member 62 while (arg->type != LK_BOOT_ARG_TYPE_END) { in find_end() 81 arg->type = LK_BOOT_ARG_TYPE_INITIAL; in bootargs_start() 92 arg->type = LK_BOOT_ARG_TYPE_COMMAND_LINE; in bootargs_add_command_line() 105 arg->type = LK_BOOT_ARG_TYPE_BOOTIMAGE; in bootargs_add_bootimage_pointer() 155 if (boot_args[0].type != LK_BOOT_ARG_TYPE_INITIAL) { in bootargs_init_hook() 176 while (arg->type != LK_BOOT_ARG_TYPE_END) { in find_tag() 177 if (arg->type == tag) in find_tag()
|
/lk-master/lib/bootimage/ |
A D | bootimage.c | 40 be->file.type != TYPE_BOOT_IMAGE || in validate_bootimage() 100 (be[i].file.type >> 0) & 0xff, (be[i].file.type >> 8) & 0xff, in validate_bootimage() 101 (be[i].file.type >> 16) & 0xff, (be[i].file.type >> 24) & 0xff, in validate_bootimage() 178 status_t bootimage_get_file_section(bootimage_t *bi, uint32_t type, const void **ptr, size_t *len) { in bootimage_get_file_section() argument 192 if (type == be[i].file.type) { in bootimage_get_file_section()
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rf_data_entry.h | 71 uint8_t type:2; //!< \brief Type of data entry structure<br> member 98 uint8_t type:2; //!< \brief Type of data entry structure<br> member 126 uint8_t type:2; //!< \brief Type of data entry structure<br> member 156 uint8_t type:2; //!< \brief Type of data entry structure<br> member 184 uint8_t type:2; //!< \brief Type of data entry structure<br> member
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_twi.c | 64 #define TRANSFER_TO_STR(type) \ argument 65 (type == NRFX_TWI_XFER_TX ? "XFER_TX" : \ 66 (type == NRFX_TWI_XFER_RX ? "XFER_RX" : \ 67 (type == NRFX_TWI_XFER_TXRX ? "XFER_TXRX" : \ 68 (type == NRFX_TWI_XFER_TXTX ? "XFER_TXTX" : \ 604 if (p_xfer_desc->type != NRFX_TWI_XFER_RX) in twi_xfer() 687 if (p_cb->xfer_desc.type == NRFX_TWI_XFER_TXTX) in twi_irq_handler() 711 event.type = NRFX_TWI_EVT_DATA_NACK; in twi_irq_handler() 716 event.type = NRFX_TWI_EVT_OVERRUN; in twi_irq_handler() 721 event.type = NRFX_TWI_EVT_BUS_ERROR; in twi_irq_handler() [all …]
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_twi.h | 136 nrfx_twi_xfer_type_t type; ///< Type of transfer. member 148 .type = NRFX_TWI_XFER_TX, \ 159 .type = NRFX_TWI_XFER_RX, \ 170 .type = NRFX_TWI_XFER_TXRX, \ 181 .type = NRFX_TWI_XFER_TXTX, \ 192 nrfx_twi_evt_type_t type; ///< Event type. member
|
A D | nrfx_twim.h | 148 nrfx_twim_xfer_type_t type; ///< Type of transfer. member 160 .type = NRFX_TWIM_XFER_TX, \ 171 .type = NRFX_TWIM_XFER_RX, \ 182 .type = NRFX_TWIM_XFER_TXRX, \ 193 .type = NRFX_TWIM_XFER_TXTX, \ 204 nrfx_twim_evt_type_t type; ///< Event type. member
|
/lk-master/external/lib/lwip/core/ipv6/ |
A D | icmp6.c | 49 u8_t type; in icmp_input() local 58 type = ((u8_t *)p->payload)[0]; in icmp_input() 60 switch (type) { in icmp_input() 82 iecho->type = ICMP6_ER; in icmp_input() 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); in icmp_input() 126 idur->type = (u8_t)ICMP6_DUR; in icmp_dest_unreach() 164 tehdr->type = (u8_t)ICMP6_TE; in icmp_time_exceeded()
|
/lk-master/external/platform/pico/rp2_common/hardware_clocks/scripts/ |
A D | vcocalc.py | 6 …gument("--input", "-i", default=12, help="Input (reference) frequency. Default 12 MHz", type=float) 7 …ent("--vco-max", default=1600, help="Override maximum VCO frequency. Default 1600 MHz", type=float) 8 …ument("--vco-min", default=400, help="Override minimum VCO frequency. Default 400 MHz", type=float) 10 parser.add_argument("output", help="Output frequency in MHz.", type=float)
|
/lk-master/dev/include/dev/ |
A D | driver.h | 63 const char *type; member 74 .type = #type_, \ 94 #define device_get_driver_ops(dev, type, member) ({ \ argument 95 type *__ops = NULL; \ 97 __ops = containerof(dev->driver->ops, type, member); \
|