Skip to content

Allow count to be used for multiple arrays #122

@PetervdPerk-NXP

Description

@PetervdPerk-NXP

I've the following definitions re-using the count for 2 arrays.

struct ActiveRoundsConfig {
    round_index: 8,
    ranging_role: 8,
    _count_(responder_mac_list AND responder_slots): 8,
    responder_mac_list: 8[],
    responder_slot_scheduling: 8,
    responder_slots: 8[],
}

Right now _count_ only works for a single array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions