| /external/lib/lwip/core/ipv4/ |
| A D | igmp.c | 177 group = group->next; in igmp_dump_group_list() 201 group->use++; in igmp_start() 256 group = next; in igmp_stop() 277 group = group->next; in igmp_report_groups() 298 group = group->next; in igmp_lookfor_group() 324 return group; in igmp_lookup_group() 345 return group; in igmp_lookup_group() 426 if (!group) { in igmp_input() 497 igmp->igmp_msgtype, group->group_state, &group, group->netif)); in igmp_input() 666 group = group->next; in igmp_tmr() [all …]
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_ppi.c | 55 return (1uL << (uint32_t) group); in group_to_mask() 210 nrf_ppi_channel_group_t group; in nrfx_ppi_free_all() local 215 for (group = NRF_PPI_CHANNEL_GROUP0; mask != 0; mask &= ~group_to_mask(group), group++) in nrfx_ppi_free_all() 385 for (group = NRF_PPI_CHANNEL_GROUP0; mask != 0; mask &= ~group_to_mask(group), group++) in nrfx_ppi_group_alloc() 388 if ((mask & group_to_mask(group)) && (!is_allocated_group(group))) in nrfx_ppi_group_alloc() 391 *p_group = group; in nrfx_ppi_group_alloc() 411 if (!is_app_group(group)) in nrfx_ppi_group_free() 435 if (!is_app_group(group)) in nrfx_ppi_group_enable() 456 if (!is_app_group(group)) in nrfx_ppi_group_disable() 473 if (!is_app_group(group)) in nrfx_ppi_channels_remove_from_group() [all …]
|
| A D | nrfx_dppi.c | 85 if (mask & DPPI_BIT_SET(group)) in nrfx_dppi_free() 88 mask &= ~DPPI_BIT_SET(group); in nrfx_dppi_free() 90 group++; in nrfx_dppi_free() 199 group++; in nrfx_dppi_group_alloc() 202 m_allocated_groups |= DPPI_BIT_SET(group); in nrfx_dppi_group_alloc() 203 *p_group = group; in nrfx_dppi_group_alloc() 214 if (!group_is_allocated(group)) in nrfx_dppi_group_free() 266 if (!group_is_allocated(group)) in nrfx_dppi_group_clear() 282 if (!group_is_allocated(group)) in nrfx_dppi_group_enable() 288 nrf_dppi_group_enable(NRF_DPPIC, group); in nrfx_dppi_group_enable() [all …]
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
| A D | gpiogroup_15xx.h | 93 temp = pGPIOGPINT[group].CTRL; in Chip_GPIOGP_ClearIntStatus() 94 pGPIOGPINT[group].CTRL = temp | GPIOGR_INT; in Chip_GPIOGP_ClearIntStatus() 116 pGPIOGPINT[group].CTRL &= ~GPIOGR_COMB; in Chip_GPIOGP_SelectOrMode() 127 pGPIOGPINT[group].CTRL |= GPIOGR_COMB; in Chip_GPIOGP_SelectAndMode() 138 pGPIOGPINT[group].CTRL &= ~GPIOGR_TRIG; in Chip_GPIOGP_SelectEdgeMode() 149 pGPIOGPINT[group].CTRL |= GPIOGR_TRIG; in Chip_GPIOGP_SelectLevelMode() 161 uint8_t group, in Chip_GPIOGP_SelectLowLevel() argument 177 uint8_t group, in Chip_GPIOGP_SelectHighLevel() argument 181 pGPIOGPINT[group].PORT_POL[port] |= pinMask; in Chip_GPIOGP_SelectHighLevel() 194 uint8_t group, in Chip_GPIOGP_DisableGroupPins() argument [all …]
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_ppi.h | 168 nrfx_err_t nrfx_ppi_group_free(nrf_ppi_channel_group_t group); 191 nrf_ppi_channel_group_t group); 219 nrf_ppi_channel_group_t group); 244 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group); 255 nrfx_err_t nrfx_ppi_group_enable(nrf_ppi_channel_group_t group); 266 nrfx_err_t nrfx_ppi_group_disable(nrf_ppi_channel_group_t group); 304 return nrfx_ppi_channels_include_in_group(nrfx_ppi_channel_to_mask(channel), group); in nrfx_ppi_channel_include_in_group() 313 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group) in nrfx_ppi_group_clear() argument 315 return nrfx_ppi_channels_remove_from_group(NRFX_PPI_ALL_APP_CHANNELS_MASK, group); in nrfx_ppi_group_clear() 325 return nrf_ppi_task_group_enable_address_get(NRF_PPI, group); in nrfx_ppi_task_addr_group_enable_get() [all …]
|
| A D | nrfx_dppi.h | 114 nrfx_err_t nrfx_dppi_group_free(nrf_dppi_channel_group_t group); 126 nrf_dppi_channel_group_t group); 138 nrf_dppi_channel_group_t group); 148 nrfx_err_t nrfx_dppi_group_clear(nrf_dppi_channel_group_t group); 158 nrfx_err_t nrfx_dppi_group_enable(nrf_dppi_channel_group_t group); 168 nrfx_err_t nrfx_dppi_group_disable(nrf_dppi_channel_group_t group);
|
| /external/platform/pico/rp2_common/pico_platform/include/pico/ |
| A D | platform.h | 170 #define __after_data(group) __attribute__((section(".after_data." group))) argument 184 #define __not_in_flash(group) __attribute__((section(".time_critical." group))) argument 201 #define __scratch_x(group) __attribute__((section(".scratch_x." group))) argument 218 #define __scratch_y(group) __attribute__((section(".scratch_y." group))) argument 235 #define __uninitialized_ram(group) __attribute__((section(".uninitialized_data." #group))) group argument 249 #define __in_flash(group) __attribute__((section(".flashdata." group))) argument
|
| /external/platform/nrfx/hal/ |
| A D | nrf_ppi.h | 317 NRF_STATIC_INLINE void nrf_ppi_group_clear(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group); 363 nrf_ppi_channel_group_t group); 510 NRF_STATIC_INLINE void nrf_ppi_group_clear(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_clear() argument 512 p_reg->CHG[(uint32_t) group] = 0; in nrf_ppi_group_clear() 515 NRF_STATIC_INLINE void nrf_ppi_group_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_group_t group) in nrf_ppi_group_enable() argument 517 p_reg->TASKS_CHG[(uint32_t) group].EN = 1UL; in nrf_ppi_group_enable() 522 p_reg->TASKS_CHG[(uint32_t) group].DIS = 1UL; in nrf_ppi_group_disable() 537 nrf_ppi_channel_group_t group) in nrf_ppi_task_group_enable_address_get() argument 539 return (uint32_t) &p_reg->TASKS_CHG[(uint32_t) group].EN; in nrf_ppi_task_group_enable_address_get() 543 nrf_ppi_channel_group_t group) in nrf_ppi_task_group_disable_address_get() argument [all …]
|
| A D | nrf_dppi.h | 194 nrf_dppi_channel_group_t group); 203 nrf_dppi_channel_group_t group); 212 nrf_dppi_channel_group_t group); 297 nrf_dppi_channel_group_t group) in nrf_dppi_group_clear() argument 299 p_reg->CHG[(uint32_t) group] = 0; in nrf_dppi_group_clear() 302 NRF_STATIC_INLINE void nrf_dppi_group_enable(NRF_DPPIC_Type * p_reg, nrf_dppi_channel_group_t group) in nrf_dppi_group_enable() argument 304 p_reg->TASKS_CHG[(uint32_t) group].EN = 1; in nrf_dppi_group_enable() 308 nrf_dppi_channel_group_t group) in nrf_dppi_group_disable() argument 310 p_reg->TASKS_CHG[(uint32_t) group].DIS = 1; in nrf_dppi_group_disable()
|
| /external/platform/cc13xx/cc13xxware/driverlib/ |
| A D | driverlib_release.h | 82 #define DRIVERLIB_DECLARE_RELEASE(group, build) \ argument 83 const volatile uint8_t driverlib_release_##group##_##build 112 #define DRIVERLIB_ASSERT_RELEASE(group, build) \ argument 113 (driverlib_release_##group##_##build)
|
| /external/platform/nrfx/helpers/ |
| A D | nrfx_gppi.h | 332 __STATIC_INLINE nrfx_gppi_task_t nrfx_gppi_group_disable_task_get(nrfx_gppi_channel_group_t group); 341 __STATIC_INLINE nrfx_gppi_task_t nrfx_gppi_group_enable_task_get(nrfx_gppi_channel_group_t group); 451 __STATIC_INLINE nrfx_gppi_task_t nrfx_gppi_group_disable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_disable_task_get() argument 453 return (nrfx_gppi_task_t)nrf_ppi_group_disable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_disable_task_get() 456 __STATIC_INLINE nrfx_gppi_task_t nrfx_gppi_group_enable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_enable_task_get() argument 458 return (nrfx_gppi_task_t)nrf_ppi_group_enable_task_get(NRF_PPI, (uint8_t)group); in nrfx_gppi_group_enable_task_get() 568 __STATIC_INLINE nrfx_gppi_task_t nrfx_gppi_group_disable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_disable_task_get() argument 570 return (nrfx_gppi_task_t) nrf_dppi_group_disable_task_get((uint8_t)group); in nrfx_gppi_group_disable_task_get() 573 __STATIC_INLINE nrfx_gppi_task_t nrfx_gppi_group_enable_task_get(nrfx_gppi_channel_group_t group) in nrfx_gppi_group_enable_task_get() argument 575 return (nrfx_gppi_task_t) nrf_dppi_group_enable_task_get((uint8_t)group); in nrfx_gppi_group_enable_task_get()
|
| /external/platform/pico/common/pico_base/ |
| A D | generate_config_header.cmake | 13 …eader files to include from pico/config.h for all platforms, type=list, default="", group=pico_base 16 …der files to include from pico/config.h for rp2040 platform, type=list, default="", group=pico_base 17 …eader files to include from pico/config.h for host platform, type=list, default="", group=pico_base
|
| /external/platform/pico/boards/ |
| A D | generic_board.cmake | 3 …PICO_BOARD>.h in. This is overridable from the user environment, type=list, default="", group=build
|
| /external/lib/lwip/include/lwip/ |
| A D | netif.h | 131 ip_addr_t *group, u8_t action);
|
| /external/platform/nrfx/doc/buildfiles/ |
| A D | extra_stylesheet.css | 397 display:table-footer-group; 406 display:table-row-group;
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 357 # member in the group (if any) for the other members of the group. By default 358 # all members of a group must be documented explicitly. 363 # If one adds a struct or class to a group and this option is enabled, then also 364 # any nested class or struct is added to the same group. By default this option 371 # (for instance a group of public functions) to be put as a subgroup of that 380 # are shown inside the group in which they are included (e.g. using \ingroup) 393 # namespace, or group documentation), provided this scope is documented. If set 594 # of group names into alphabetical order. If set to NO the group names will 1352 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1470 # doxygen will group on one line in the generated HTML documentation.
|
| /external/lib/lwip/netif/ppp/ |
| A D | auth.c | 331 struct group *g;
|