[][src]Type Definition nrf51::ppi::ch::TEP

type TEP = Reg<u32, _TEP>;

Channel task end-point.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see tep module

Trait Implementations

impl Readable for TEP[src]

read() method returns tep::R reader structure

impl ResetValue for TEP[src]

Register TEP reset()'s with value 0

type Type = u32

Register size

impl Writable for TEP[src]

write(|w| ..) method takes tep::W writer structure